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.


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.

Sonal Arora examines the programming aspects of SignalR usability scenarios and shows you how to use it in real life setups.

One of the most common types of website attacks is Cross Site Scripting (XSS). Bipin Joshi discusses some of the basics involved in the process of safeguarding your website with ASP.NET MVC.
Can I make real-time web work for my web application? The Answer is yes! Read on to learn more about the Enabler, SignalR.
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...

There are many ways to serialize data; you can serialize info into and from the registry; you can store and load info from a database, or from a file. Hannes du Preez shows you how to save info to an XML file and load it from that XML file.

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.