TF30063 Authorization Error If you are getting an TF30063 Authorization Error when trying to check in your code using Visual Studio Team Services, try this quick tip to see if it resolves the issue. It literally takes two minutes and might save you from scratching your head for too long while your
Programming
C# Programming Cookbook Published Recently
C# Programming Cookbook As you folks probably noticed, I haven't been blogging regularly for the past couple of months. I was lucky enough to be working on my first book, something which I was very fortunate to have done. It was a fantastic experience and something I would recommend to anyone thinking
Code Contracts Succinctly
Code Contracts Succinctly It has been a while since I have blogged here, and not without good reason. I have been busy writing and have recently released C# Code Contracts Succinctly which can be downloaded for free from Syncfusion's website. Code Contracts, love them or hate them... I think they're pretty cool.
C# REPL – Introducing C# Interactive
Visual Studio Solution Explorer Tips
Webucator – C# Online and Onsite Training Classes With Microsoft Certified Instructors
Roslyn And The New Language Features of C# 6
TakeWhile Extension Method in C#
Debugging Lambda Expressions In Visual Studio 2015
Debugging Lambda Expressions - Visual Studio 2015 has added the ability for developers to debug Lambda Expressions. This is a big improvement for me personally because I quite enjoy using Lambda Expressions. Now I can debug these Lambda Expressions and modify values to test different scenarios. Let's take a look