- 5
- 4 242
TheCodeMan
Serbia
เข้าร่วมเมื่อ 10 ธ.ค. 2011
Learn .NET here, easily. Hi, I'm Stefan Đokić, a software engineer for almost 10 years, Microsoft MVP, and on this channel, I deal with topics from the .NET world. Enjoy. Dream BIG!
How to implement CQRS without MediatR in .NET?
Join the 1# .NET Community on Skool: www.skool.com/thecodeman
Join the Newsletter list along with 15k+ engineers: thecodeman.net/
Why do people use MediatR in combination with CQRS?
In my opinion, using MediatR with CQRS encourages developers to create dedicated command and query classes and their corresponding handlers, which results in better code organization.
Also, MediatR provides a simple request/response model and a central mediator for handling commands, queries, and events. This makes it easier to implement the CQRS pattern consistently and straightforwardly.
But is this really necessary?
Of course not.
Social Media:
1. LinkedIn: www.linkedin.com/in/djokic-stefan/
2. X: x.com/TheCodeMan__
3. GitHub: github.com/StefanTheCode
4. Medium: medium.com/@thecodeman
5. Instagram: thecodeman___
Join the Newsletter list along with 15k+ engineers: thecodeman.net/
Why do people use MediatR in combination with CQRS?
In my opinion, using MediatR with CQRS encourages developers to create dedicated command and query classes and their corresponding handlers, which results in better code organization.
Also, MediatR provides a simple request/response model and a central mediator for handling commands, queries, and events. This makes it easier to implement the CQRS pattern consistently and straightforwardly.
But is this really necessary?
Of course not.
Social Media:
1. LinkedIn: www.linkedin.com/in/djokic-stefan/
2. X: x.com/TheCodeMan__
3. GitHub: github.com/StefanTheCode
4. Medium: medium.com/@thecodeman
5. Instagram: thecodeman___
มุมมอง: 212
วีดีโอ
CORS Policy in .NET - Simplified
มุมมอง 28319 ชั่วโมงที่ผ่านมา
Get the Source Code: www.skool.com/thecodeman Join the Newsletter list along with 15k engineers: thecodeman.net/ Join the 1# .NET Community on Skool: www.skool.com/thecodeman Cross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers that controls how web pages in one domain can request resources, like APIs, from another domain. In the video, I'm talking about how CO...
Write Cleaner Code with Guard Clauses in .NET
มุมมอง 71414 วันที่ผ่านมา
Get the Source Code: www.skool.com/thecodeman Join the Newsletter list along with 14k engineers: thecodeman.net/ Join the 1# .NET Community on Skool: www.skool.com/thecodeman Guard clauses in .NET are a programming practice used to improve code's readability and reliability. They are simple checks at the beginning of a function or a method that validate inputs or conditions before proceeding wi...
Decorator Pattern in .NET: Add Caching, Logging, and More with Ease
มุมมอง 1.9K21 วันที่ผ่านมา
Get the Source Code: www.skool.com/thecodeman Join the Newsletter list along with 14k engineers: thecodeman.net/ Join the 1# .NET Community on Skool: www.skool.com/thecodeman The ebook I mentioned in the video: thecodeman.net/design-patterns-that-deliver-ebook The Decorator Pattern is a structural design pattern that allows you to dynamically add behavior or responsibilities to an object withou...
I'm starting a new career...
มุมมอง 1.4Kหลายเดือนก่อน
Join the 1# .NET Community on Skool: www.skool.com/thecodeman Join the Newsletter list along with 14k engineers: thecodeman.net/ Hello TH-cam World! This is my first video. Check my ebooks about Design Patterns: 1. thecodeman.net/design-patterns-that-deliver-ebook 2. thecodeman.net/design-patterns-simplified Social Media: 1. LinkedIn: www.linkedin.com/in/djokic-stefan/ 2. X: x.com/TheCodeMan 3....