Windows Phone SDK 7.1.1 Update Now Available – Cliff Simpkins announces the release of the Windows Phone SDK .1.1 on the Windows Phone Developer Blog. This release is the official release for the CTP that was released last month, and enables development of applications targeting the 256MB devices, and also allows development on Windows 8 based machines.
Information
null is not false – Eric Lippert discusses the difference between null and false, discussing the implementation of nullable reference types and nullable value types
Do I need to dispose of Tasks? – Stephen Toub gives three answers (short, medium and long) on why you don’t actually need to dispose of your Tasks when working with them, despite them implementing IDisposable – unless you have a good reason to.
TDD with CodeRush – Rory Becker give a walkthrough tour of some of the features of CodeRush for performing TDD development, showing how an IDE productivity tool, such as CodeRush, can give quite significant improvements to your development process.
Inside the Concurrent Collections: ConcurrentBag – Simon Cooper continues his series exploring the concurrent collections included in .NET 4.0 with a look at the implementation of the , discussing how the bag uses threadstatics internally and looking at its data structure.
The Stack – Liverpool .Net User Group – May 2012 – The Liverpool, UK based The Stack Usergroup announces its May 2012 event, with a session from visiting speaker Guy Smith Ferrier looking at internationalization and Globalization of ASP.NET MVC based applications. The event is on Monday 14th May 2012, and is free to attend (although registration is requested)