Excellent session! I thoroughly enjoyed it and would like to extend my sincere gratitude to Jason Taylor for creating the Clean Architecture template. Thank you very much! ⭐⭐⭐
@HomeSlize Жыл бұрын
Awesome! I got some good take-aways to further research from this session. Thanks Jason Taylor.
@TheJoy97 Жыл бұрын
The mediator is truly amazing ❤️
@mahmoudsayed133 Жыл бұрын
It was so awesome and helpful. thanks Jason.
@adnancuskic9252 Жыл бұрын
How would i use CleanArchitecture with MVC ? Should i add just new project under rest of them or is there better solution where i could manage controllers,views, Javascript files for views etc ?
@EbrahimHassan Жыл бұрын
Hi Jason, Thanks for your effort you did a great job, Am I able to create the React/Angular project as standalone project ? My situation is I Created the Web-Api solution (none option) , the front-end team will work in the React/ or Angular project, is there a way to create a start-point for them ?
@datatribe7062 Жыл бұрын
Amazing !
@Omar.bin.khattab Жыл бұрын
thanks man , good job , what is the name of terminal shell you use its perfect with greet help ?
@stephen96469 ай бұрын
Hi Jason, Is it possible to deploy a web api built with using clean architecture without using bicep/azure pipeline on a Azure student?
@SunilSaini-vn2ii3 ай бұрын
Hi Jason Taylor Can I create Clean.Architecture.Solution.Template 5.0 by using command line ? If possible, please provide me the command.
@michaellewis3203 Жыл бұрын
Jason - why are you not using MediatR to register your queries and commands, like you did in previous solutions you have designed? You are using the your MapGroup extension method instead. It just seems to be a bit more verbose than just using MediatR and I'm keen to know why you changed this design. Thanks
@JasonTaylorDev Жыл бұрын
Hi Michael. The commands and queries aren't being registered, they are being injected into the endpoint group. They are still registered normally with DI.
@xustis Жыл бұрын
what happen if i want to create web app without react or angular and not a SPA? :D