@ricardos3756

To the person who asked about CQRS vs Specifications. I believe you may be looking at it as if linq was only used with data coming from the database. As you know they can work together, and they do most of the time, but let's not forget that Linq is also useful with many other object types, not just data, and I believe it is in those scenarios, where you may find yourself applying the same Linq code multiple times, and this is where you will benefit from having Specifications.

@chockshoway

Great video Steve. Fantastic to see Microsoft finally talking about this, domains and DDD. Hopefully we'll see some domain-centric templates rather than those entrenching anti patterns like focus on the tech choice (MVC) and pushing teams towards procedural code (top level functions).

@jan5310

Just want to say thank you for your very good explained clean architecture presentation! Hopefully you can extend this presentation in a more indepth series. I am sure to be checking out your template and play with it.

@जयमहाराष्ट्र24

Great, Thank you Steve. I am .NET dev but not into web development. But I could follow easily. Its clean.

@Jason_Shave

Love this topic. I can tell you’re rushing through some of this content though due to the short session time constraints. Would be great to have more time on these topics and the same goes for most of the other content too.

@Paul-uo9sv

This is the best video yet on clean architecture

@calvinwilson3617

Love your template, I would argue that the biggest advantage of Clean Architecture aside from the dependency enforcements as you mentioned, is that you can easily swap out and configure the entire infrastructure layer. This can be extremely useful when you will have multiple clients/front ends. You can reuse the entire business logic and only create different implementations for the infrastructure layer. Most useful IMO for hosted Blazor WASM solutions although blazor itself still has a bit to go and can be frustrating to debug.

@vishweshhramesh2163

Best video to understand CQRS, Clean Architecture without any clutter.

@bvboi

Currently implementing this in my project. Thanks!

@mrohailiqbal

It was a good learning experience through this video. Keep it up.

@YanEyene

imo - this is way more complex than it should be

@IncFromThePen

Thank You loads of success!!

@acodersjourney

Your channel is a treasure trove of knowledge. Thanks!

@kell7689

Sounds nice, but I just can't fathom what a project with many entities would look like. If this is the complexity of a TODO app using CA, I'd imagine it would become completely overwhelming with a more complex domain. Could argue that it becomes second nature once you've trained your eye to the architecture, but I find it hard to believe that this is feasible for large systems or large teams. Feels more like a 'blue skies' design; works well in a perfect world where everyone is extremely disciplined.

If anyone could point me to a large scale system that uses this architecture I'd love to see it.

@martinaaron7304

Really great video. Learned a lot.

@ferreimavi1998

Wow, just wow 👏👏👏

@HiepDuong-q8f

thanks for amazing presentation. Our team have ~10 micro-services on production with clean architecture.. and I personally don't recommend it.. The benefits of Clean Architecture are true, but not as big as we talk (for most case). However the downside of Clean Architecture are Bigger than we think.. Unfortunately not many peoples share the bad sides of Clean Architecture... My recommendation is Vertical Architecture. (If we could rewrite all our microservices again 😢)

@FainTMako

Great presentation. One of my favorites from this year!

@mumk

great to see Ardalis here, I knew him from his Pluralsight course

@DenisioRodrigues

Great! Very nice!