-
Software Development
Software Development Guidelines to Live By
Not too long ago I posted a tweet that immediately went viral. (OK, it’s all relative – to me 66…
Read More » -
.NET
Handle Cyclical References with ASP.NET Web API 2 and MVC 6
Many ORM (object-relational mapping) tools, such as Entity Framework 6 Tools for Visual Studio 2012 & 2013, Entity Framework Power…
Read More » -
.NET
Use Common Instance Factory to Abstract Away the Dependency Injection Container
Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. A while back I wrote…
Read More » -
.NET
Building a Leak-Proof Eventing Model
One of the main features of the .NET Framework is to provide automatic memory management via garbage collection. You might…
Read More » -
.NET
Decouple WCF Services from their DI Container with Common Instance Factory
In my last blog post I introduced the Common Instance Factory, which I built as an alternative to Common Service…
Read More » -
.NET
Secure Self-Hosted WCF REST Services with a Custom UserNamePasswordValidator
When securing WCF services you’re faced with a choice: Message versus Transport security. Unless you need to conceal messages from…
Read More » -
Visual Studio
WCF SOAP and REST Multi-Project Visual Studio Templates
Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from…
Read More » -
.NET
Building Scalable and Secure WCF Services
The key to building scalable WCF services is to eliminate binding configurations that could result in server affinity. For this…
Read More » -
.NET
Simple WCF SOAP-REST Multi-Project Template
Download the source code for this post. I did it again: another multi-project Visual Studio template – this time for…
Read More » -
.NET
Roll Your Own REST-ful WCF Router
Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the…
Read More »