ASP.NET MVC 5: A Beginner’s Guide

Vincent Maverick Durano

In this book we are going to learn ASP.Net MVC 5 with practical examples.

  • Published on May 20 2016
  • Pages 106
  • Downloaded 26.7k
  • Type PDF
Download
This book is a hands-on tutorial on ASP.NET MVC 5. It is a walk through to ASP.NET MVC 5.0 with tutorials and practical demo applications.
 
Table of Contents
  • Introduction
  • Prerequisites
  • Environment Settings and Tools Used
  • Getting Started
  • Brief Overview of ASP.NET MVC
  • Creating a Database
  • Creating Database Tables
  • Adding a New ASP.NET MVC 5 Project
  • Setting Up the Data Access using Entity Framework Database-First approach
  • Creating a Signup Page
  • Creating the Login Page
  • Implementing a Simple Role-Based Page Authorization
  • Implementing Fetch, Edit, Update and Delete Operations
  • Creating a User Profile Page
  • Implementing a ShoutBox Feature
  • Deploying Your ASP.NET MVC 5 App to IIS8
  • Summary