Working on IISExpress with custom domain and SSL on 443
Working with IISExpress in extremely useful. But running in on custom domain and SSL on a default port (443) is a bit tricky. Custom domain If you are running Visual…
Working with IISExpress in extremely useful. But running in on custom domain and SSL on a default port (443) is a bit tricky. Custom domain If you are running Visual…
Here we go again. New Visual Studio, new NET Core tools. This post is the second one about new Visual Studio 2017. Last week I wrote about Common code style…
You open a file, change one line, press save and the file has changed its structure. But you add only a simple comma, variable or if. How could this happen…
Project.json is a celeb in .NET world. But its status is rather "famous for being famous", instead of usefulness. Probably you heard some time ago that it will replace…
Creating a service for unknown technology is usually painful. Sorry, "service" is an unpopular world, nowadays we call it an API. For a few years, everybody says: let's create some…
During the debugging session, I always had problems with complex structures. Preview most interesting properties were irritating, we need to expand a variable. In most cases, I tried to override…