| .NET Dot Net Guruers |
| MSDN |
| XML Comments, Late-bound COM, and More |
|
| Common .NET Libraries for Developers |
| MSDN |
| Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces. |
|
| Doing Collections with Inheritance |
| MSDN |
| I've heard Microsoft® Visual Basic® 6.0 developers say things like "Well, I don't really need inheritance in my object designs." They wonder why getting inheritance in Microsoft® Visual Basic® .NET is such a big deal. I think many of these developers have really needed inheritance all along—they just didn't realize it. To see why, let's look at how collections are managed in Visual Basic 6.0, and then how things change in Visual Basic. NET. I should first point out that if you don't use collections in your object designs, then you are not really using object orientation in depth. It's probably appropriate for you to invest some more time in object-oriented philosophy, because that understanding is central to using .NET most effectively. |
|
| Getting Started with Visual Basic .NET |
| MSDN |
| Introduces several new features of the Visual Basic language in order to fully take advantage of the .NET platform. |
|
| Getting Started with Visual C# .NET |
| MSDN |
| The Visual C# .NET Getting Started guide walks you through how to build a Visual C# .NET project by implementing a simple QuickSort algorithm. |
|
| How to use the Stack, Queue, StringCollection, and StringDictionary |
| Edward's Web Developer Site |
| This code shows how to use the basic collections and lists. |
|
| Internet web macros in C# |
| The Code Project |
| Write web macro agents with plugin libraries for data processing |
|
| Modularizing Object Collections With The Collections API |
| C#Today |
| The Collections API in the .NET Framework merits close attention by all .NET developers because of the flexibility it offers for writing applications in .NET. We can use it to manage groups or collections of similar objects, standardizing the way in which groups of objects are handled by our programs. In this article, Thiru Thangarathinam takes us through a tour of all the important collection classes by showing us examples, and then goes on to show us how these collection classes can be very useful in the day-to-day work of a developer. |
|
| Queue implementation in C# |
| C# Help |
|
|
| Simple MessageBox functionality in ASP.NET |
| The Code Project |
| An article describing how to offer simple MessageBox functionality in ASP.NET |
|
| Worker Queue: Serialised Access to the Threadpool |
| The Code Project |
| An abstraction layer for applications to intercept access between the application and threadpool, to better manage processing upon it. |
|