The ASP.NET MVC5 with Angular4 Development course is primarily designed for .NET Beginner(s)/Professional(s) who want to learn how to create web applications using ASP.NET MVC5 and Angular4. In this course, you will learn how to create web pages, custom validation
COURSE PREVIEW
Type
: Project-based Training Program
Audience(s)
: .NET Beginner(s)/Professional(s)
Tools/IDE
: Visual Studio 2015, SQL Server 2014
Delivery method(s)
: Instructor-led Classroom/Online Training
Duration
: 40 Hours
Language
: English
PRICING DETAILS
Rs16,999/$270
About the course
The ASP.NET MVC with Angular4 Development course is primarily designed for .NET Beginner(s)/Professional(s) who want to learn how to create web applications using ASP.NET MVC and Angular4. In this course, you will learn how to create web pages, custom validation attributes, custom helpers, querying database using Entity Framework ORM, making page more interactive using Angular4, mobile friendly application and finally publish it on Windows Azure.
Course objectives
At the completion of this course, attendees will be able to;
- Create custom html helpers and validations attributes
- Query database using Entity Framework ORM code first approach
- Design and develop scalable architecture
- Create DAL Layer using Entity Framework Code First approach
- Scale application for Phone, Tablets, Laptop & Desktop
- Understand and Implement Repository, Unit of Work and Dependency Injection Design Pattern
- Understand Typescript core and advanced concepts
- Do errors logging by using ELMAH
- Optimize web page performance
- Understand Filters and Apply filters
- Secure application based on user roles
- Secure ASP.NET Web API using Token based security
- Publish theirs Apps on Windows Azure
Who can do this course?
All .NET Beginner(s)/Professional(s) who are keen to develop interactive, light weight and highly extensible web application should go for this course.
Pre-requisites
Anyone who wants to learn ASP.NET MVC with AngularJS development should have a basic knowledge of C#, JavaScript and HTML.
ASP.NET MVC5
Introduction
- Understanding ASP.NET MVC
- ASP.NET vs. MVC vs. ASP.NET Web Form vs. ASP.NET MVC
- Advantages of ASP.NET MVC
Visual Studio Project Templates
- Understanding Visual Studio ASP.NET MVC Templates
- Creating an ASP.NET MVC project
- Understanding ASP.NET MVC project folder structure
- Understanding configuration files
Controller & Actions
- Understanding Controller
- Creating Controller
- Understanding Actions
- Actions and Non Actions Methods
- Understanding Action Results
Views
- Types of Views
- Creating Standard View
- Creating Layout Page
- Communication between Controller and View
MVC Pattern and 3-Tier
- Understanding Model, View and Controller
- Design Pattern vs. Architectural Pattern
- Layer vs. Tier
- MVC pattern vs. 3-Tier Architecture
Razor View Engine
- Understanding Razor View Engine
- Razor View Engine vs. Web Form Engine
- Razor Syntax
- Razor Statements, Loops etc.
Routes & URLs
- Introduction to Routing
- Routing vs. Url Rewriting
- Defining Routes
- Attribute Routing
- Need of attributes routing
Helpers
- Understanding Html Helpers
- Types of Html Helpers
- Built-In Html Helpers
- Standard Helpers
- Strongly Typed Helpers
- Templated Helpers
- Inline Helpers
- Custom Helpers
- Url helpers
Server-side Data Receiving Ways
- Action Parameters
- View Models/Objects
- FormCollection
Bootstrap
- Introduction to bootstrap
- Understanding bootstrap Grid System
- Using bootstrap with ASP.NET MVC
Partial Views
- Static Partial View
- Dynamic Partial View
Data Passing Techniques
- ViewData
- ViewBag
- TempData
- Session
- Query String
- Hidden Fields
- Cookies
ViewModel & Validation
- Creating ViewModel
- Understanding ASP.NET MVC Validation
- Need of Server Side and Client Side Validation
- Validation with Data Annotation
Custom Validation
- Custom client side Validation
- Custom Server side validation
LINQ
LINQ Fundamentals
- Understanding LINQ
- LINQ - What, Why & When
- Flavors of LINQ
- Advantages of LINQ
- Var Type
- Anonymous Type
- Lambda Expression
- Query Based Syntax and Method Based Syntax
- Deferred Execution
- Immediate Execution
- Deferred/Lazy Loading
- Eager Loading
- LINQ Joins
LINQPad
- What is LINQPad
- Configuring LINQPad
- Querying SQL Server database using LINQPad
- Querying DAL layer DLL using LINQPad
Entity Framework
Entity Framework Fundamentals
- What is ORM
- ORMs used with .NET
- Understanding Entity Framework
- Advantages of Entity Framework
Data Modeling Approaches
- Entity Framework Data Modelling Approaches
- Choosing DB First, Model First or Code First
Code First Modeling
- Defining Mapping using Data Annotation
- Implementing CRUD Operations
Code First Modeling (Contd.)
- Defining Mapping using Fluent API
- Entity Framework Code First Migrations
- Updating Database when the Model Changes
- Calling Stored Procedures and functions
- Code First with existing Database
Database First Modeling
- Creating Model from Database
- CRUD Operations
- Updating Model when the Database Changes
- Changing and Updating Mapping
- Calling Stored Procedures
Model First Modeling
- Creating Model
- Creating Database from Model
Data Listing and Paging
- Implementing Paging, Sorting and Searching
- Using WebGrid for Data Listing
- Using AJAX with WebGrid
Design Patterns
N-Layers Architecture, Repository Design Pattern and Unit of Work Design Patterns
- Managing code using Three Tier Architecture
- Understanding Repository and UOW Design Pattern
- Need of Repository Design Pattern
- Need to Unit of Work Design Pattern
- Implementing Repository and UOF Design Pattern
Dependency Injection
- Understanding Dependency Injection
- Need of Dependency Injection
- Implementing DI
TypeScript
TypeScript
- Issues with Plain JavaScript
- Introduction to TypeScript
- Advantages of TypeScript
- Getting Started with TypeScript
Classes and Interfaces
- Classes
- Access Modifiers
- Constructor
- Method Overloading
- Inheritance
Functions and Arrow Function
- Functions
- Arrow Function
Modules and Namespaces
- Modules
- Namespaces
Angular2 And Angular4
Introduction to Angular2 & Angular4
- Understanding Angular
- Advantage of Angular
- Angular1 vs. Angular2 vs. Angular4
- Browsers Support
Get Started with Angular2 & Angular4
- Setting up an Angular App
- Running an Angular App
- Understanding Angular folder structure
- Angular Initialization Process
Components
- Introduction to Component
- Creating a Component
- Bootstrapping the Component
Databinding
- Understanding Data Binding
- Attribute Binding
- Two-way Data Binding
- Event Binding etc.
- Choosing Appropriate Data Binding
Angular CLI
- Introduction to CLI
- Creating new project - ng new and ng init
- Building Project - ng build and ng serve
- Ng CLI options
- Ng CLI for creating components, services, directives and Pipe etc.
Directives and Pipes
- Built in Directives - ngIf, ngFor, ngSwitch etc.
- Angular Pipes
- Creating Custom Pipes
Routing
- Understanding Routing
- Defining Routes
- Attaching Routes to Actions
Advanced Components and Directives
- Components Life Cycle Hooks
- Nested Components
- Data sharing between nested components
- Creating Custom Directives
- Using a Component as a Directive
Inheritance
- Introduction to Angular Inheritance
- Components Inheritance
Angular Forms and Controls
- Introduction to Angular Forms
- Types of Angular Forms - Template Driven and Model Driven
- Template Driven vs. Model Driven
Template Driven Form
- Creating Template driven Form
- Angular form input controls
- Angular form validation
- Angular form and controls properties
Model Driven Form
- Creating Model driven Form
- Angular form input controls
- Angular form validation
- Angular form and controls properties
ASP.NET Web API
ASP.NET Web API
- What is REST
- Understanding ASP.NET Web API
- ASP.NET Web API vs. WCF Rest vs. Web Service
- Advantages of ASP.NET Web API
Controller & Actions
- Understanding Controller & Actions
- Creating Controller
- Creating Actions
Database Operations and Postman
- CRUD Operations using Web API
- Using Postman for testing Web API
- Consuming Web API using ASP.NET MVC
SPA
- Introduction to SPA
- SPA vs. MPA
- Most Popular SPA
- Advantages of SPA
Services
- Understanding Angular Services
- Creating Services
Database Operations with REST Service
- Angular CRUD Operations with WebAPI
Project: Online Shopping Site Development
Discussing Project Architecture
- Understanding Application layers
- Discussing Application Entities Properties
- Discussing Relationship among Application Entities
Developing Project
- Designing Application Architecture
- Developing DAL layer using Entity Framework Code First
Implementing Design Pattern
- Developing BAL layer
- Repository Design Pattern
- User Signup Process
- Dependency Injection
Module Development
- Creating Admin Module using Area
- Creating User Module using Area
ASP.NET MVC & WebAPI Advanced Concepts and Security
Securing ASP.NET Web API
- Understanding Token based Security
- Implementing Token based Security
- Customizing principal
- Implementing Authorization
ASP.NET MVC Pipeline and Filters
- ASP.NET MVC Pipeline
- ASP.NET MVC Filters
- Extending ASP.NET MVC Filters
- Configuring ASP.NET MVC Filters
Securing ASP.NET MVC App
- Understanding Forms Authentication
- Customizing principal
- Implementing custom Forms Authentication
- Implementing Authorization
Error Logging
- Understanding ELMAH
- Configuring ELMAH
- Saving errors into database
Category and Product Listing
- Category CRUD Operations
- Product CRUD Operations
REST API Development
- Developing REST API for shopping Cart
Shopping Cart
- Creating Shopping Cart
- Adding Products to Shopping Cart
- Removing Products from Shopping Cart
Payment Gateway
- Understanding Payment Gateway Process
- Integrating Payment Gateway
- Sending/Receiving data to and from Payment Gateway
- Placing order
Optimization Practices
- Optimization Best practices
- Bundling & Minification
Cloud Computing and Window Azure
Window Azure
- Introduction to Cloud Computing
- Introduction to Windows Azure
- Understanding App Service
- Deploying App using App Service
Mock-up Tests and Assignments
Dot Net Tricks' mock-up tests and assignments help the professionals to work on real-world projects and to get an edge in their careers and make their lives better. This training program includes 4 mock-up tests and 4 assignments.
Mockup-Tests objectives
At the completion of mockup-tests, attendees will be able to;
- Monitor theirs learning progress
- Evaluate themselves
- Crack theirs technical interview first round with objective questions
Assignments objectives
At the completion of assignments, attendees will be able to;
- Gain confidence to work on ASP.NET MVC project with latest technologies
- Evaluate theirs development skills
- Prepare themselves for real-application development
Project : Online Shopping Site
Desciption: You will learn how to develop an online shopping site. The site will show the list of products to User/Customer. A user can purchase products and see the previous order history. Here, admin will be responsible for adding products, categories and approving customer order. The application will use three-tier architecture with extensible approach. We would be using payment gateway to do online payment and finally publishing it on IIS.
Project Architecture: The primary goal of this architecture is to share as much code as possible across the web application and further reuse existing code for mobile apps development if necessary. This architecture will help you to develop web application with the recommended design patterns and practices.
What you will learn through project?
At the completion of project, attendees will be able to;
- Create shopping cart
- Integrate payment gateway
- Create DAL layer using Entity Framework Code First approach
- Create BAL layer using Repository design pattern
- Decouple modules using Dependency Injection
- Break a project into multiple modules using ASP.NET MVC Areas
- Use view models for validations
- Create Service layer using Web API
- Scale application for Phone, Tablets, Laptop & Desktop using Bootstrap
- Create interactive app using AngularJS
- Do errors logging by using ELMAH
- Optimize web pages performance
- Secure application based on user roles
- Authenticate/authorize user using ASP.NET MVC custom filters
- Publish your App on IIS
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.