↧
Trying out C# 7.0
C# 7.0 has a number of new features to simplify code and increase performance. A nice new feature is types, which make it easy to have multiple results. Another is pattern matching, which simplifies...
View ArticleLoading large solutions in Visual Studio
Visual Studio 2017 has a new option to load solutions faster. This is especially useful if your solution has several dozen projects. The option can be found under Tools > Options > Project and...
View ArticleASP.NET Core project using Docker
Visual Studio 2017 makes it very easy to start using Docker containers to run your ASP.NET Core projects. It used to be an elaborate set of command line instructions, not knowing exactly what was...
View Article
More Pages to Explore .....