This article is about asynchronous programming in C# using Task and Task<T>. Do you really need to make your code asynchronous? The first misconception about […]
Guide to using Git for TFS users
Introduction It’s that time again – that time where the development industry has decided for us that what we were using before isn’t good enough […]
Credit Cards: How to use them Correctly
Credit Cards Growing up I remember watching people get into varying amounts of debt with credit cards. Even my parents got into some troubles with […]
Visual Studio’s Immediate Window – C# vs VB.Net
I am primarily a C# developer, I will admit up front that I dislike VB.Net and will avoid using it when I can. I am […]
Visual Studio Macros
I just wanted to share some very basic things that you can do with Visual Studio Macros. This explanation will be valid for both Visual […]