- 
	
			.NET  Documentation regarding the Asynchronous Programming Model (APM) and the Event-based Asynchronous Pattern (EAP)The Asynchronous Programming Model (APM) and the Event-based Asynchronous Pattern (EAP) are marked as legacy by Microsoft. The new pattern… Read More »
- 
	
			.NET  The Test Scope CreepIn “Should I use multiple asserts” we described the problem when using them in a single test. In the example… Read More »
- 
	
			DevOps  Batch file to open a specific TCP port in Windows 7 / 2008 Server and upThanks to the answer by Kevin Richardson on How to open ports on Windows firewall through batch file, I wrote this batch file that… Read More »
- 
	
			.NET  How to fake a singleton in C++When unit testing legacy code I find several (anti) patterns which prevent getting code under test. The most recurring pattern… Read More »
- 
	
			.NET  Using httpbin to test http and https requestsStackOverflow user Kenneth Reitz has written a great on-line and free httpbin tool that responds to many kinds of http/https requests… Read More »
- 
	
			.NET  Should I use or split multiple asserts?I get this question often. It makes sense to stuff all kinds of assertions after a single setup and invocation.… Read More »
- 
	
			.NET  DIY – Useful LINQ ExtensionsLINQ (Language Integrated Query) is one of the most powerful features of modern .NET. Powered by generics, lambda expressions, method… Read More »
- 
	
			.NET  RavenDB 3.0. New Stable ReleaseWe have just released build 3785 of RavenDB 3.0. This build has quite a bit of changes (for the full… Read More »
- 
	
			Agile  Some Questions About The Pomodoro TechniqueIn this episode, I answer a questions about the Pomodoro Technique. Full transcript: John: Hey, John Sonmez from simpleprogrammer.com.… Read More »
- 
	
			.NET  CoreCLR DocumentationToday I want to show you some documentation that is not directly from the MSDN. Instead, it comes from the… Read More »
