Common code style in Visual Studio 2017
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…
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…
In more complicated projects, simple F5 doesn't compile&debug. In cases where you're working with IIS (w3wp process), we need to attach the debugger manually. Attaching debugger The simple…
Your Integrated Development Environment(IDE) is Your main tool. Anything that can make it better is worth of trying :) Nowadays we are using usually more than one IDE. For example…
Imagine Imagine a perfect world, with your perfect system, when everything goes fine. And fine. More fine [...] And then suddenly you have a call from your boss/client/colleague: Why…