Learn how to use tracing to figure out how your code is being executed and to track its execution sequence.


Learn how to use tracing to figure out how your code is being executed and to track its execution sequence.

Windows Phone 8 introduces some very hot features from Common Language Runtime that provide tremendous benefits to Windows Phone application developers. Read on for one man's list of top 6 CLR features.

By default Web API action methods use the same HTTP method name that they are serving. There are several ways in which you can customize these action method names. Read on to learn more.

Arun Karthick walks you through the ChannelFactory caching feature introduced as part of WCF 4.5, providing insight into the various caching modes available, along with suitable source code samples.

At times you need to store image data directly into a SQL Server database rather than the image URL. While dealing with this scenario you need to read images from a database and then return this image data from your Web API. This article shows the steps involved in this process.
Bipin Joshi discusses the basics of using Data annotation attributes in an ASP.NET MVC application to perform validations at the model level.
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.
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...

Learn how to play Flash Videos and YouTube videos from a VB.NET application.

Arun Karthick walks you through the ChannelFactory caching feature introduced as part of WCF 4.5, providing insight into the various caching modes available, along with suitable source code samples.