Web API CRUD Operations Using Asp Net MVC and Entity Framework

preview_player
Показать описание
Web API CRUD Operations Using Asp Net MVC and Entity Framework

Contents

* Web API Project For CRUD Operations - Insert Update and Delete
* Consume Web API Methods From Asp.Net MVC
* Used Web API Client Plugin
* DB Operations are done using Entity Framework and SQL Server.

📂 GitHub Repository

💖 Buy me a Coffee

🌀 Related Videos

🔗 Find me in

#AspNetMvc #WebAPI #CodAffection
Рекомендации по теме
Комментарии
Автор

Instead of :
USE:
webAPIClient.DefaultRequestHeaders.Add("Accept",


It works!

GabrielMendezz
Автор

Just 45min and two technologies are done. Best one 👌👌👌👌

PraveenKumar-ftkr
Автор

Thank you so much. Now I know how to use API in MVC Project using Entity Framework. Thumbs Up👍

KhalidAfridi
Автор

No doubt, preety straight and simple example to understand Web API CRUD

JagdishJ
Автор

Outstanding tutorial, pretty straightforward and clear.

Thank you for sharing your knowledge.

Greetings from Guatemala!! New subscriber here!!

mariojosuecastro
Автор

what a great tutorial, you have helped me a lot, it's the best tutorial I've seen, thank you very much!!

chargershogun
Автор

In a Simple way, you explained
Thank u so much

yerriswamygm
Автор

It was one of my most precious 45 minutes. Thank you :)

muhammedalitunc
Автор

It is really helpful for all beginner.Thank you so much.

mgmghtay
Автор

I like that you show the result before the bullshit that I have to learn

Sam-susk
Автор

The best tutorial I've seen, good job you example is the best example I've seen, only I some question, can I use a Web Services with Entity Framework action ? if you have any example for this kind problem is a good idea you try to explain, my second question is when I made my CRUB I have a item of datetime type, I use a datepicker but I have a problem whit the day when the day is major or equal to 13, I save the day in this format "mm/dd/yy" but when I recive the day in my controller I recive a parameter null, Why can you explain me this please? what I need to do for fix this problem; my last question is How to remove the hour in a field datetime, thank you

edwinnavas
Автор

Huge respect <3
Awesome tutorial <3

shamitravel
Автор

Absolutely what I needed. Thanks so much 👍🏻

ratna
Автор

Thank you so much !! Kindly upload three tier architecture in web api. Please.

ramyasrinivasan
Автор

Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type because the type requires a JSON array (e.g. [1, 2, 3]) to deserialize correctly.
To fix this error either change the JSON to a JSON array (e.g. [1, 2, 3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
Path 'Message', line 1, position 11.

Im getting an error like this anyone can help

athulk
Автор

Great job....i liked to learn mvc from ur tutorials videos...i am a beginner and i am expecting more realtime examples like

pulivarthisathyasai
Автор

I followed the video and finished very well. You have helped me a lot, the best tutorial I've seen, I love CodAffection.

nguyenalice
Автор

Very helpful tutorial with apt explanation. Thanks

sulfathshajahan.
Автор

Good help full example of Crud operation. Thanks

alagarkarthik
Автор

Superbly explained each steps, Great work. Can you please help me that how to use stored procedures using entity framework in web api?

navaneetspatil