.NET
Microsoft Technologies based on the .NET software framework.
3,802 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a C# program using 2019 visual studio enterprise. It takes a GEDCOM file and parses it to create a work file. I have since changed to 2022 visual studio community. But when I try to duplicate the code in community it creates a WPF project and creates a windows form class. I don't think I want that? I want to just have a .cs class. How do I do that?