The Repository Pattern is simple yet misunderstood
This post will revisit the Repository Pattern, will address the implementation pitfalls in the.NET world, and will review the proposed solutions to avoid unnecessary complexity.
This post will revisit the Repository Pattern, will address the implementation pitfalls in the.NET world, and will review the proposed solutions to avoid unnecessary complexity.
In the previous post in this series about building documentation sites with MkDocs, I showed you how to host a site on GitHub Pages. We briefly touched upon GitHub Actions, the integrated build and deployment server available on GitHub. In this post, I'll continue the example and get a real deployment pipeline set up.