Generate a Constructor Using Fields/Properties on Visual Studio
Escrito September 25th, 2017 . Nenhum comentário .
I have used this feature with Resharper for years, but only now I found out that it is present on Visual Studio since version 2015 update 3 (VS 2017 too).
Just highlight the properties you want to include in your constructor and hit Control+. to generate a nice constructor for you. Really useful!

Happy coding :)