ASP.NET Core 8 Web API in Clean architecture from scratch

preview_player
Показать описание
Full course:

00:00:00 Course introduction
00:06:00 Final project
00:07:57 HTTP Protocol
00:12:29 REST API
00:20:47 Local env
00:23:36 New Web API Project
00:27:19 Starting point
00:36:53 Built in DI Container
00:42:50 Http Client
00:51:17 Routing and model binding
00:57:38 Status codes
01:05:30 Exercise - first endpoint
01:13:19 Clean architecture
01:18:17 Adding solution modules
01:23:03 Defining Entities
01:29:29 Entity Framework overview
01:34:44 Installing EF
01:50:39 Flexible database connection
02:00:58 Seeding database
02:08:53 Exercise - migration
Рекомендации по теме
Комментарии
Автор

I really like the covered points for this video, specifically the Authentication-Authorization concerns, for this purpose I bought the course directly, thanks.

bmassioui
Автор

Good video. And a good trick to engage us to buy the Udemy course, but actually I did buy it and from my perspective, the course is TOTALLY RECOMMENDED. It goes deeper into Clean Architecture patterns and explains the concepts very well. I hope more content related here and in Udemy. Congrats!

efragafd
Автор

The example you give 9:51 show GET request with a request body. A request body with GET doesn't often work since some libraries don't expect a body with GET.

rorycawley
Автор

Nice explanation. I was wondering if you could show an example of what should be in the application layer.

geepy
Автор

How did customized your VS to look like this? Really cool!

gustavo-santos-dev
Автор

Thank you sir, this is awesome tutorial.

stephenwereko