Discover how to add different Keyword variations to Google AdWords platform.
Latest Assemblies Articles
.NET Tip: Display Public Information for an Assembly
Discover how to display the public information for an assembly. This will allow you to get a complete view of the assemblies you are using or creating.
Determining Whether a DLL or EXE Is a Managed Component
Learn how to check whether or not a component is a .NET managed component. Also, learn to get other information, such as dependent assemblies, from the metadata using Microsoft APIs and related COM interfaces.
Using the .NET Fusion API to Manipulate the GAC
Fusion is the code name for the .NET Framework sub-system responsible for locating and loading assemblies. It comes in handy for C++ developers who are working with the GAC.
Assemblies in .NET
Learn how to use C# to create shared .NET assemblies.
Deploy SQL Databases Easily with the Installer Class
Discover a way to make SQL databases easy to deploy within a MSI file along with your 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.

Interesting Animation Effects with WPF
Did you know you could animate colour gradients in WPF? Well, you can, and here's the result.

Sending SMS Messages with Visual Basic
Work through the basics of how to send and receive an SMS with your Windows Phone.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.