c# - CRUD MVC web application on top of Web API 2 -
i developed web api 2 web service, providing lot of endpoints, several pages , modules asking information.
this approach sincei'm providing lot of data in way lot of different clients.
now, i'd create simple crud page myself show information.
i'd start using asp.net 5, , i'm start looking tutorial , resources, found info ef interaction, not case.
can collect resources study , reach goal?
thanks, roberto
i have written application of architecture; asp.net 5.0 mvc application using asp.net 4.5 web api 2 crud operations.
as other folks have said, api call can achieved via httpclient.
the way i've created mvc pages in scenario before use scaffolding against model (right click project > add > new scaffolded item > mvc controller etc), substitute entity framework code in controller own api calls. way scaffolded views , controller structure.
Comments
Post a Comment