4.4 KiB
4.4 KiB
uid | title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
mvc/overview/getting-started/index | ASP.NET MVC Getting Started | Microsoft Docs | rick-anderson | Learn About ASP.NET MVC ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that g... | aspnetcontent | wpickett | 08/31/2011 | article | d916dbe0-1895-491b-8bb6-93f4594ce757 | dotnet-mvc | .net-framework | /mvc/overview/getting-started | chapter |
ASP.NET MVC Getting Started
The following guidance explains what ASP.NET MVC is and shows how to get started.
-
Getting Started with ASP.NET MVC 5
- Getting Started
- Adding a Controller
- Adding a View
- Adding a Model
- Creating a Connection String and Working with SQL Server LocalDB
- Accessing Your Model's Data from a Controller
- Examining the Edit Methods and Edit View
- Adding Search
- Adding a New Field
- Adding Validation
- Examining the Details and Delete Methods
-
Getting Started with EF 6 using MVC 5
- Creating an Entity Framework Data Model
- Implementing Basic CRUD Functionality
- Sorting, Filtering, and Paging
- Connection Resiliency and Command Interception
- Code First Migrations and Deployment
- Creating a More Complex Data Model
- Reading Related Data
- Updating Related Data
- Async and Stored Procedures
- Handling Concurrency
- Implementing Inheritance
- Advanced Entity Framework Scenarios