Clean Architecture with ASP.NET Core 2.2 - Jason Taylor

preview_player
Показать описание
The explosive growth of web frameworks and the demands of users have changed the approach to building web applications. Many challenges exist, and getting started can be a daunting prospect. Let's change that now.

This talk provides practical guidance and recommendations. We will cover architecture, technologies, tools, and frameworks. We will examine strategies for organizing your projects, folders and files. We will design a system that is simple to build and maintain - all the way from development to production. You leave this talk inspired and prepared to take your enterprise application development to the next level.

NDC Conferences
Рекомендации по теме
Комментарии
Автор

Awesome. It's really helpful... I've stolen several tricks to use in my application.
Thank you for great presentation and really mandatory information!

webzen
Автор

I barelly can understand this video, but I'm exiting about all the knowledge that I would have in the future. Thanks for the upload.

fernandorochaolivera
Автор

Very nice presentation. Really helped me to find how to structure the project.

nikolayiliev
Автор

Can you extend your idea with authentication in the application layer? I have been thinking how can I use the Identity with this approach but still do not see it clearly.

So how would you check user roles to see what they can do? Would you use the controller authorize decorator?

I would appreciate if you can update your code with a simple example on how to fill those View Model properties for permissions.

By the way... awesome talk!!!

JohannQ
Автор

This layout with a window of the presenter in the lower left taking up 1/4 of the screen is pointless. Even on an 85inch screen the presenter is too small to be recognized and no one is really looking at that lower window. These videos would be so much better if the entire screen was used for the source code window, IMO.

jonchicoine
Автор

Can you please recommend any book or series of video tutorials covering this

ashutoshsrivastava
Автор

I have this question in regards to using value objects:
I have double LONGITUDE and double LATITUDE in PLACE entity, the presenter as well as many of the ddd ecosystem, would recommend encapsulating LONGITUDE and LATITUDE within a value object named gpsLocation for example. the question is:
when it comes to persistence, how would entity framework understand how to persist gpsLocation, which is just another property in the PLACE entity?!

mhDuke
Автор

Is this any different than his previous talks?

feelingeverfine
Автор

The video isn't spectacular, but the presentation is excellent.

JoshWeeks
Автор

Can you please make code available on github. Thanks

talktomenowxbmc
Автор

Can someone elaborate the "Domain contains enterprise-logic" vs "Application contains business logic"?

trongphan