Click here to Skip to main content
15,884,472 members
Articles / Web Development / HTML

CRUD Operations Web Application/ XML Data in ASP.NET MVC 4

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
27 Jan 2015CPOL3 min read 47.7K   1.1K   10  
Create, read, update, delete,Log in and Log out, (CRUD) operations are easy to perform in ASP.NET MVC. By using the default T4 scaffolding templates and strongly-typed views you can quickly build a web application that can create, update, and delete records.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions