.NET BasicsThis section contains articles relating to various aspects of programming in .NET.
Design Patterns - Facade Pattern - 2/20/2009 Have you learned Design Patterns? You probably need it on your resume and they will improve your coding. This article will demonstrate another simple Design Pattern called the Facade Pattern. more...
Design Patterns - The Strategy Pattern - 2/20/2009 Many times we may be using Design Patterns without knowing that we are using a pattern and certainly without knowing what the particular pattern is called. more...
C# and VB.NET Gotcha - Select Case Using Nothing Does Not Raise Exception - 1/15/2009 In C# and VB.Net a Select Case against a variable set to Nothing will not throw an exception; watch out. more...
Get Data From DataGridView SelectedRows - 12/31/2008 How do I get a collection of selected rows in a DataGridView? Sometimes the simpliest things can appear to be complex and consume an inordinate amount of time to figure out.
more...
Retrieve My.Settings From Loosely Coupled DLL in C# and VB.NET - 9/26/2008 How can I retrieve settings of an executable's appConfig from a loosely coupled DLL? This article will show you in VB.NET and C#. more...
Compute Excel Column Number from Integer Column Number - 9/11/2008 How can I compute any Excel column name from "A" to "ZZ" from an integer column number? This article will show you how. more...
Use Namespace Alias To Get Intellisense on Consts in DLL - 9/11/2008 Why can't I see public const in a DLL from a C# application? You can, but you need to use a Namespace Alias. more...
VS2008 - Using LINQ to Query From an Array (C#) - 2/27/2008 What's new in VS2008? Querying objects with LINQ adds real power to the developer's arsenal of tools for code production.
more...
VS2008 - Using LINQ to Query From an Array - 2/27/2008 What's new in VS2008? Querying objects with LINQ adds real power to the developer's arsenal of tools for code production.
more...
GenerateDefaultValueInCode in VS2005 and VS2008 - 2/7/2008 GenerateDefaultValueInCode in VS2005 and VS2008 Settings.Designer, when set to true can cause you to have undesirable results at run time. more...
< Previous Page 2 of 18 Next >
|