HI WELCOME TO KANSIRIS

ASP.NET MVC5 development

Leave a Comment

About the course

The ASP.NET MVC5 Development course is primarily designed for .NET Beginner(s)/Professional(s) who want to learn how to create web applications using the ASP.NET framework and MVC design pattern. In this course, you will learn how to create web pages, custom validation attributes, custom helpers, querying database using Entity Framework, Unit Testing Frameworks - xUnit, MS Test, Moq and finally publish it on IIS. This course includes implementation of recommended design patterns and practices in ASP.NET MVC with the help of E-Commerce website.

Course objectives

At the completion of this course, attendees will be able to;
  1. Create custom html helpers and validations attributes
  2. Query database using Entity Framework ORM code first approach
  3. Design and develop scalable architecture
  4. Create DAL Layer using Entity Framework Code First approach
  5. Scale application for Phone, Tablets, Laptop & Desktop
  6. Understand and Implement Repository, Unit of Work and Dependency Injection Design Pattern
  7. Write and Debug Unit Test cases using xUnit, MS Test, Moq
  8. Do errors logging by using ELMAH
  9. Optimize web page performance
  10. Understand Filters and Apply filters
  11. Secure application based on user roles
  12. Secure ASP.NET Web API using Token based security
  13. Publish theirs Apps on IIS

Who can do this course?

All .NET Beginner(s)/Professional(s) who are keen to develop interactive, light weight and highly extensible web app should go for this course.

Pre-requisites

Anyone who wants to learn ASP.NET MVC development should have a basic knowledge of C# and HTML.

Tools/IDE

Visual Studio 2015 or higher, SQL Server 2012 or Higher, LINQ Pad 5

ASP.NET MVC5

Introduction

  1. Understanding ASP.NET MVC
  2. ASP.NET vs. MVC vs. ASP.NET Web Form vs. ASP.NET MVC
  3. Advantages of ASP.NET MVC

Visual Studio Project Templates

  1. Understanding Visual Studio ASP.NET MVC Templates
  2. Creating an ASP.NET MVC project
  3. Understanding ASP.NET MVC project folder structure
  4. Understanding configuration files

Controller & Actions

  1. Understanding Controller
  2. Creating Controller
  3. Understanding Actions
  4. Actions and Non Actions Methods
  5. Understanding Action Results

Views

  1. Types of Views
  2. Creating Standard View
  3. Creating Layout Page
  4. Communication between Controller and View

MVC Pattern and 3-Tier

  1. Understanding Model, View and Controller
  2. Design Pattern vs. Architectural Pattern
  3. Layer vs. Tier
  4. MVC pattern vs. 3-Tier Architecture

Razor View Engine

  1. Understanding Razor View Engine
  2. Razor View Engine vs. Web Form Engine
  3. Razor Syntax
  4. Razor Statements, Loops etc.

Routes & URLs

  1. Introduction to Routing
  2. Routing vs. Url Rewriting
  3. Defining Routes
  4. Attribute Routing
  5. Need of attributes routing

Helpers

  1. Understanding Html Helpers
  2. Types of Html Helpers
  3. Built-In Html Helpers
  4. Standard Helpers
  5. Strongly Typed Helpers
  6. Templated Helpers
  7. Inline Helpers
  8. Custom Helpers
  9. Url helpers

Server-side Data Receiving Ways

  1. Action Parameters
  2. View Models/Objects
  3. FormCollection

Bootstrap

  1. Introduction to bootstrap
  2. Understanding bootstrap Grid System
  3. Using bootstrap with ASP.NET MVC

Partial Views

  1. Static Partial View
  2. Dynamic Partial View

Data Passing Techniques

  1. ViewData
  2. ViewBag
  3. TempData
  4. Session
  5. Query String
  6. Hidden Fields
  7. Cookies

ViewModel & Validation

  1. Creating ViewModel
  2. Understanding ASP.NET MVC Validation
  3. Need of Server Side and Client Side Validation
  4. Validation with Data Annotation

Custom Validation

  1. Custom client side Validation
  2. Custom Server side validation

LINQ

LINQ Fundamentals

  1. Understanding LINQ
  2. LINQ - What, Why & When
  3. Flavors of LINQ
  4. Advantages of LINQ
  5. Var Type
  6. Anonymous Type
  7. Lambda Expression
  8. Query Based Syntax and Method Based Syntax
  9. Deferred Execution
  10. Immediate Execution
  11. Deferred/Lazy Loading
  12. Eager Loading
  13. LINQ Joins

LINQPad

  1. What is LINQPad
  2. Configuring LINQPad
  3. Querying SQL Server database using LINQPad
  4. Querying DAL layer DLL using LINQPad

Entity Framework

Entity Framework Fundamentals

  1. What is ORM
  2. ORMs used with .NET
  3. Understanding Entity Framework
  4. Advantages of Entity Framework

Data Modeling Approaches

  1. Entity Framework Data Modelling Approaches
  2. Choosing DB First, Model First or Code First

Code First Modeling

  1. Defining Mapping using Data Annotation
  2. Implementing CRUD Operations

Code First Modeling (Contd.)

  1. Defining Mapping using Fluent API
  2. Entity Framework Code First Migrations
  3. Updating Database when the Model Changes
  4. Calling Stored Procedures and functions
  5. Code First with existing Database

Database First Modeling

  1. Creating Model from Database
  2. CRUD Operations
  3. Updating Model when the Database Changes
  4. Changing and Updating Mapping
  5. Calling Stored Procedures

Model First Modeling

  1. Creating Model
  2. Creating Database from Model

Data Listing and Paging

  1. Implementing Paging, Sorting and Searching
  2. Using WebGrid for Data Listing
  3. Using AJAX with WebGrid

Design Patterns

N-Layers Architecture, Repository Design Pattern and Unit of Work Design Patterns

  1. Managing code using Three Tier Architecture
  2. Understanding Repository and UOW Design Pattern
  3. Need of Repository Design Pattern
  4. Need to Unit of Work Design Pattern
  5. Implementing Repository and UOF Design Pattern

Dependency Injection

  1. Understanding Dependency Injection
  2. Need of Dependency Injection
  3. Implementing DI

ASP.NET Web API

ASP.NET Web API

  1. What is REST
  2. Understanding ASP.NET Web API
  3. ASP.NET Web API vs. WCF Rest vs. Web Service
  4. Advantages of ASP.NET Web API

Controller & Actions

  1. Understanding Controller & Actions
  2. Creating Controller
  3. Creating Actions

Database Operations and Postman

  1. CRUD Operations using Web API
  2. Using Postman for testing Web API
  3. Consuming Web API using ASP.NET MVC

Project: Online Shopping Site Development

Discussing Project Architecture

  1. Understanding Application layers
  2. Discussing Application Entities Properties
  3. Discussing Relationship among Application Entities

Developing Project

  1. Designing Application Architecture
  2. Developing DAL layer using Entity Framework Code First

Implementing Design Pattern

  1. Developing BAL layer
  2. Repository Design Pattern
  3. User Signup Process
  4. Dependency Injection

Module Development

  1. Creating Admin Module using Area
  2. Creating User Module using Area

Advanced Concepts and Security

Securing ASP.NET Web API

  1. Understanding Token based Security
  2. Implementing Token based Security
  3. Customizing principal
  4. Implementing Authorization

ASP.NET MVC Pipeline and Filters

  1. ASP.NET MVC Pipeline
  2. ASP.NET MVC Filters
  3. Extending ASP.NET MVC Filters
  4. Configuring ASP.NET MVC Filters

Securing ASP.NET MVC App

  1. Understanding Forms Authentication
  2. Customizing principal
  3. Implementing custom Forms Authentication
  4. Implementing Authorization

Error Logging

  1. Understanding ELMAH
  2. Configuring ELMAH
  3. Saving errors into database

Category and Product Listing

  1. Category CRUD Operations
  2. Product CRUD Operations

REST API Development

  1. Developing REST API for shopping Cart

Shopping Cart

  1. Creating Shopping Cart
  2. Adding Products to Shopping Cart
  3. Removing Products from Shopping Cart

Payment Gateway And Deployment

Payment Gateway Integration

  1. Understanding Payment Gateway Process
  2. Integrating Payment Gateway
  3. Sending/Receiving data to and from Payment Gateway
  4. Placing order

Optimization Practices

  1. Optimization Best practices
  2. Bundling & Minification

Deployment

  1. Publishing App on IIS
Self-Paced Learning

  •  Learn to build industry relevant projects
  •  Access to interactive Learning Platform
  •  Measure Progress through Assessments
  •  Access to support forum
  •  Learn Anytime, Anywhere, on Any Device
  •  1 Yr. of access to pre-recorded sessions videos
  •  Certificate of Completion
9,000/15050% OFF
4,500/75

Instructor Led Training

  •  Interactive instructor-led live sessions
  •  Live Q&A sessions with mentor
  •  Learn to build industry relevant projects
  •  Access to interactive Learning Platform
  •  Measure Progress through Assessments
  •  Access to support forum
  •  Learn Anytime, Anywhere, on Any Device
  •  1 Yr. of access to pre-recorded & live sessions videos
  •  Certificate of Completion
14,500/265

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.