With .NET 2.0 offering support for generics, learn how to define generic methods and classes and use the generic classes in .NET.
Latest IDE & Language Articles - Page 10
Beating the VB IDE into Submission
Visual Basic was created as a rapid application development (RAD) tool, yet the default IDE settings of Visual Basic do not lend themselves toward effective coding and often result in unnecessary time wastage.
Overloading Operators in VB.NET 2.0
VB.NET 2.0 enables you to utilize overloaded operators, which not only are easy to implement but also can provide your classes with intuitive operators. Learn how to use this powerful feature.
Defining Operators in VB .NET 2005
Read about an introduction to new functionality in VB .NET 2005 to define operators.
Beta 2 of Visual Studio 2005 Released
Beta 2 of Visual Studio 2005 is now available for download for MSDN subscribers. Learn how you can get it too.
Visual Studio 2005 Beta 2 Now Available!
Beta 2 of Visual Studio 2005 is now available for download for MSDN subscribers. Learn how you can get it too.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

How to use Visual Studio 2012 to Download Images from Websites
Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
