All Projects → dj-nitehawk → FastEndpoints

dj-nitehawk / FastEndpoints

Licence: MIT license
A light-weight REST API development framework for ASP.Net 6 and newer.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FastEndpoints

MongoWebApiStarter
A full-featured starter template for `dotnet new` to quickly scaffold an Asp.Net 6 Web-Api project with MongoDB as the data store.
Stars: ✭ 147 (-93.84%)
Mutual labels:  webapi, vertical-slice-architecture, minimal-api
Cleanarchitecture.webapi
An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
Stars: ✭ 615 (-74.22%)
Mutual labels:  aspnetcore, webapi
Nswag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Stars: ✭ 4,825 (+102.22%)
Mutual labels:  aspnetcore, webapi
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-96.31%)
Mutual labels:  aspnetcore, webapi
SparkTodo
TodoList WebApi Powered by ASP.Net Core and JWT token auth
Stars: ✭ 37 (-98.45%)
Mutual labels:  aspnetcore, webapi
Aspnetcoreapistarter
An ASP.NET Core (v2.1) Web API project to quickly bootstrap new projects. Includes Identity, JWT authentication w/ refresh tokens.
Stars: ✭ 304 (-87.26%)
Mutual labels:  aspnetcore, webapi
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (-94.72%)
Mutual labels:  web-api, webapi
smart-blazor
Blazor UI Components & Examples
Stars: ✭ 32 (-98.66%)
Mutual labels:  aspnetcore, dotnet6
Aspnet Api Versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,154 (-9.72%)
Mutual labels:  aspnetcore, webapi
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (-4.23%)
Mutual labels:  aspnetcore, dotnet6
Angularspawebapi
Angular Single Page Application with an ASP.NET Core Web API that uses token authentication
Stars: ✭ 222 (-90.7%)
Mutual labels:  aspnetcore, webapi
minimal-apis.github.io
Tutorials and samples for ASP.NET Core Minimal APIs
Stars: ✭ 47 (-98.03%)
Mutual labels:  aspnetcore, webapi
worddaze
A Blazor Powered Blogging Application
Stars: ✭ 78 (-96.73%)
Mutual labels:  aspnetcore, webapi
Aspnetcore Webapi Sample
This is a sample ASP.NET Core WebAPI
Stars: ✭ 310 (-87.01%)
Mutual labels:  aspnetcore, webapi
Huxley2
A cross-platform JSON proxy for the GB railway Live Departure Boards SOAP API
Stars: ✭ 22 (-99.08%)
Mutual labels:  aspnetcore, dotnet6
Weapsy
ASP.NET Core CMS
Stars: ✭ 748 (-68.65%)
Mutual labels:  aspnetcore, webapi
Diamond
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Stars: ✭ 173 (-92.75%)
Mutual labels:  web-api, webapi
aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,396 (+0.42%)
Mutual labels:  aspnetcore, webapi
Active Directory Dotnet Webapp Webapi Openidconnect Aspnetcore
An ASP.NET Core web application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
Stars: ✭ 124 (-94.8%)
Mutual labels:  aspnetcore, webapi
minimal-api-example
Original blog post: https://nikiforovall.github.io/dotnet/aspnetcore/2021/09/10/opinionated-minimal-api.html
Stars: ✭ 39 (-98.37%)
Mutual labels:  aspnetcore, minimal-api

license nuget tests nuget discord

ASP.NET Minimal APIs Made Easy...

FastEndpoints is a developer friendly alternative to Minimal APIs & MVC

It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate.

Performance is on par with Minimal APIs. It's faster, uses less memory and does around 35k more requests per second than a MVC Controller in our benchmarks.

Documentation: https://fast-endpoints.com

Please visit the official website for detailed documentation...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].