Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.

Services Made Easy
Published 06/23/2014
Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.
Peter Shaw discusses various methods for generating a unique ID so that your application can identify itself.
Do you have a lot of data to pass to a function? Take a lesson from the world of JavaScript and use a class / DTO.
A quick look at the best methods for passing data from page to page in a .NET web application.
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.
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.