A suite of helper libraries designed to simplify and enhance ASP.NET Core application development. These libraries target modern .NET platforms, including .NET 8 and .NET 9.
A general-purpose library providing common helpers for ASP.NET Core applications. It includes utilities for request and response handling, configuration management, middleware extensions, and other features that streamline web development.
A specialized library offering Entity Framework Core helpers for ASP.NET Core projects. It provides extensions and utilities for context management, query optimization, transaction handling, and other data access scenarios, making database operations more efficient and maintainable.
- Modular and lightweight design
- Easy integration with ASP.NET Core projects
- Compatible with .NET 8 and .NET 9
- Reduces boilerplate code and promotes best practices
- 
Add the desired NuGet package(s) to your project: - NuvTools.AspNetCore
- NuvTools.AspNetCore.EntityFramework
 
- 
Reference the library in your code and start using the provided helpers. 
This project is licensed under the MIT License.
For more information, visit the GitHub repository.