1.3 KiB
1.3 KiB
uid | title | author | description | ms.author | ms.date | ms.assetid | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|
mvc/overview/getting-started/introduction/index | Getting Started with ASP.NET MVC 5 | Microsoft Docs | rick-anderson | Introduction to ASP.NET MVC 5 | riande | 06/10/2013 | 9afe7454-f1bd-4e81-8ecf-12fe54d080c1 | /mvc/overview/getting-started/introduction | chapter |
Getting Started with ASP.NET MVC 5
Introduction to ASP.NET MVC 5
[!INCLUDE consider RP]
This following tutorial series covers ASP.NET MVC: Source located on GitHub
- 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