-
# Trending repositories for C#
1. [**dotnet / aspnetcore**](https://github.com/dotnet/aspnetcore)
__ASP.NET Core is a cross-platform .NET framework for building modern cloud-based…
-
## Objective
- [ ] Support the goal of breaking up the image promoter monolith by closely examining the code and describing how we could pursue a more modular design
## Steps
- [ ] Present a 1-2 pag…
-
Currently, we have a couple of problems:
1. Controllers that handle business logic.
2. Plugins lack clear modularity, making it harder to distinguish between core infrastructure (like db) and domain…
-
Thanks very much for your talk on Laracon, it was insightful and couldn't have come at a more fitting time.
I am a big fan of the Actions paradigm and already using this on a Domain level, more inl…
-
Hi,
I've implemented CQRS by following your repo. However I noticed that the decorator registration is now working with Autofac 6.x
builder.RegisterGenericDecorator(
typeof(UnitOfWo…
-
Here is the error log
`System.InvalidOperationException: Can't use schemaId "$MeetingGroupProposalDto" for type "$CompanyName.MyMeetings.Modules.Administration.Application.MeetingGroupProposals.GetMe…
-
When using a microservice architecture, it would be convenient to use migrations on a single database from several crates.
```rust
// in crate foo
fn migrate(...) {
sqlx::migrate!(namespace = …
-
# Trending repositories for C#
1. [**dotnet / runtime**](https://github.com/dotnet/runtime)
__.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.__
…
-
-
From @nelsonic
> Note: I had a quick chat with others regarding the fact that this PR including all the functionality in a single repo without splitting things out into independently tested plugins.…