Action Events in .NET
The Async Pattern used in .NET 1.x and 2.0 code always annoyed me because of the excessive coding noise it introduced. The new support in .NET 3.x in relation to lamdas (convenient delegate or...
Explore posts tagged with "csharp" below.
The Async Pattern used in .NET 1.x and 2.0 code always annoyed me because of the excessive coding noise it introduced. The new support in .NET 3.x in relation to lamdas (convenient delegate or...
We use an in-house framework for building applications and the subject of how we decouple business domain classes from a particular data source recently came up....
I'm currently working on a VNC extension to the MacroView Studio functionality and its nearing completion – at least for this version anyway....
This is just a test post of source code using the functionality. I also changed the blogger template used since the last templated didn't show source code too well given the available pixel width....
I'm currently moving an existing .NET Framework V1.1 application to V2.0 and changing the domain model to use generics for any collections and lists....
I've just started using Visual Studio 2005 on an existing C# solution in earnest today. There were too many dependancies on third party controls for the existing solution to entertain the possibility...
This post contains some very minor variations of the Dispose pattern implemented in a class that implements IDisposable. A typical example of how to implement the Dispose idiom can be found over...
While creating a mini C# code generator, I discovered that .NET Arrays don't behave the way I expected with respect to the Equals and GetHashCode implementations....
There's a whiteboard session with Anders Hejlsberg on the MSDN site entitled "Whiteboard with Anders Hejlsberg". The very first question that Anders addresses relates to AOP and his reaction was...
Recently I experienced some weirdness in the Visual Studio.NET 2003 source code editor. The problem only occurred when editing C/C++ files and consisted of symptoms like being unable to select a...