- Setting a variable when a breakpoint hitsOccasionally I run into a problem difficult to reproduce in that it takes a laborious amount of tinkering. Sometimes I’ve gone through the work of…
- Stylecop 4.7.11.0 ReleasedStylecop 4.7.11.0 has been released at I urge all C# developers to use StyleCop and Resharper. Can't code withoutIn-depth C# code analysis with instant…
- Closures and Captured Variable C#1 What are closures? > 1.1 Evolution of Delegates in C# > 1.2 Delegates => Closure 2 Captured Variable > 2.1 Value of Captured variable
- Building a Northwind Single Page Application using ASP.NET MVC 4 Beta - Part 1Single Page Application Frameworks are gaining popularity in the ever evolving web community with lot of libraries such as JavaScriptMVC, Backbonejs and…
- O'Reilly special offer on the "The Little Book on CoffeeScript" to March 1st 2012Until 1/March/2012 O'Reilly are offering at http://shop.oreilly.com/product/0636920024309.do The Little Book on CoffeeScript "This little book shows…
- C#/.NET Little Wonders–The List<T> Range MethodsOnce 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…
- Inside the Concurrent Collections: ConcurrentDictionaryUsing locks to implement a thread-safe collection is rather like using a sledgehammer - unsubtle, easy to understand, and tends to make any other tool…
- APress Deal of the Day - 22/Feb/2012 - Expert F# 2.0Today's $10 Deal of the day from APress at http://www.apress.com/9781430224310 is Expert F# 2.0 "Expert F# 2.0 is about practical programming in a…
- Managing Build Templates with Community TFS Build ManagerMoved to http://blog.ehn.nu/2012/02/21/managing-build-templates-with-community-tfs-build-manager/
- BizTalk 2010 Dynamics AX 2012 - Errors in the guidance documentWorking though the white paper Microsoft Dynamics® AX 2012: Using Microsoft BizTalk Server 2010 to exchange documents with Microsoft Dynamics AX I came…
- How to migrate an InfoPath form from test to production in SharePoint 2010In order to migrate (copy) an InfoPath form from one environment (say test to production), there are several things to consider. First, does your form use…
- MongoDB index scripting<< Of Image Exif, PropertyItem and reflection | Home | Operations in action–Marking WCF interface as down for maintenance >>
- Windows Phone Marketplace Requests Custom StatusesThanks to the UserVoice team for enabling custom statuses on! I have added a few additional statuses (I’m still working out exactly what makes the most…
- APress Deal of the Day - 20/Feb/2012 - Design Driven TestingToday's $10 Deal of the day from APress at http://www.apress.com/9781430229438 is Design Driven Testing "Design Driven Testing brings sanity back to…
- A Super-Fast C# Extension Method using Expression Trees to Create an instance from a TypeHaving written an extension method extension method (opens in a new window)") to create an instance from a Type and been a bit underwhelmed") by its…
- $4.99 E-Book upgrades from O'ReillyIf you have an existing O'Reilly or Microsoft Press book, you can get $4.99 E-book upgrade. The details are at https://members.oreilly.com/account/benefits…
- C#/.NET Little Wonders: The SequenceEqual() 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…
- How to check/uncheck all checkbox with JqueryThere are a lot of solutions for this, but I found most them did not handle the case where user checked or unchecked all of the child checkboxes and it…
- Use window.onbeforeunload event to stop browser from closing or Disable Button before Page PostBackAll modern browsers support the JavaScript's window.onbeforeunload event. It fires before the unload event when the page is unloaded. So this event always…
- O' Reilly 50% Deals to Feb/22O'Reilly are offering a series of 50% off of PDFs of - HTML & XHTML: The Definitive Guide, 6th Edition http://shop.oreilly.com/product/9780596527327.do -…
