Did you know that it's amazingly easy to reuse parts of code and other shared views inside your Razor templates? We’ll use examples to show you how.


Did you know that it's amazingly easy to reuse parts of code and other shared views inside your Razor templates? We’ll use examples to show you how.

String.format is not just a relic from a bygone era, but is actually still very useful even in today's brave new world. It’s time to dig into some data formatting!
Adding extra fields to an ASP.NET membership set-up doesn't have to be difficult, especially if there is only a small amount of data.
Learn the fundamentals of using unsafe code and pointers in C#.
Repository pattern is a popular way to achieve separation between the physical database, queries and other data access logic from the rest of an application. Read on to learn Repository pattern in the context of Entity Framework and ASP.NET MVC.
Learn how to save and retrieve BLOBS from a database with Visual Basic.NET.
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.

Recently one way that developers have been looking to address the cookie abuse problem is via a method known as fingerprinting. Peter Shaw shows you how to generate a fingerprint in C# for use in your own projects.

Hannes du Preez demonstrates how easy it is to work with threads in your VB.NET applications.
This article introduces you to Big Data, Apache Hadoop and MapReduce jobs. We will also learn how to create MapReduce jobs using C#.