csharp

Explore posts tagged with "csharp" below.

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...

dotnet csharp delegates programming design-patterns
December 4, 2008
Read More

TorqObject Database Decoupling

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....

software-architecture database object-oriented csharp data-access domain-modeling
August 15, 2007
Read More

MacroView Studio VNC

I'm currently working on a VNC extension to the MacroView Studio functionality and its nearing completion – at least for this version anyway....

macroview vnc scada csharp linux
August 26, 2006
Read More

csharpformat test

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....

csharp blogging code-quality
June 23, 2006
Read More

Generic List Covariance

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....

generics csharp dotnet programming cpp
December 5, 2005
Read More

VS2005 Release

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...

visual-studio refactoring generics csharp development-tools documentation
November 9, 2005
Read More

DisposableResource

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...

csharp memory-management design-patterns programming
March 8, 2005
Read More

.NET Array Expectations

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....

dotnet csharp programming
January 31, 2005
Read More

Anders and AOP

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...

aop dotnet csharp java design-patterns
August 4, 2004
Read More

VS.NET Addin Weirdness

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...

visual-studio debugging development-tools cpp csharp
July 5, 2004
Read More