.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 » -
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 » -
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 » -
Fluent interfaces in C# – method chaining
For those of you who just tuned in, this is a third post on the subject of fluent interfaces using…
Read More » -
Nullable Types’ Subtlety
I did a post called .Net Nullable Types on GeekQuiz.Net that I think is worth sharing here (in case you…
Read More » -
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 » -
To “var” or not to “var”, is that really the question?
There are several blog posts and discussions about whether to use var or not. They tend to focus on whether…
Read More » -
.NET/C#: Generating a WordPress posting categories page
From the category cloud it is hard to see that the categories are organized as a hierarchy. The combobox on…
Read More » -
Fluent Interfaces in C# – Extension Methods
For those of you who haven’t read the previous post. This post is the 2nd of many where I explain…
Read More » -
Alternatives to Reflector: ILSpy, dotPeek, JustDecompile, Fazit
A long time ago, I wrote about the Reflector debacle and the URLs how it used to update. Since then…
Read More »