The newly added bundling and minification features of ASP.NET 4.5 let you bundle and minify JavaScript and CSS files, to improve the performance of your web application.
Latest .NET / C# Articles - Page 17
Hands-on Walkthrough - Interop Capabilities - Using Node.js in Windows Azure
Vipul Patel provides an intro to Node.js and a detailed, hands-on lab that shows you how to create a Node.js application running on Windows Azure.
Working with Observable Collections in Silverlight
Joydip Kanjilal shows you how to take advantage of Observable Collections and Silverlight to display live data.
Using the Text Template Transformation Toolkit (T4) in Visual Studio
Text Template Transformation Toolkit, often referred as T4 templates, can be used to generate source code or any kind of text content dynamically including XML. Read on to learn more about T4 templates.
IIS WCF File-less Activation with MEF
Control and low coupling happen when a developer combines MEF, WCF, and File-less activation. Jeffrey Juday shows you how to chain the technologies together.
A Brief Overview of Visual Studio Achievements
Programmers don't get much recognition and Microsoft understands that, which is why they've introduced Visual Studio Achievements. Visual Studio Achievements is a fun way to earn Achievement Badges that you can show off to your fellow employees or even your boss.
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...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

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.
