0% found this document useful (0 votes)
106 views1 page

MVC Syllabus

The ASP.Net MVC Syllabus outlines 8 sessions that will introduce students to ASP.Net MVC, including installing and configuring an MVC project, creating views and controllers, using the Razor view engine syntax to access data in views, implementing techniques like custom HTML helpers and partial views, adding navigation and routing, using Entity Framework to implement a data model and repository, and building a sample MVC website application.

Uploaded by

training
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views1 page

MVC Syllabus

The ASP.Net MVC Syllabus outlines 8 sessions that will introduce students to ASP.Net MVC, including installing and configuring an MVC project, creating views and controllers, using the Razor view engine syntax to access data in views, implementing techniques like custom HTML helpers and partial views, adding navigation and routing, using Entity Framework to implement a data model and repository, and building a sample MVC website application.

Uploaded by

training
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

ASP.

Net MVC Syllabus


Session no
Session
Introduction -Theory
1

7
8

Introduction to MVC
Introduction to ASP.NET MVC
What is ASP.NET MVC?
Role of Model, View, and Controller
Installation
Application Setting in IIS.
Initial Setup and Configuration-Lab
ASP.NET MVC project templates
Understanding the structure of an ASP.NET MVC project
Naming conventions
Creating views
Defining controllers
Defining a data model
Overview of coding standards follows during programming
ASP.NET MVC features-Lab
Creating strongly-typed views
Understanding URLs and action methods
Using HTML helpers
Handling form post-backs
Data validation
Razor View Engine
Razor Basics
Razor design goals
Implementation of Razor view
Razor syntax
Accessing Model Data in Razor views
View Techniques
Defining and using custom HTML Helpers
Defining a layout / MVC Master Page
Using Styles
Defining and using partial views
Razor Helper Method syntax
Implementing Navigation in MVC web apps
Defining view-model classes
Implementing Data Filtering in a Controller
Understanding the Routing mechanism
Adding custom entries to a route table
Defining defaults, parameters, and validation
Generating URLs and Hyperlinks
Custom Route constraints
Implementing a Repository
and Entity Framework Data Model
Sample website application

hours
2

You might also like