Sollicitatievraag bij HireCraft

What is MVC?

Antwoord op sollicitatievraag

Anoniem

31 jan 2018

Since Angular2 is widely used client framework for web and mobile development, in this article I will try to explain the step by step guide to create basic CRUD (create, read, update and delete) application using Angular2 and MVC Web API as backend RESTful APIs. I will create blank ASP.NET MVC application, setup the Angular2 environment and then create the web application that will have two pages, one for home page that will have only one image and second will be User Management page where data will be loaded from SQL Server Database and user would have options to Add new user, Update and Delete existing user.