Archive

Tips&Tricks

You can use Visual Studio Community edition for FREE

Did you know that if you are a small shop or an solo independent developer you can use Visual Studio Community Edition for free?

Tips&Tricks

Nesting a file in VS project

How to nest a file under another file to keep them close to each other

Tips&Tricks

SQL helper tip - Table details

This will be a short tip for MSSSQL Management Studio to get detailed information on a database table.

Tips&Tricks

Essential extensions for Visual Studio

Here are the extensions I feel I really can’t be without. The Visual Studio marketplace contains a huge amount of extensions.
Many of them are …

Tips&Tricks

Safe casting with is

Just a short post on some pattern matching in C# 7 that my coworker pointed out to make code cleaner and easier to read. I had looked at pattern …

Tips&Tricks

Basics of Git for Visual Studio TFVC users

This is just a small intro into the basics of Git using VSTS and Visual Studio. This is not a catch-all about git.

Tips&Tricks

Visual Studio Tips & Tricks

Now I’m going to show you all the tricks I know when it comes to my favorite programming IDE, Visual Studio 2017. I hope you learn a trick or …

Tips&Tricks

Decrease load and build times of large VS solutions

In this post I´m going to look at ways to decrease load and build times for large soulutions (400+ projects) in Visual Studio 2017