Using Webclient to GET One Data

preview_player
Показать описание
This Series is about building C# Fullstack Web Applications in ASP.NET using ASP MVC, Web API, the Entity Framework and a MS SQL Database.

In this, the fourth part of the Series, the focus will be on using ASP Web API to create a Rest service that can be used by the MVC Application we already build.
We will focus on we can use the ASP.NET Web API, to create a REST API that can provide a access point to our data so the MVC Application can get it.
By doing this we will create a 2 Tier setup instead of the current MVC Application where we only have 1 Tier. The benefit of this will also be explained in the series.

SourceCode can be found here:

Before you take the 4. part of the course you may wanna look at:
Part 1 - C# Basics:

Part 2 - MVC Basics:

And Part 3 - Basics of Entity Framework in ASP.NET MVC:

TutorialsTeacher has a lot of great Material on C# and ASP.NET MVC:

Other useful links:
Рекомендации по теме
Комментарии
Автор

Hey Lars!!!, thanks for all the work you have done.
I been following you since the C# videos and I plan to continue because they are so cool and precise.

I just finish this series and notice that the Delete and Update methods are not in here But, they are some kind equal to the others

DELETE HttpResponseMessage response =
UPDATE HttpResponseMessage response = client.PutAsJsonAsync($"api/wishes/{wish.Id}", wish).Result;

Also I'll try to use the abstract class, just like in the Managers,
Something that I just can't figure out yet.
Do you have a tip to start? :D
Again Muchas Gracias

edgarivanorozramirez
Автор

Thank you very much for tutorials sir. They helped me a lot.

cagataysert