- Book Review: Inside Windows Communication Foundation by Justin SmithIn gearing up for a new major project, I have taken it upon myself to research and review various aspects of our Microsoft stack of choice seeking new…
- #mvvmlight V4 update for Win8 RTMWith Windows 8 RTM out of the doors (at least for some of us), it was also time to create an update to MVVM Light. I selected the V4 RTM to do this…
- C#/.NET Little Wonders: Interlocked Read() and Exchange()Once 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…
- Windows 8–Getting started with ListView bindingMost of the tutorials and quickstart articles on binding data to a list on the interweb at the moment, shows how to bind the data from a static array of…
- Inside the DLR - Invoking methodsSo, we've looked at how a dynamic call is represented in a compiled assembly, and how the dynamic lookup is performed at runtime. The last piece of the…
- Questions You Should Ask Before Moving Your App to the Cloud! Cloud Computing is currently the hot topic in the developer world these days, and it seems all anyone wants to talk about is the cloud. If you're like…
- How to clear Visual Studio Team Explorer CacheSwitching between Team Project Collections sometimes messes up documents and reports and gives a red X next to both these artefacts in Team Explorer. I…
- Issues with mixed C++ and C# projects in Visual Studio 2012 running Code AnalysisIssues with mixed C++ and C# projects in Visual Studio 2012 running Code Analysis If you have projects created under Visual Studio 2010 (SP1), and mixed…
- How to fix the CA0053 error in Code Analysis in Visual Studio 2012How to fix the CA0053 error in Code Analysis in Visual Studio 2012 You are opening a solution made in Visual Studio 2010 with VS 2012. When you run Code…
- BizTalk 2010–Legacy Whitespace behaviourI recently came across baffling issue when setting up an existing BizTalk solution on some new servers. As part of our standard build processes we have a…
- How To: Improve Skype QualityI always forget this until I need it the next time, but there is a great post that talks about how to fix your skype quality.
- Validate SSRS Report Input Parameters the Proper WayIt should not be a secret that sooner or later in the BI developer’s career one would face the necessity to perform a complex input parameter validations.
- Comparing Service Bus for Windows Server & RabbitMQRecently I have been working a little with RabbitMQ and also learning about the new Microsoft Service Bus for Windows Server offering which is now…
- GridView Custom Paging with LINQIn this post we will take a look at how to do pagination in GridView control. Paging is very helpful in presenting huge amount of data in the page because…
- C#/.NET Little Wonders: Interlocked Increment(), Decrement(), and Add()Once 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…
- Axiom v0.8.3327.12322 has been released!Today we pushed a maintenance release for Axiom v0.8 ( crickhollow ). While there are not a lot of tickets closed for this release, a lot of work when…
- A "snark-free" post on the Metro naming debacle* (Caution: May contain snark)In a parallel universe I'm writing a much less kind version of this post, but with GA of Windows 8 being measured in a short number of months, I'm going…
- TFS In The Cloud – Source ControlIn my last post I showed you how to get started using TFS in the cloud. By itself, this is very cool, but setting it up for source control makes it even…
- Part 3–PassBook ServerPart 3–PassBook Server So far we have covered some basic principals, a simple database schema to store pass-jobs. Next step is to go about actually tie…
- APress Deal of the Day - 30/Jul/2012 - Pro WCF 4Today's $10 deal of the day from APress at http://www.apress.com/9781430233688 is Pro WCF 4 "Pro WCF 4 is a complete guide to Windows Communication…
