aspnet-api-versioning
CleanArchitecture
aspnet-api-versioning | CleanArchitecture | |
---|---|---|
12 | 80 | |
3,038 | 16,797 | |
0.4% | - | |
8.7 | 7.9 | |
5 months ago | 13 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aspnet-api-versioning
-
Web API Versioning - 'apiVersion' constraint
Here is a code example
- Best way to version a CQRS-oriented REST api
- How do you handle API versioning? And naming.
- Is this a common way to version REST apis
-
Angular, ASP.NET core web api, and DTOs
- The DTOs on the server should generally not change without warning. A deprecation cycle should ideally be in place so consumers can keep up over time and front end development doesn't have to be lock-step with the services the consume. Ideally some period of time between service v1 being deprecated and service v2 being required to allow consumers to react ( in this case, you're the consumer, so be kind to yourself ). Deets: https://github.com/dotnet/aspnet-api-versioning
-
8 quick tips to improve your .NET API
This API versioning can be parameterized with some options, including the default version or even how the versioning will be done, whether by URL, header or media type. For more details, you can access the official documentation.
-
Entity Changes and API Versioning - Looking for best practice
https://github.com/dotnet/aspnet-api-versioning/tree/master/samples/aspnetcore/BasicSample/Controllers something like this
-
API version control (route name error)
Could you not achieve what you want by using ASP.NET API versioning - there's a by namespace example here
-
.NET Core — API Versioning
A lista completa pode ser vista aqui: https://github.com/microsoft/aspnet-api-versioning/wiki/Version-Format
-
Web API in 5 Hours (2021)
You don't have to use attributes. You can use conventions. See here.
CleanArchitecture
-
🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template
GitHub: Clean Architecture
- How do you structure large Minimal API Projects?
-
Best .NET Core API project for learning?
https://github.com/jasontaylordev/CleanArchitecture for beginners who want to see what good api projects are like.
-
KwikDeploy - Starting new Docker Deployment Open Source Project
Edit:Bootstrapped the .NET backend using Clean Architecture template (https://github.com/jasontaylordev/CleanArchitecture/tree/net7.0).
-
Why CQRS?
The CleanArchitecture is a typical empty boilerplate for a base line CQRS, but it doesn't come up with any batteries included.
- Advice for the web API app development using clean architecture in .NET 6.
- What are the GitHub repositories or blogs to learn industry-standard coding for Web API
-
DDD Design when it comes is it correct approach
For reference, see how Jason Taylor has his template setup. https://github.com/jasontaylordev/CleanArchitecture
- Are dotnet contracting jobs common?
- ASP.NET Core Web API Best Practices
What are some alternatives?
api-guidelines - Microsoft REST API Guidelines
CleanArchitecture - Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
Swashbuckle.AspNetCore - Swagger tools for documenting API's built on ASP.NET Core
ASP.NET Boilerplate - ASP.NET Boilerplate - Web Application Framework
ApiVersioningSwagger - Api Versioning Swagger example
modular-monolith-with-ddd - Full Modular Monolith application with Domain-Driven Design approach.
bitplatform - Build all of your apps using what you already know and love ❤️
eShopOnWeb - Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
cool-webapi
eShopOnContainers - Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
nopCommerce - ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.