WCF Binding Comparison

I have been through different articles to find a comparison table about WCF Bindings. I just came across this comparison table by Aaron Skonnard.  I hope this would be a good reference comparison table. Quoting to Aaron Skonnard’s  Blog in Plural Sight(original source), In my ongoing quest to produce the simplest table possible summarizing the… Continue reading

ILMerge

ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly… Continue reading

Hands-On Labs for Microsoft Enterprise Library 5.0

A set of Hands-on Labs for the Microsoft Enterprise Library 5.0. Use this set of Hands-on Labs as a guide to learn about the application blocks included with Microsoft Enterprise Library 5.0 and practice how to leverage their capabilities in various application contexts. It includes Caching, Configuration Sources, Cryptography, Data Access, Exception Handling, Interception, Logging,… Continue reading