Software Architecture Interview Questions : kzbin.info/www/bejne/d6W3mJaYgbSkg68 Docker & Kubernetes for beginners :- tinyurl.com/yc38zwf2 25+ OOPS Interview Questions : kzbin.info/www/bejne/q2qcqHSld893rLM 30 Important C# Interview Questions : kzbin.info/www/bejne/eHzcn3h4hdacf68 20+ SQL Server Interview Questions : kzbin.info/www/bejne/iXbHcnluorh-iZY 10+ Power BI Interview Questions : kzbin.info/www/bejne/eaDdlGyNg6eFqpY 20 MSBI Interview Questions : kzbin.info/www/bejne/hKjCpHt7gNOCi6c SQL Server Joins : kzbin.info/www/bejne/gYXZint7o9mppJo SQL Step by Step - kzbin.info/www/bejne/q3jPl4NvpJyeo7s Angular Step by Step Tutorial for Beginners : kzbin.info/www/bejne/Y2q5lIptgqd3qZo 25 Angular Interview Questions : kzbin.info/www/bejne/Y5vIoKx6f6mmia8 25 Important ASP.NET Interview Questions : kzbin.info/www/bejne/ponQfpejf7p2Zsk 35 Important JavaScript Interview Questions : kzbin.info/www/bejne/kJOXlYOfbKh0hLc 20 MySQL Interview Questions : kzbin.info/www/bejne/b5nJm3Zjd9WMaJI 5 MSBI Interview Questions : kzbin.info/www/bejne/a3abYmiXjaaqj7M 20 PHP Interview Questions : kzbin.info/www/bejne/Z5PTf4avo7qlopo
@r-567P4 жыл бұрын
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
@antonyrichard3692 жыл бұрын
Excellent session .. thank you 👍👍
@niroshanmanoharan42954 жыл бұрын
It's a wonderful, informative video. Thank you!
@hemantpanchal80672 жыл бұрын
This is Adding so much complexity to this simple class. What if I have complex classes ? This is still feasible ?
@sureshtv75412 жыл бұрын
Good Afternoon Sir!
@wehabsamah65612 жыл бұрын
Thant you for this video it is perfect and helpful.
@wehabsamah65612 жыл бұрын
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.
@finwwwfinwww46692 жыл бұрын
thanks
@Rajeshsingh-ws5th3 жыл бұрын
Great video, So what could be the better way to replace CQRS/MediatR where it been used unwantedly .
@asingb4 жыл бұрын
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.
@mukeshav80094 жыл бұрын
Hello sir, we could make a interface for customer property?
@questpondvideos4 жыл бұрын
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.
@shrikantchavan68564 жыл бұрын
Hello sir, I understand the concept. Can you explain one too many relationships in the command query?
@questpondvideos4 жыл бұрын
Inside the CustomerCommand we can have Aggregated Address object i am not too sure if i will create Addresscommand , until if needed.