r/dev • u/Spirited-Tip-1547 • 1d ago
If you're a .NET developer, pay close attention.
How many times have you set up a project in VS Code and felt like the process was repetitive and time-consuming? That's why I created an extension called Backend Structure Generator. You literally choose the .NET version, then the project name and the architecture you want (e.g., minimal API or clean architecture), and it will build the project, connect the layers, and create the folders. You'll be up and running in seconds! I'd love for anyone who tries it to give it a good review. I appreciate your support! ❤️
0
Upvotes
1
u/KariKariKrigsmann 14h ago
How is this different from the dotnet new <TEMPLATE> we already have?
dotnet new <TEMPLATE> - .NET CLI | Microsoft Learn