The last few days I’ve been hunting down a problem which is quite common under users of WCF. It seems WCF will only honor a specified amount of concurrent connections ( at default this will be 10 concurrent connections ) before ‘freezing’. The most common causes of this ‘freeze’ are : forgetting to Close() the client […]
You are browsing archives for
Category: Design
Essential tools for .net development
Every developer has the need to use good tools from time to time. It makes the developer’s job a lot easier. In my experience as a .NET developer these are the really essential tools every (.NET) developer should have ( and use of course ;)). Red-Gate’s .NET Reflector ( http://www.red-gate.com/products/reflector/ ). This tool is in […]