KnowDotNet Visual Organizer

.NET Basics

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


Articles  

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

What's New In VS2008? -
Did you ever want to have a ToInteger Method on an object of Type String? Did you ever want to add ofther methods to the various types of System.Object? In VS2008, you now can do that with Extension Methods.     more...

Using String.Split Intelligently Instead of RegularExpressions -
Use the String.Split intelligently rather than a RegularExpression. RegeularExpressions are great, but sometimes it will take longer to create the proper Regex than it takes to use a simple String.Split operation.    more...


< Previous    Page 3 of 19    Next >

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