Cool Visual Studio 2017 Tip #4 : Templates
I was recently watching an interesting C#7 video by Jesse Liberty and noticed that within it, he was using his own project type to demonstrate the new features of the…
I was recently watching an interesting C#7 video by Jesse Liberty and noticed that within it, he was using his own project type to demonstrate the new features of the…
One thing that I think differentiates someone who uses Visual Studio a lot from someone that doesn’t is whether they are familiar with the key strokes and short-cuts available to…
You may already know this, but when you compile one of your .NET projects into an executable, it is actually translated into something called Intermediate Language, or IL. If you…
There have been some interesting improvements in how the using statement can be, erm, used, in C#7, which may be of interest to some. To set the scene, let’s look…