As we have seen in the previous post, Visual Studio 2017 have introduced a lot of code refactoring tools for C# and other languages like javascript. We can customize these options as we prefer and, for some aspects, define the rules for Javascript formatting is most important than with C# because with the first one... Continue Reading →
C# code refactoring with Visual Studio 2017
With the release of Visual Studio 2017 and updates, code refactoring helpers of C# projects are strongly improved and the refactoring activities has become easier. The intellisense has default rules that, normally, are the most used and recommended for the developers, but fortunately we have the ability to change these settings as we prefer. We... Continue Reading →
Migrate csproj file from VS 2015 to VS 2017 and .NET SDK
With the release of Visual Studio 2017 and the introduction of .NET Core, Microsoft has implemented a new version of csproj files, simplier, lighter and easier to mantain and modify. The new version has nothing in common with the older and if we want to migrate the older Visual Studio 2015 projects to the newer... Continue Reading →