- Say goodbye to System.Reflection.Emit (any dynamic proxy generation) in WinRTtl;dr - Forget any form of dynamic code emitting in Metro-style. It's not going to happen.
- DDDSouthWest 4.0 26th May 2012 - Async 20/20 presentationAs I wasn’t voted in with my nominated sessions I presented a 20/20 talk on the new async functionality coming with the .Net Framework. This was based on the PechaKucha presentation format, where y…
- C#/.NET Little Wonders: Select() and Where() with IndexesOnce 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 write and maintain. The index of all my pa…
- 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 write and maintain. The index of all my pa…
- 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 pre-production, the Redis on Windows.
- Creating SharePoint sites from xml using PowershellIt is frequently useful to create / delete web applications in a development environment.
- Robotic Arm – HardwareThis is first in series of articles about project I've been building in my spare time since last Summer. Actually it all began when I was researching a topic of modeling human motion kinematics in …
- Using Node.js as an accelerator for WCF REST servicesNode.js is a server-side JavaScript platform "for easily building fast, scalable network applications". It's built on Google's V8 JavaScript engine and uses an (almost) entirely async event-driven …
- .NET vs Windows 8So, day 1 of DevWeek. Lots and lots of Windows 8 and WinRT, as you would expect. The keynote had some actual content in it, fleshed out some of the details of how your apps linked into the Metro in…
- C++ Little Wonders: The C++11 auto keyword reduxI’ve decided to create a sub-series of my Little Wonders posts to focus on C++. Just like their C# counterparts, these posts will focus on those features of the C++ language that can help improve c…
- Specifying new screen resolutions for ubuntu in a virtual boxSpecifying new screen resolutions for ubuntu in a virtual box
- 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 many other libraries. ASP.NET MVC 4 introduc…
- 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 across an issue with incorrect information in…
- 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 performance, I looked into exactly what was happ…
- C# to C++–A Somewhat Short Guide (Update 1)This is a big post – over ~12200~ 16600 words – and so I’ve decided to make it available as a PDF download, which you can get here:
- Log4Net basics with a Console Application (c#)Tim goes through quite a bit, I just want to cover the very bare minimum for getting log4net to work in a console application.
- Operation is not valid due to the current state of the object.System.InvalidOperationExceptionOperation is not valid due to the current state of the object.
- Validating NPI (National Provider Identifier) numbers in SQLIf you work with any kind of healthcare data, then odds are you’ll deal with NPI (National Provider Identifier) numbers. The NPI is a 10-digit number consisting of 9 digits (with the first digit be…
- SQL Azure Federation – IntroductionThe SQL Azure Federation had been publically launched several weeks ago and this is one of the most existing features I’m looking forward. This might be the first post of SQL Azure Federation, and …
- Easier ASP.NET MVC RoutingThis blog now lives here.
