- Extension method for outputting formatted JSON in LINQPadVery simple, but a handy way of viewing nicely-formatted JSON in LINQPad:  TechEd 2012 Orlando Blogger Hub We are proud to announce today that Geekswithblogs.net will be at, hosting the…
- Pre-Processing Directives for Multi-Platform SupportOver the last several months, I’ve been modifying to support multiple platforms. Originally, I had targeted full profile.NET, ASP.NET Web Forms, and…
- LINQ to Twitter for Windows 8 Metro Style AppsIn the Developer Preview of Windows 8, Visual Studio 11 conveniently allowed references to.NET 4.0 apps. I had blogged previously on how to use with…
- ArgumentException with Windows Phone Mango SQLCE DecimalArgumentException with Windows Phone Mango SQLCE Decimal Quick math question… If I asked you, “is 8 both greater than 0, and less than 38,” what would be…
- MSDN Magazine on your KindleHere in the UK we recently had a long weekend due to a public holiday. So what better time to sit back in a comfy chair with the laptop and read the…
- Windows Azure Step by Step, Roberto Brunetti; Microsoft Press> A while back I started my path with Windows Azure and in general the surrounding technologies and changes that have happened since the start of it. > >…
- Catch Exceptions in Concurrent Flows Using CausalitiesThe previous article showed you how to easily parallelize flow operation execution with NPantaRhei (download the sources from github).
- BizTalk Anti-Pattern: Chuck it in the config file because its an easy place to put itName: Don't automatically shove your config in BTSNTSVC.exe.config because its easy? Description: I wrote a blog post a few years ago around the options…
- C#/.NET Little Wonders: The Enumerable.Repeat() Static MethodOnce again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
- Subterranean IL: The ThreadLocal typeI came across ThreadLocal<T> while I was researching ConcurrentBag. To look at it, it doesn't really make much sense. What's all those extra Cn classes…
- ASP.NET MVC3 Using Code First Entity Framework Without Database GenerationNote that this works just as well with MVC4 as it does MVC3. So, when is Code First not Code First? It is possible, even recommended, to use 'code first'…
- Celebration! 120’000 downloads for #mvvmlight, 2 copies of Expression Studio to winThat is a symbolic milestone: Last week, MVVM Light reached the bar of 120’000 downloads on, the site that has been hosting source and installers since…
- SSDT – Makes SQL Azure Development EasyYesterday I attended an online meeting with Microsoft and got an overview about a new database tool, SQL Server Data Tool (SSDT), which was shipped alone…
- Introduction to the Flow Execution Engine NPantaRheiHow can data processing flows be implemented in an easy manner? What I call data flow processing – or flow design (FD) - I´ve defined here and described…
- Dependency Injection vs. Service LocatorThe Service Locator pattern and Dependency Injection clearly take a much different approach to achieving Inversion of Control and these differences often…
- Installing TFS 2011 Beta in a Virtual MachineThis was about as straight forward of an affair as one would think for installing a Beta product. Once I got over my own memory lapses of what do first.
- Redis on WindowsThis morning I received an email from the Microsoft said that, a meaningful company, Microsoft Open Technologies Inc., had just release their first…
- Community TFS Build Manager – Build Notes PreviewThe Community TFS Build Manager (TBM) is an open source build management solution developed by the ALM rangers, the build manager simplifies the…
- Deploying SSDT Projects with TFS BuildMoved to http://blog.ehn.nu/2012/04/25/deploying-ssdt-projects-with-tfs-build/
