↧
Having any intermittent crashes with .Net 4.0 running in x64?
Came across this recently: “ExecutionEngineException occurs during Garbage Collection“ and the subsequent KB article on support.microsoft.com. Last year I was finding some random crashes in a couple...
View ArticleCommon Functionality across WCF Web Service Operations
Introduction Recently, I started building up a WCF Service Application from scratch to implement a specific set of operations from an existing WSDL. This was a little cumbersome, but gave me an...
View ArticleThread Management in C#
Intro Long before Microsoft .NET 4.5 was a reality, in the days when asynch programming was not a given, I developed a bit of a concurrency wrapper implementation which has been used on a variety of...
View Article