Tuesday, March 06, 2007 - Posts

Self Reflecting Code

Something about the way in which the DataContext class in Linq to SQL works has been nagging at me for a while. It's not a criticism, it's just something that sticks out to me as an interesting way of doing things. If I derive a class from DataContext Read More

Automatic Properties

Daniel points out automatic properties in C# V3.0 - finally C# starts to get those C++/CLI features :-) Read More