.NET 7 Web API & Entity Framework  Full Course (CRUD, Repository Pattern, DI, SQL Server & more)

.NET 7 Web API & Entity Framework Full Course (CRUD, Repository Pattern, DI, SQL Server & more)

Patrick God

1 год назад

171,960 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ahmed Elamin
Ahmed Elamin - 20.10.2023 10:37

Thank you for such a great video! I have struggled to find a tutorial on Web API but thankfully i stumbled on your video.

Ответить
Jobayrul Hasan
Jobayrul Hasan - 19.10.2023 18:37

It was Amazing ❤

Ответить
Ahmet Keskin
Ahmet Keskin - 18.10.2023 22:57

21.50

Ответить
Gaurav kumar
Gaurav kumar - 08.10.2023 03:12

thanks subscribed

Ответить
Richard Berry
Richard Berry - 03.10.2023 23:29

This was Excellent - Thank you!! Followed along and an my API works perfectly. Your explantions are clear, flow makes pefect sense. Even the little mistakes here and there added value for me.
Perhaps a touch on SQL Server DataTypes (tables ended up nvarchar(max) for the string fields, and what to do in case of a table with millions of rows where you perhaps return a subset of the rows and fields. But yeah, all in all a GREAT video!!

Ответить
NGHI PHAM
NGHI PHAM - 15.09.2023 13:33

I thought Dr.Strange erased everyone mind about Spider Man was Peter Parker

Ответить
JAY…🖤
JAY…🖤 - 14.09.2023 18:24

Super duper video

Ответить
metahertz
metahertz - 11.09.2023 20:18

Ответить
Azad Ansari
Azad Ansari - 26.08.2023 08:19

how to store file in database?

Ответить
K Zephyrus
K Zephyrus - 22.08.2023 15:34

thank you for the updated tutorial!

Ответить
Binoy Mathew
Binoy Mathew - 27.07.2023 13:53

Sorry can someone explain, why is await and async method used everywhere? Whats the benefit? Also what is the repository pattern? I dont see that explained

Ответить
SDKL
SDKL - 26.07.2023 19:57

Thanks bro! Learned a lot from this short tutorial video! )

Ответить
R S
R S - 25.07.2023 17:41

I'm only 15 minutes into this video but i really, really like your style. I've done a few other tutorials and from what I've seen people either blow through things without explaining or they explain too main minor details without touching on the bigger picture of why things are done a certain way. I can say your tutorial is one of the best I've come across.

Ответить
BAHI Brahim
BAHI Brahim - 25.07.2023 13:01

you rushed headfirst budd but still a decent walkthrough gj

Ответить
Ezequiel Regaldo
Ezequiel Regaldo - 10.07.2023 05:42

So the service is instanciated everytime you get a request ? hmm is it something good ?

Ответить
Vikram
Vikram - 04.07.2023 14:13

What are the differences between Web API project using EF and Microservices project using EF? If I have code for the project, how can I find out if it is a Web API project or Microservices project?

Ответить
Kwame Edu-Ansah
Kwame Edu-Ansah - 22.06.2023 01:10

Greetings! You surely have some of the best tutorials in the game! I wanted to know how I would alter the program to use Cosmos DB. I have tried it on my own but seem to run into many issues. Thanks

Ответить
divya nair
divya nair - 18.06.2023 17:59

Great Explanation ,Thanks a lot for this Amazing tutorial !!

Ответить
Andy _Top
Andy _Top - 16.06.2023 13:22

I did not understand a little why it works correctly if you specified "AddScoped"? ... When I taught dependency injection, I read that when we do "AddScoped", new service objects are created with each request. And since we have our data created inside the class along with the creation of the object, shouldn't all our changes be reset ... I thought it would be, and did "AddSingleton". But it still works for you, I don't understand...

Ответить
manoj pant
manoj pant - 22.05.2023 07:11

Sir I will say one thing, I can't understand the example of SuperHero.

was this the only example you had to show

Ответить
Renaissance 🪷
Renaissance 🪷 - 15.05.2023 01:16

new List<SuperHero> doesn't work, it says "The type ot namespace name 'SuperHero' could not be found (are you missing a directive or assembly reference?)

Ответить
Md Imran
Md Imran - 27.04.2023 17:27

Please provide github link for todays lecture

Ответить
jiahao kok
jiahao kok - 26.04.2023 09:35

im still using the fat controller design.... is that ok ?(well.. i will do the service and interface next time..)

Ответить
Derek KC
Derek KC - 25.04.2023 12:27

I like the design of this version using service and interface to implement dependency injection.

Ответить
Назарій Олегович Федун
Назарій Олегович Федун - 25.04.2023 00:17

Goddamn!! There are all topics that I couldn't fully understand. Because of you, I've finally understood everything down to the smallest detail. Thank you so much!

Ответить
Marcílio Júnior
Marcílio Júnior - 12.04.2023 23:52

Amazing video! Thanks a lot for that.
While you did with SuperHero model, I made with User model and works perfectly. Now, I'm trying creating another models and make the relationships. One more time, thanks for this tutorial!

Ответить
Sara Fotros
Sara Fotros - 09.04.2023 19:13

Great tutorial, but can you consider Mac users for the database part?

Ответить
Matthew with VPS Hosting
Matthew with VPS Hosting - 08.04.2023 13:57

This is the best video I've seen on this topic. You have a talent for explaining things clearly.

Ответить
stefan de boer
stefan de boer - 05.04.2023 00:34

God is always there when i need him the most 🙏

Ответить
Mathews Edwirds
Mathews Edwirds - 02.04.2023 23:51

Someone can help me? I am having this error: "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SNI_PN11, error: 25 - Connection string is not valid)"

Ответить
Ale Gomez Nieto
Ale Gomez Nieto - 20.03.2023 21:44

I love batcam comics!

Ответить
Ruslan Yefimov
Ruslan Yefimov - 09.03.2023 04:22

Everything's great, but choosing sql express seems kinda weird knowing its 10gig limitation. On the other hand, MySQL is great for beginners who want to try a "real-developer's" tool and also do not want any excessive features.10gb limitation is actually something that i've personally experienced while procedurally generating worlds and collecting statistics for those generations..
Correct me if I'm wrong:)

Ответить
Cheese Bae
Cheese Bae - 06.03.2023 09:23

Are there any issues with using multiple awaits in the same method, such as them getting out of sync?

Ответить
Jani Heinonen
Jani Heinonen - 04.03.2023 05:37

Greetings from Finland. I shifted over from development to sales over 10 years ago and started to try out coding again , just for fun. The starting up again is a pain as nothing in the code makes sense. I found your tutorial super beneficial and clear. Thanks for this.

Ответить
uzma zubair
uzma zubair - 02.03.2023 11:00

Thank you so much, very helpful.

Ответить
Mahendra Nath
Mahendra Nath - 17.02.2023 19:53

Thank you so much for the amazing content video , subscribed and liked 👋👍👏🎉🫡🎊🙏🏻🥳🤝👌🫰🏻🤗😎

Ответить
Jairo Contreras
Jairo Contreras - 14.02.2023 18:10

Hola Patrick, mil y un millon de gracias!, tengo una pregunta:, Si quiero conectarme a mas de una base de datos que tienen la misma estructura, como lo haría?, teniendo en cuenta que el DbContext solo muestra la conexion a una base de datos.

Ответить
ouzhizus
ouzhizus - 09.02.2023 00:03

That's AWESOME!Thank you
Also wanted to ask about your course on Udemy(.NET 7 Web API & Entity Framework Jumpstart),do I have to learn basics of Razor pages before watching it,or I'll be fine without Razor?

Ответить
Orlando Ubilla
Orlando Ubilla - 01.02.2023 05:22

Good Content, this save me, thanks!!

Ответить
mattlongname
mattlongname - 29.01.2023 01:21

Excellent tutorial. Thank you!

Ответить
Kwstas Lalaounis
Kwstas Lalaounis - 26.01.2023 15:50

You are Perfect thank you...

Ответить
James Goforth
James Goforth - 19.01.2023 22:25

I started the blazing shop app. I used that and every search term imaginable yet now it's nowhere to be found. Did you remove it. I was 30 minutes into it now I just cannot find

Ответить
K Bolton
K Bolton - 19.01.2023 13:49

Brilliant, Simply Brilliant, Very much appreciated !!!

Ответить
Ravz
Ravz - 16.01.2023 14:38

please do a cutdown version of this which focuses on things that are different with .NET7

Ответить
sarika kalokhe
sarika kalokhe - 13.01.2023 06:30

Wow such simple and great explaination kudos

Ответить
Kmaris
Kmaris - 05.01.2023 02:14

thank you!

Ответить
Quebster
Quebster - 03.01.2023 20:01

Thank you for the awesome vid! My only request to make things more clear for us new devs, is could you leave your solution explorer open on the side? I know ultimately I can see where you are based on the tab names, but the solution explorer is more clear.

I also did not have all those crazy issues on the latest VS build at time of writing this comment (17.4.3). However I get stuff like that a lot when working on my MAUI projects. I do lots of clean/rebuilds and restarting VS to clear the crazy stuff.

Ответить
Alireza Jedi Tehrani
Alireza Jedi Tehrani - 25.12.2022 17:03

Thanks! That was great!

Ответить