VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
.NET 5 REST API Tutorial - Build From Scratch With C#

.NET 5 REST API Tutorial - Build From Scratch With C#

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to create a REST API end-to-end from scratch using the latest .NET 5 innovations and Visual Studio Code. The API will be written in C#. - Get the code: https://youtube.dotnetmicroservices.com/net5restapi-10 -- Course developed by Julio Casal. https://www.youtube.com/c/jcasalt - Julio's website: https://dotnetmicroservices.com
Date: 2022-03-14

Comments and reviews: 10


This is some precious content. Never seen a tech instructor/teacher this good. Actually explains things without assuming that you already know it all. Most of the people out there are just so disconnected when trying to teach tech related things... some of them just paste code and read it trying to explain which is honestly an awful way to teach code and some just type code assuming you know it all already (which is understandable, most of them are developers/experts and not actually teachers) I finally understand what dependency injection actually is! THANK YOU so much. Great video.
reply

Multiple times during the video he added namespaces by selecting them from a box that appeared in front of him, e.g., in 54:57 it appears -using Catalog.Dtos- for him to select automatically. How does he do that? Is it an extension to vscode? I've been trying to find it for ages, but to no luck so far. If anyone could answer me I'd be very grateful.
reply

Hi. I am already 1 hour and 52 minutes in. Yesterday I did the Post method for the database. However today, after shutting down my pc and starting again, I encountered that I cannot reach the database. I ran the application and docker, but I still get a timeout from postman during the connection process. Any ideas?
Thanks!

reply

Hi Julio, I purchased your course after watching this introductory video. That said, I am still learning .NET and it would have been nice to have the code at the end of each section so that I could compare the original code to the final refactored code. I don't suppose you have the code saved by section by chance?
reply

My visual studio code application creates this application by default in .net core 6.0 and it does not create the startup class. Is there a way to specify I am using version 5.0 on the command line or can i just add the startup file and change my project file to use 5.0 instead of 6? Thanks
reply

-Julio Casal I'm facing a road block at the kubernetes section, both catalog and mongodb pods shows 1/1 at the ready column but I still can't access the url. Also the catalog's logs is still showing the same error as if the mongodb pods hasn't been created. Thanks in advance.
reply

I believe that -NotFound()- 404 means -endpoint not found- (ie broken or dead link) but this tutorial returns 404 when -search didn't find anything- - I would think this is a misuse or misunderstanding of the return action ?
reply

01:15:20 my existingItem on
---
Item updItem = extItem with-
--
Name = itemDto.Name,-
Price = itemDto.Price-
-;
---
show that -Item is not an valid registry and isn't an struct type-

reply

I followed everything in the tutorial, triple checked the code to be correct, but at 1:51:43 I just can't get the catalog db. It seems like it's not getting created, did someone have the same problem?
reply

when i run the -docker run -d --rm (...)- i can't run the docker, it gives an error when triying to post or get, and when using docker ps looks like I didn't used -docker run-... what i am missing?
reply
Add a review, comment






Other channel videos