Sir you are doing very good and it is helpful for us (Specially who just start career in programming) Sir can you please make one step by step tutorial for Clean Architecture? which consider EF core and DTO's and IRepository. Thank you
Hello Sir, I use to think of CQRS in this way : For insert or update(command) we might need to go through different path/layers and there may be auditing/saparate exception handling etc. But for read/query we just need a data source or it may be a read-only data source if we are developing hight traffic application, and therefore no need to go through all the layer as we are doing for command Is this assumption correct.
Software Architecture Interview Questions : ruclips.net/video/AtTgcbLOqMM/видео.html
Docker & Kubernetes for beginners :- tinyurl.com/yc38zwf2
25+ OOPS Interview Questions : ruclips.net/video/u99wAoBjDvQ/видео.html
30 Important C# Interview Questions : ruclips.net/video/BKynEBPqiIM/видео.html
20+ SQL Server Interview Questions : ruclips.net/video/SEdAF8mSKS4/видео.html
10+ Power BI Interview Questions : ruclips.net/video/Cozc9WNBRt4/видео.html
20 MSBI Interview Questions : ruclips.net/video/Nw_sHEKnOUE/видео.html
SQL Server Joins : ruclips.net/video/KTvYHEntvn8/видео.html
SQL Step by Step - ruclips.net/video/uGlfP9o7kmY/видео.html
Angular Step by Step Tutorial for Beginners : ruclips.net/video/-9VcW7MBDs8/видео.html
25 Angular Interview Questions : ruclips.net/video/-jeoyDJDsSM/видео.html
25 Important ASP.NET Interview Questions : ruclips.net/video/pXmMdmJUC0g/видео.html
35 Important JavaScript Interview Questions : ruclips.net/video/Zb4dPi7CANU/видео.html
20 MySQL Interview Questions : ruclips.net/video/9hfjC-BpY20/видео.html
5 MSBI Interview Questions : ruclips.net/video/5E815aXAwYQ/видео.html
20 PHP Interview Questions : ruclips.net/video/1bpNSynUrl8/видео.html
Sir you are doing very good and it is helpful for us (Specially who just start career in programming) Sir can you please make one step by step tutorial for Clean Architecture? which consider EF core and DTO's and IRepository.
Thank you
Excellent session .. thank you 👍👍
This is Adding so much complexity to this simple class. What if I have complex classes ? This is still feasible ?
It's a wonderful, informative video. Thank you!
Good Afternoon Sir!
Great video, So what could be the better way to replace CQRS/MediatR where it been used unwantedly .
Thant you for this video it is perfect and helpful.
In your console program you can do IoC with Ninject or simpleInjector. the assembly load is to be avoided ... because it is slow to load an assembly.
thanks
Hello Sir, I use to think of CQRS in this way : For insert or update(command) we might need to go through different path/layers and there may be auditing/saparate exception handling etc.
But for read/query we just need a data source or it may be a read-only data source if we are developing hight traffic application, and therefore no need to go through all the layer as we are doing for command
Is this assumption correct.
Hello sir, we could make a interface for customer property?
Yes we can , as this example was targeted specifically for CQRS so did not do that ceremony , but if you need you can surely do it.
Hello sir, I understand the concept. Can you explain one too many relationships in the command query?
Inside the CustomerCommand we can have Aggregated Address object i am not too sure if i will create Addresscommand , until if needed.