What's New

ASP.NET Core 6.0

Generates an ASP.NET Core MVC 6.0 web application in One Click!

Visual Studio 2022

Made for the Visual Studio 2022 IDE using the latest .NET Core 6.0 Framework.

Dependency Injection

Dependency injection improves the decoupling of objects. It provides a way to separate the creation of an object from its usage.

Web API

The generated Web API code is now closely aligned with the OpenAPI specification. Swagger UI is hosted in the generated app.

Interface

Interfaces reduce class coupling that occurs when we use concrete types during creation of new object instances.