aspnet-api-versioning
CleanArchitecture
Our great sponsors
aspnet-api-versioning | CleanArchitecture | |
---|---|---|
10 | 66 | |
2,660 | 11,398 | |
3.0% | - | |
9.4 | 7.9 | |
11 days ago | 12 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
-
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.
-
.NET Core — API Versioning
A lista completa pode ser vista aqui: https://github.com/microsoft/aspnet-api-versioning/wiki/Version-Format
-
What every ASP.NET Core Web API project needs - Part 2 - API versioning and Swagger
Check out the official API versioning Github repository to find out more information.
CleanArchitecture
-
Accessing the HttpContext outside the outside the HttpRequest
As others have pointed out, you can use the IHttpContextAccessor. You can see an example implementation in Jason Taylor's Clean Architecture template here: https://github.com/jasontaylordev/CleanArchitecture/blob/main/src/WebUI/Services/CurrentUserService.cs
-
Open source dotnet 6 (MVC and Minimal API) reference projects
Not really a good mvc/minimal API project but a good inspiration for me is often this project : CleanArchitecture.
-
Raytha, an open source .NET CMS for rapid development
Raytha is built on the popular Clean Architecture template. Anyone who is familiar with the well established CQRS pattern will be able to step right in with a lot of batteries included since the Clean Architecture template is empty. Hope that helps.
-
Learning .NET core as a front-end developer
Here’s a few: - complex domain driven example using vertical slice - another DDD example - clean architecture template by Jason taylor - clean architecture template by ardalis
-
What is a good open source .net core project to learn about code structure?
This one for CleanArchitecture: https://github.com/jasontaylordev/CleanArchitecture
-
API’s in ASP.NET
If you want to try clean architecture, you can check out Steve smith’s repo or Jason Taylor’s repo.
- Clean Architecture using CQRS
-
How to avoid AutoMapper configuration runtime errors
The NUnit example was taken from the Clean Architecture Template, provided by Jason Taylor.
- .NET 6 - ORM vs Stored Procedures - Azure Functions + SQL Databases
What are some alternatives?
CleanArchitecture - Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
ASP.NET Boilerplate - ASP.NET Boilerplate - Web Application Framework
modular-monolith-with-ddd - Full Modular Monolith application with Domain-Driven Design approach.
nopCommerce - ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
eShopOnWeb - Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
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.
NorthwindTraders - Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
Polly - Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
ASP.NET MVC Boilerplate - .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Orchard Core - Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
api-guidelines - Microsoft REST API Guidelines
JHipster.NET - JHipster.NET blueprint