KnowDotNet NetRefactor

.NET Basics

This section contains articles relating to various aspects of programming in .NET.  


Articles  

Design Patterns - Facade Pattern -
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 -
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 -
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 -
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 -
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 -
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 -
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#) -
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 -
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 -
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 >

Writing Add-Ins for Visual Studio .NET
Writing Add-ins for Visual Studio .NET
by Les Smith
Apress Publishing