Design Pattern articles in this series are listed below: Design Patterns - An Overview Design Patterns – Using the Strategy Pattern in C# Design Patterns – Using the Singleton Pattern in C# Design Patterns – Using the Adapter Pattern in C# Design Patterns - Using the Facade...
[More]
Here’s a compilation of some Visual Studio keyboard shortcuts that I personally find useful. I have included some that may make their way into the Visual Studio 2010 release. Useful shortcuts in Visual Studio 2008/2005 Before using the shortcut ...
[More]
The concept of Optional parameters is not new and exists in other languages such as C++. Infact, the functionality is a part of the .NET framework and exists is in VB.NET. Optional parameters will be introduced in C# 4.0 and can be used to call a method without having to specify all the argu...
[More]