modular-monolith-with-ddd
ASP.NET Boilerplate
| modular-monolith-with-ddd | ASP.NET Boilerplate | |
|---|---|---|
| 19 | 17 | |
| 13,701 | 11,985 | |
| 1.9% | 0.0% | |
| 7.0 | 7.3 | |
| about 2 years ago | 6 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.
modular-monolith-with-ddd
-
I Curated 106 Software Design Resources and Ranked What Actually Matters
kgrzybek/modular-monolith-with-ddd — The most complete Modular Monolith example I've seen. C#, but the patterns are universal.
-
Modular Monolith with DDD repository migrated to .NET 8.0
Link to PR here: https://github.com/kgrzybek/modular-monolith-with-ddd/pull/286
-
How to find a sample enterprise applications?
- https://github.com/kgrzybek/modular-monolith-with-ddd (a really well documented example)
-
How I start every new Python backend API project
You can see there is a module called building_blocks. Inside it, I keep all the utilities needed in the project, like a logger, serializers, and so on. I did not make up this name, I borrowed it from this repo.
- Does anybody want to learn Computer Science??
-
100+ Must Know Github Repositories For Any Programmer
9. Modular Monolith with TDD
- Can you suggest a Git repo using DDD
-
Can you suggest a git repo using DDD?
This covers far more than just DDD, however, I find the links and README super helpful for a wide range of subjects: https://github.com/kgrzybek/modular-monolith-with-ddd
-
Software design: What are the middle ground options between monolith and microservices?
Modular monolith. Here is one of the best production-ready examples https://github.com/kgrzybek/modular-monolith-with-ddd
- Why do I distrust people who talk about Clean Architecture?
ASP.NET Boilerplate
-
PrimeNG + NestJS = CRM — part 1
I wanted to find a framework that already had all the Boiler code needed for a business application: menus, sections, graphs, users, etc. While searching for such a framework, we noticed the .Net frameworks https://aspnetboilerplate.com and https://abp.io, which already have a lot of things "out of the box". As far as I understand, both frameworks are being developed either by related teams, or even by one team. And the teams are from Turkey. The ASP.NET Boilerplate framework has legacy code from older versions of the .Net Framework. The newer ABP framework does not have legacy, it is on .Net Core. Both frameworks have a decent number of stars on github.
-
Como avanzar con .Net?
https://aspnetboilerplate.com/ (por si alguien le interesa)
-
Does an open source 'backend platform' exist for dotnet?
This is pretty similar
-
.Net Saas Multi Tenant Best Practices
Aspnet boilerplate has great documentation and handles multi tenant. Good design patterns and supports several front-end frameworks. https://aspnetboilerplate.com/
-
Is there any dotNet project that would be equivalent of a Django app, with admin pages, user model and SQLite context ready setup?
DotNetBoilerplate might suit your needs. They also have a more advanced commercial offering
-
Learn C#/ASP.NET
Hi beautiful people of learnprogramming. I’m a Junior-Developer and I‘m having a hard time learning the backend-part of the Framework I been using for the past months. We use ASP.NET for the backend and Angular for the front. The angular part gets slowly better, the backend I‘m a complete noob. We use http://aspnetboilerplate.com and the learning curve is so high.
- Most 5 Popular Asp.net Repositories
-
JS framework i ASP.NET Core
Evo ja trenutno radim za klijenta koji ima vise projekata i koriste ASP.netZero koji se placa a bazira se na AspNetBolerplejtu. Ti bojlerplejtovi su odmah spremi za rad sa Angularom, Vue ili Reactom za front.
-
Know a well-written Web Project that serves as a good reference?
Hands down ABP. Download and follow the tutorials, you’ll get a great education out of it. It’s multi tenant and the documentation is excellent. ASP.net: https://aspnetboilerplate.com
-
Extend Tenant management and add custom host to your ABP App for ASP.NET Core
ABP was an acronym for "ASP.NET Boilerplate". However, it is the name of the previous generation: https://aspnetboilerplate.com/ ABP.IO is the next generation of the ASP.NET Boilerplate framework and we no longer use the long name, because the "Boilerplate" word is misleading (they think it is just a startup template, but actually a complete framework & platform).
What are some alternatives?
CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core
ABP - Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
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.
Orleans - Cloud Native application framework for .NET
Domain-Driven-Design-Example - Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.
Spring.Net - Spring Framework for .NET