Creating classes in Visual Studio. Approach needed

Not sure the best way to achieve this, and I would like your input.

I would like to create a View - ViewModel and a couple more classes. I do not want to generate a project, but only some classes. Implementing IWizard allows you to create more than one class at a time?

Ideally, I would like the user to click on a template in visual studio, enter some names, etc ... and generate 4-5 classes for them.

What is the best for this? Any links or suggestions on the approach?

Thank.

+3
source share
1 answer

Source: https://habr.com/ru/post/1788434/


All Articles