Build a RESTful API in ASP.NET 6.0 in 9 Steps!

Build a RESTful API in ASP.NET 6.0 in 9 Steps!

tutorialsEU

2 года назад

69,709 Просмотров

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


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

Kopil Kaiser
Kopil Kaiser - 25.10.2023 02:52

Best teacher in the industry ⭐️👏

Ответить
Robert Murrell
Robert Murrell - 23.10.2023 21:38

I can't tell you how long I've been looking for a resource to teach me how to build an API like I didn't already know how. Thank you so much for this!

Ответить
wild cats lovers
wild cats lovers - 27.09.2023 14:31

But you didn't told you crested a folder named as data

Ответить
FG
FG - 16.09.2023 23:14

Excellent and very helpful video. Thanks a lot.

Ответить
Stefano Gabriele
Stefano Gabriele - 04.09.2023 22:16

I don’t think is right to respond 200 and inside the json a 404: shouldn’t we respond 404 as a code result?

Ответить
Geeta Nandikanti
Geeta Nandikanti - 29.08.2023 23:39

Thank you for the nice teaching. I had watched another longer video before this one, so was able to understand better than a newcomer would. I had to slow down the video though since it was too fast for me. suggestion - If possible please add a description of what Swagger is and what it does. Thanks

Ответить
Gusti Gusti
Gusti Gusti - 07.08.2023 17:09

Compact and easy to understand. Thanks

Ответить
Charles Graham
Charles Graham - 22.07.2023 08:38

Awesome! 🔥

Ответить
Hate Em
Hate Em - 19.07.2023 17:57

BookingInDb = booking; won't work since they're reference types C:
we can do this instead:
bookingInDb.RoomNumbner = booking.RoomNumbner;
bookingInDb.ClientName = booking.ClientName;
or simply: _context.Bookings.Update(booking);

Ответить
Mimo
Mimo - 03.07.2023 21:46

One of the principles of the Restful api is not to use verbs in the Uri so instead of /GetAll it should be /all

Ответить
estar500
estar500 - 21.06.2023 11:52

Excellent video, I especially like how short and to the point it is.

Ответить
Public Alias
Public Alias - 06.05.2023 00:58

Really like this style of video. It may not be for absolute beginners how to setup the IDE etc- but there are so many videos covering those topics, we need more hands-on THIS IS HOW TO DO IT videos! lol

Ответить
Paul Taylor
Paul Taylor - 03.05.2023 02:06

you did a great job on this video thank you

Ответить
Reham Al Bulushi
Reham Al Bulushi - 27.04.2023 13:22

your efforts are highly appreciated

Ответить
Maksymilian Zając
Maksymilian Zając - 17.04.2023 23:09

you should delete the video

Ответить
ecitah pi
ecitah pi - 06.04.2023 12:25

Jannickkk du bist eine wunderbare Person! vielen herzlichen Dank! bist du auch im LinkedIn? ich wollte mein Udemy C# Kurse Zertifikat von dir auch dein Name eingeben im LinkedIn deswegen ich frage dir nach.

Ответить
Tom Bird
Tom Bird - 05.04.2023 04:33

Great video, I've been running this code and trying to get the update to work, it seems as though everything is passed correctly but it never updates. Would you be able to provide any feedback on what could be causing this?

Ответить
jonathan laurent
jonathan laurent - 12.03.2023 21:36

Thank you very much your tutorial makes it easy and also pretty understandable. I can now provide basic API in C#

Ответить
Jasper
Jasper - 03.03.2023 20:18

This is a really good video. I feel that MS unnecessarily made that DbCotext creation lengthy.

Ответить
Ahmad Zrein
Ahmad Zrein - 05.02.2023 13:05

thanks is there a video to work api restfull with .net maui

Ответить
Paul Pichette
Paul Pichette - 20.01.2023 17:53

When I get to entering using Microsoft.EntityFrameworkCore; it tells highlights that namespace in red. Do you need to install any prerequisite package?

Ответить
akhmad
akhmad - 29.12.2022 18:36

Hi, thank you so much, content is very helpfull.

Ответить
Eliy5550
Eliy5550 - 07.11.2022 01:23

AWESOME TUTORIAL

Ответить
Vaidas Račkauskas
Vaidas Račkauskas - 29.10.2022 16:30

The fastest and simplest explanation I've seen. Thank you!

Ответить
She Creates Games
She Creates Games - 19.10.2022 14:48

I really like how simple and useful this is! Your explanations made RESTful API so easy to understand

Ответить
Alp Aydemir
Alp Aydemir - 18.10.2022 13:30

can i use this api in reactnative

Ответить
Nolly
Nolly - 07.10.2022 00:55

Vielen dank Jannick

Ответить
Abdul Rehman
Abdul Rehman - 17.09.2022 17:37

Helpfull video. Thanks and love to watch more to increase my knowledge.
If someone was a bignner he can easy learn from this video.

Ответить
Jeetendra Prasad
Jeetendra Prasad - 14.09.2022 22:34

Nice and Simple for beginners.😃

Ответить
Taiwo Adefala
Taiwo Adefala - 12.09.2022 10:46

Thank you, very helpful.... Can you help create a tutorial on how to consume a web service to be used in web api application?

Ответить
ramsey karr
ramsey karr - 15.08.2022 23:39

Very good tutorial... keep the videos coming....🙏

Ответить
Yasir Saddiqui
Yasir Saddiqui - 29.07.2022 22:49

Thank you for uploading an easy and quick api learning tutorial. Now i would appreciate if you make another video and connect the same api with sql server db using stored procedure with authentication and authorization. Also the update not working please check.

Ответить
usama afzal
usama afzal - 28.07.2022 17:26

Saved My Day

Ответить
rabinkos
rabinkos - 11.07.2022 15:09

Hi I really enjoyed the video and learned a lot. Alas you got a bug.
In CreateEdit method you cannot edit data, change context by just _context.SaveChanges() since you are not sending the new value back to db.

Ответить
Weam Haleemi
Weam Haleemi - 17.06.2022 22:24

Thank you ! super beneficial in just 12 minutes

Ответить
Leonardo Djurdjevic
Leonardo Djurdjevic - 07.06.2022 18:49

Eiskalt von Coding mit Jannick geklaut

Ответить
DragonFalcon
DragonFalcon - 05.06.2022 23:43

This was actually very helpful. A nice overview, of a subject that can be complex depending on the scale of the project.

Ответить
Theodor N
Theodor N - 20.04.2022 17:13

Danke schön!

Ответить
Reety T
Reety T - 29.03.2022 19:27

A very simple to create API. One question though: is it ok to access directly the database from controller without using a unit of work or a data transfer object?

Ответить