This repository contains a collection of reusable middlewares for ASP.NET Core applications. Each middleware is designed to handle a specific aspect of API functionality, and they can be plugged into your projects with minimal effort.
- GeoMiddleware
- MiddlewareX (Coming Soon)
-
Clone the repository:
git clone https://github.com/aliabooof/Middleware-Collection-for-ASP.NET-Core
-
Add the desired middleware to your ASP.NET Core project:
- Navigate to the middleware's folder for setup instructions.
- Follow the installation steps in its
README.md.
-
Register the middleware in your application pipeline in
Program.cs.
Contributions are welcome! If you’d like to add a new middleware, please:
- Create a folder in the
Middlewaredirectory. - Add your middleware implementation and a
README.mdfor documentation. - Submit a pull request with your changes.