Rob Paveza from the Visual Studio team stops by Microsoft Dev Radio to demo some great debugging tips and tricks for Visual Studio 2013 and for your Windows Apps.
Latest C# Articles
Tech IQ: Do you know what it takes to build a C# app for Windows 8?
You might know C#, but do you have the knowledge necessary to start building a applications for Windows 8?
Displaying Real Time Data using HTML5 and ASP.NET
Discover what HTML5 Server Sent Events are and how to develop a web form that relies on real-time data from the server.
Programming HTML5 Web Sockets in ASP.NET 4.5
ASP.NET 4.5 and IIS 8 provide support for WebSocket protocol so that you can program WebSockets in your ASP.NET web forms and ASP.NET MVC applications. Bipin Joshi discusses what WebSockets are and how to develop web applications that take advantage of HTML5 WebSockets.
4 Days Until Win 8: Show Me the Money
There are several ways to make money from a Windows Store App on Windows 8. One way is with Ads.
6 Days Until Win 8: Goodbye Chrome and More
Microsoft spent years hammering into developers heads that you need to include certain things on your Windows applications and you need to perform certain actions. Now they want you to forget a quite a few of those "Windows standards" and replace them with new ones.
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...
Bypassing the Registry in Windows Store Apps and VB
Learn how to use ApplicationDataContainer and ApplicationDataContainerSettings in your Windows 8.1 Store apps.

Using AutoMapper in Your ASP.Net MVC Applications
AutoMapper is an external component that helps in creating a mapping between a source and destination model types. Read on to learn about the AutoMapper component and how to use it in an Asp.Net MVC application.