Introduction of the Course
  • Introduction
Asp.Net MVC 5 Basics
  • Getting Started with MVC
  • HTML helpers and Actions
  • Understanding Route
  • ViewBag
  • Model
  • Strongly Typed Model and Dynamic Type Model
  • Custom Route
  • Action Result
Moving Ahead with MVC Data Operations
  • Dealing with database
  • Adding Employee table with foreign key relation
  • Creating MVC Model with ADO.Net entity data model
  • Getting data with the help of controller
  • View Scaffold template to display data
  • Getting selected record using query
  • Inserting new record in department table
  • Understanding View and form submission while inserting data
  • Customising Details page to display Employees of particular department
  • Adding New Employee with unobtrusive validations
Code First Migration in ASP.Net MVC 5 application
  • Introduction of the concept
  • Creating table schema
  • Creating Data access layer using entity framework
  • Enable Migration using package manager console
  • Update database
Learning Asp.Net Web API 2 basic
  • What is Web API ?
  • Adding Web API controller and registering it globally
  • Understanding content negotiation feature of Web API
  • Accessing Video table records in JSON and XML format
Learning Asp.Net Web API 2 advance
  • Creating new API controller and generating code for all operations
  • Adding attribute based routing
  • Securing Web API
  • Securing web API 2 with Https and SSL using custom action filter code