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 happing and getting stuck whenever a[…]
Read more
Convert.ToDotNet("Everyone")
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 happing and getting stuck whenever a[…]
Read moreVisual 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 Solutions. As you can see, Lightweight[…]
Read moreC# 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 code that is conditional base on[…]
Read more