diff --git a/docs/cloud-native/devops/github-actions.md b/docs/cloud-native/devops/github-actions.md index 821f03a..7585c67 100644 --- a/docs/cloud-native/devops/github-actions.md +++ b/docs/cloud-native/devops/github-actions.md @@ -7,6 +7,10 @@ - [GETTING STARTED WITH GITHUB ACTIONS FOR .NET DEVELOPERS](https://www.stevejgordon.co.uk/getting-started-with-github-actions-for-dotnet-developers) - [How to build and push Docker image with GitHub actions?](https://event-driven.io/en/how_to_buid_and_push_docker_image_with_github_actions/) - [ASP.NET Core integration tests with docker-compose on GitHub Actions](https://blog.joaograssi.com/posts/2020/asp-net-core-integration-tests-with-docker-compose-github-actions/) +- [Ship It! (How Wilco Does CI/CD)](https://www.trywilco.com/post/wilco-ci-cd-github-heroku) +- [Conventional Commits: A Better Way](https://medium.com/neudesic-innovation/conventional-commits-a-better-way-78d6785c2e08) +- [GitHub actions example for automatic release drafts and changelog.md creation](https://johanneskonings.dev/github/2021/02/28/github_automatic_releases_and-changelog/) +- [Stop writing your changelogs manually](https://tiagomichaelsousa.dev/articles/stop-writing-your-changelogs-manually) ## Videos - [Master GitHub Actions Tutorial - Playlist Cameron McKenzie](https://www.youtube.com/playlist?list=PL_RrEj88onS-um2xFy01sY46ik_2yt_EQ) \ No newline at end of file diff --git a/docs/domain-driven-design/domain-driven-design.md b/docs/domain-driven-design/domain-driven-design.md index 1418bbc..ecf0fc8 100644 --- a/docs/domain-driven-design/domain-driven-design.md +++ b/docs/domain-driven-design/domain-driven-design.md @@ -167,6 +167,7 @@ - [AntonioFalcaoJr/Dotnet6.EFCore6.Record.ValueObjects](https://github.com/AntonioFalcaoJr/Dotnet6.EFCore6.Record.ValueObjects) - [AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing](https://github.com/AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing) - [pdevito3/PeakLimsApi](https://github.com/pdevito3/PeakLimsApi) +- [ardalis/DDD-NoDuplicates](https://github.com/ardalis/DDD-NoDuplicates) ## 📦 Libraries - [Eventuous/eventuous](https://github.com/Eventuous/eventuous) - Minimalistic Event Sourcing library for .NET diff --git a/docs/dotnet/api-documentation.md b/docs/dotnet/api-documentation.md index d877d3b..93763ab 100644 --- a/docs/dotnet/api-documentation.md +++ b/docs/dotnet/api-documentation.md @@ -20,4 +20,7 @@ - [Displaying multiple select input for Enum in Swagger WebApi UI](https://dejanstojanovic.net/aspnet/2018/march/displaying-multiple-select-input-for-enum-in-swagger-webapi-ui/) ## 📺 Videos -- [Extended Swagger documentation | ASP.NET Core 5 REST API Tutorial 22](https://www.youtube.com/watch?v=BGASedyh16I) \ No newline at end of file +- [Extended Swagger documentation | ASP.NET Core 5 REST API Tutorial 22](https://www.youtube.com/watch?v=BGASedyh16I) + +## 🚀 Samples +- [micro-elements/MicroElements.Swashbuckle.FluentValidation](https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation) \ No newline at end of file diff --git a/docs/dotnet/api-versioning.md b/docs/dotnet/api-versioning.md index 49f92ff..1f59b1d 100644 --- a/docs/dotnet/api-versioning.md +++ b/docs/dotnet/api-versioning.md @@ -22,6 +22,11 @@ ## Libraries - [mattfrear/Swashbuckle.AspNetCore.Filters](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters) - A bunch of useful filters for Swashbuckle.AspNetCore - [microsoft/aspnet-api-versioning](https://github.com/microsoft/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. + + +## 🚀 Samples +- [dotnet/aspnet-api-versioning](https://github.com/dotnet/aspnet-api-versioning/tree/main/examples/AspNetCore/WebApi) +
↥ Back To Top
diff --git a/docs/dotnet/mediatr.md b/docs/dotnet/mediatr.md index 4d3ace1..930e7f4 100644 --- a/docs/dotnet/mediatr.md +++ b/docs/dotnet/mediatr.md @@ -25,6 +25,7 @@ ## 📺 Videos - [Building a Mediator library in .NET from scratch](https://www.youtube.com/watch?v=4e83trumwcM) - [The 2 MediatR features people don't know about but should](https://www.youtube.com/watch?v=2TT3suofNlo) +- [You DON'T want an In-Memory Event Bus like MediatR](https://www.youtube.com/watch?v=KCvsk5tTP3w) ## 🚀 Samples - [ardalis/MediatRAspNetCore](https://github.com/ardalis/MediatRAspNetCore) diff --git a/docs/dotnet/validation.md b/docs/dotnet/validation.md index c5a930e..3d88035 100644 --- a/docs/dotnet/validation.md +++ b/docs/dotnet/validation.md @@ -10,3 +10,6 @@ - [How to write clean validation clauses in .NET](https://www.youtube.com/watch?v=Tvx6DNarqDM) ## Libraries - [GuardClauses](https://github.com/ardalis/GuardClauses) > A simple package with guard clause extensions. + +## 🚀 Samples +[https://github.com/micro-elements/MicroElements.Swashbuckle.FluentValidation](micro-elements/MicroElements.Swashbuckle.FluentValidation)