As .NET versus Java debates continue to rage, the reality is that most enterprise IT shops are heterogeneous environments that employ aspects of both frameworks. Find out which is better suited to certain scenarios and learn how to make them work together.
Latest Programming Insights Articles - Page 20
Inside the ASP.NET 2.0 Code Compilation Model
Explore how the new .NET Framework version 2.0 features to the Common Language Runtime (CLR) and ASP.NET are used in the new code compilation model of ASP.NET 2.0.
Giving a .NET Assembly a Strong Name
Learn how to assign a strong name to your .NET assembly by using a pair of cryptographic keys.
Working with Delegates Made Easier with C# 2.0
See how the new delegate syntax conveniences in C# 2.0 take a lot of the tedium and drudgery out of working with delegates.
Meditating Upon the ASP.NET Code-Behind Model
With the first alpha of ASP.NET 2.0 just around the corner, the debate about the effective goodness of code-behind seems to be close to its end.
Licensed Applications using the .NET Framework
We all have families to feed and bills to pay, so we must consider the financial aspects of writing software. To ensure compensation, many developers incorporate licensing into their products. Kenn shows how to add licensing to your .NET applications.
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.
