simple captcha
Latest .NET / C# Articles - Page 8
Exploring the MVC, MVP and MVVM Design Patterns
Take advantage of MVC, MVP and MVVM Design Patterns to build applications that are easier to test and maintain.
Light up Your Modern Apps with DXTREME
Go end-to-end in building a rich, interactive application for Windows 8. You'll even get the details for tapping into XAML controls that can make your interface shine.
Using NUnit with Visual Studio 2012 Unit Test Projects
Visual Studio 2012 uses MS-Test, Microsoft's unit testing framework, by default but also allows you to use third-party unit testing frameworks. Bipin Joshi shows you how to use these third-party unit testing frameworks and still use Visual Studio IDE to run the tests.
How to Create an Asynchronous HTTP Handler in ASP.NET 4.5
ASP.NET 4.5 makes it easy for you to create asynchronous HTTP handlers with the new async/await keywords and Tasks. Bipin Joshi shows you how an asynchronous HTTP handler can be created and consumed in an ASP.NET 4.5 web application.
Using Caller Info Attributes in .NET 4.5
Bipin Joshi examines Caller Info Attributes, a set of attributes that give you the details about a method caller, what they are and how to use them in a .NET application.
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.
