Archive
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?
Nesting a file in VS project
How to nest a file under another file to keep them close to each other
SQL helper tip - Table details
This will be a short tip for MSSSQL Management Studio to get detailed information on a database table.
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 …
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 …
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.
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 …
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