KnowDotNet NetRefactor

.NET Basics

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


Articles  

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

New Features in VS2005 and .NET In General -
Take time to explore new versions of .NET, otherwise you will be missing great short-cuts and time-savers that you probably won't just stumble on.    more...

Convert VB6 to VB.NET -
Macros, in combination with Regular Expressions form a powerful tool set for generating code. This article will generate a Input Line Object from a VB6 Type Object.    more...

Inheritance and Implements Keywords -
Ever think about having MustInherit Classes take on a characteristic of an Interface? This article suggests a way to make the developer aware of all Overridable methods in a base class, even when the developer doesn't read the documentation on the exposed functionality.    more...

Inheritance and Implements Keywords -
Ever think about having MustInherit Classes take on a characteristic of an Interface? This article suggests a way to make the developer aware of all Overridable methods in a base class, even when the developer doesn't read the documentation on the exposed functionality.    more...

Patterns and Best Practices -
Don't send multiple informational Emails; send an attachment.    more...


< Previous    Page 2 of 17    Next >

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