KnowDotNet Visual Organizer

.NET Basics

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


Articles  

Easy Way to Indent XML in a TextBox -
What is an easy way to Indent XML in an application? I know there are editors for doing it, but is there a simple method for doing this in an application? Yes there is; see the code here.     more...

Passing A Delegate As a Parameter - VB.NET and C# -
Can I pass a Delegate as a parameter to another assembly? Yes; this article will show you how.    more...

Flickering While Resizing -
I have a very simple form containing a TabControl with 2 TabPages. The Dock property for TabControl is set to Fill. TabPage1 contains a TreeView with some nodes.How can I stop the Flickering While Resizing?    more...

Replacing VB.NET Functionality in C# -
How can I replace the Space() function, found in VB and VB.NET in C#?    more...

GridLayout in VS2005 - Where is It? -
Where is the GridLayout Property that was in ASP.NET Pages in VS2003? It has been moved out of the Page in VS2005 and can be found in the Tools Options Dialog.     more...

Design Patterns - Singleton Pattern -
Have you learned Design Patterns? You probably need it on your resume. This article will start with the simplest pattern.    more...

Generate Large Blocks of Code With Macros -
Would you like to be able to generate a Class with hundreds of lines of Bug-Free code without buying a third-party tool? This article will show you how to do it with a Macro.    more...

Determining If Icon Was Clicked in ListView -
Can I add an Icon to a ListView and tell whether the Icon was clicked when a row is selected in the ListView? You can do all of that and more.    more...

SMS Messaging with Windows Mobile 5.0 -
A while ago, I was playing around creating a bot, a Snarkier version of the Mobile Secretary Application . Well, it was late and I got sloppy. So basically, my little app sent out a text message to everyone on one of my company's Outlook distribution lists. I learned a lot that night.    more...

Writing Bug-Free, Maintainable Code -
Despite evidence to the contrary, it is possible to consistently write bug-free, easy to read and maintain, code. But it takes a plan and you must discipline yourself to stick to your plan.    more...


< Previous    Page 4 of 19    Next >

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