The Wayback Machine - https://web.archive.org/web/20120915025702/http://www.codeguru.com/

Latest Developer Articles

Adding File Associations

For some reason, setting file associations is still somewhat of a mystery to many a developer. Hannes du Preez shows you how to create an installer package to do it for you!

How to Create Trial Applications for Windows Phone

Getting developers hooked on trial applications is a great way to monetize them. This article walks a Windows Phone developer through how he can build applications that support trial mode and how he can get them to switch from trial to paid applications.

Working with Asynchronous Operations in ASP.NET 4.5 Web Forms

Asynchronously running code can improve the overall performance and responsiveness of your web application. In ASP.NET 4.5 web forms applications you can register asynchronous methods with the page framework. The ASP.NET page framework and .NET 4.5 asynchronous programming support then executes the operations in asynchronous fashion. This article shows how this can be done.

Latest Developer Stories by Section

Visual C++/C++

More Visual C++/C++ ...

.NET / C#

More .NET / C# ...

Daily Developer News

More Daily Developer News ...

Visual Basic

More Visual Basic ...

Whitepapers

More Whitepapers ...

Sponsored Developer Features

More Sponsored Developer Features ...

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

Adding File Associations

For some reason, setting file associations is still somewhat of a mystery to many a developer. Hannes du Preez shows you how to create an installer package to do it for you!

Implementing a WCF Message Contract

WCF implementations normally take two different approaches; a Document style or an API style. Document style implementations are more flexible and often easier to extend and version. Also, Document style or rather, Message Contract service implementations, work well between systems with a shared message assembly. Jeffrey Juday guides you through architecting a WCF Message Contract implementation.

CodeGuru Blogs

On the Forums

Whitepapers and More

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds