Skip to content

Roadmap

Marlon Gayle edited this page Apr 11, 2023 · 3 revisions

.NET Web API solution template is a modern multi-project.NET project template that implements a maintainable enterprise-level API application. Since then I have been hard at work to deliver the next wave of features and improvements.

The upcoming release will include the following features and improvements:

General Improvements

  • Add Localization and Internationalization
  • Add Password complexity validation using validator extension
  • Add BackgroundService using HostedService

Template CLI Options

  • Add CLI option to include Sentry.io APM integration
  • Add CLI option to include Docker files.
  • Add CLI option to include README file.

Performance Improvements

  • Utilize record and sealed classes for memory and performance optimization.
  • Update the implementation of EF Core to improve the handling of transient errors
  • Implement a base background worker that will handle long-running jobs

Security

  • Update Nuget packages to the latest versions
  • Implement AppSettings secrets

In Conclusion

We hope you are as excited about these features and improvements as I am! Of course, it is still early in the release and these plans are subject to change.

Clone this wiki locally