Archive for December, 2006

Scope rules in C# 2.0

The scope rules in C# 2.0 changed ever so slightly. Consider the following code:

class MyAttribute:Attribute
{
public MyAttribute(Type t)
{
}
}

[MyAttribute(typeof(Bar))] // Look here…
class Foo
{
class Bar
{
}
}

class Bar
{
}

To make it easier to spot, I have added a comment where you should focus your attention. In C#1.0, the reference to Bar in the constructor parameter of MyAttribute […]

Posted by Jonas Hogstrom archive on December 11th, 2006 under Eco | Comment now »

ASP providers for Eco - work in progress

It was a long time ago now that we released EcoIII along with BDS 2006. The Eco team has not been sitting idle since then. As you probably know, the first shift we did after releasing BDS2006 was to move the IDE to compile with .NET2.0. For Eco, most of the work was adjusting the […]

Posted by Jonas Hogstrom archive on December 11th, 2006 under Eco | 3 Comments »


Server Response from: dnrh2.codegear.com

 
© Copyright 2008 Embarcadero Technologies, Inc. All Rights Reserved. Contact Us  |   Site Map  |   Legal Notices  |   Privacy Policy  |   Report Software Piracy