HI WELCOME TO KANSIRIS

asp.net core and angular development

Leave a Comment

About the Course

The ASP.NET Core Development course is primarily designed for .NET Beginner(s)/Professional(s) who want to learn how to develop modern cloud based app using ASP.NET Core. In this course, you will learn about .NET Core, middleware, MVC pattern, html helpers, tag helpers, custom helpers, validation and custom validation, querying database using Entity Framework Core, 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 Core with the help of E-Commerce website.

Course Objective

At the completion of this course, attendees will be able to;
  1. Understand .NET Core architecture and Advantages
  2. Build and run cross-platform ASP.NET apps on Windows, Mac and Linux
  3. Understand ASP.NET Core middleware
  4. Configure ASP.NET Core MVC
  5. Use Dependency Injection in ASP.NET Core
  6. Work with Entity Framework Core
  7. Handle Errors in ASP.NET Core
  8. Create REST Service using Web API
  9. Understand and Implement Repository, Unit of Work and Dependency Injection Design Pattern
  10. Write and Debug Unit Test cases using xUnit, MS Test, Moq
  11. Secure application based on user roles
  12. Publish theirs Apps on IIS

Who can do this course?

All .NET Beginner(s)/Professional(s) who are keen to develop modern, light weight and cloud based web applications should go for this course.

Pre-requisites

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

Tools/SDK/IDE

Visual Studio 2017 or higher, SQL Server 2012 or higher, LINQ Pad 5

.NET CORE

Introduction to .NET Core

  1. Understanding .NET Core
  2. .NET Core Features
  3. .NET Core Framework Architecture
  4. .NET Core 1.0 vs. .NET 4.5
  5. .NET Core Supports
  6. Advantages of .NET Core
  7. .NET App Model

.NET CLI

  1. Introduction to DNX, DNVM, DNU
  2. Introduction to .NET CLI
  3. .NET CLI Commands

ASP.NET Core

Introduction to ASP.NET Core

  1. Understanding ASP.NET Core
  2. ASP.NET Core Features
  3. ASP.NET Core 1.0 vs. ASP.NET MVC5 vs. ASP.NET WebForms
  4. Advantages of ASP.NET Core

Visual Studio Project Templates

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

Model, View, Controller & Actions

  1. Understanding Model, View and Controller
  2. Types of Views
  3. Creating Controller
  4. Understanding Actions
  5. Actions and Non-Actions Methods
  6. Understanding Action Results
  7. Communication between Controller and View

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. Defining Routes
  3. Attribute Routing
  4. Need of attributes routing

Helpers

  1. Understanding Html Helpers
  2. Types of Html Helpers
  3. Built-In Html Helpers
  4. Tag Helpers
  5. Inline Helpers
  6. Custom Helpers
  7. Url helpers

Server-side Data Receiving Ways

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

Reusable UI Components

  1. Partial View
  2. View Components

ViewModel & Validation

  1. Creating ViewModel
  2. Understanding ASP.NET Core 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

Data Passing Techniques

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

LINQ

LINQ Fundamentals

  1. Understanding LINQ
  2. Flavors of LINQ
  3. Advantages of LINQ
  4. Query Based Syntax and Method Based Syntax
  5. Deferred Execution vs. Immediate Execution
  6. Var Type vs. Generics
  7. Anonymous Type
  8. SQL Joins with LINQ
  9. Deferred/Lazy Loading vs. Eager Loading

LINQPad

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

Entity Framework Core

Introduction to Entity Framework Core

  1. What is ORM
  2. ORMs used with .NET
  3. EF6 vs. EF Core
  4. Advantages of Entity Framework

Database Modeling

  1. Defining Mapping using Data Annotation
  2. Implementing CRUD Operations
  3. Defining Mapping using Fluent API

Database Migration, DB Procedures and Functions

  1. Entity Framework Code First Migrations
  2. Updating Database when the Model Changes
  3. Calling Stored Procedures and functions
  4. Code First with existing Database

Design Patterns

Repository Design Pattern and Unit of Work Design Patterns

  1. Understanding Repository and UOW Design Pattern
  2. Need of Repository Design Pattern
  3. Need to Unit of Work Design Pattern
  4. Implementing Repository and UOF Design Pattern

Dependency Injection

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

Angular2 And Angular4

Introduction to Angular2 & Angular4

  1. Understanding Angular
  2. Advantage of Angular
  3. Angular1 vs. Angular2 vs. Angular4
  4. Browsers Support

Get Started with Angular2 & Angular4

  1. Setting up an Angular App
  2. Running an Angular App
  3. Understanding Angular folder structure
  4. Angular Initialization Process

Components

  1. Introduction to Component
  2. Creating a Component
  3. Bootstrapping the Component

Databinding

  1. Understanding Data Binding
  2. Attribute Binding
  3. Two-way Data Binding
  4. Event Binding etc.
  5. Choosing Appropriate Data Binding

Directives

  1. Built in Directives - ngIf, ngFor, ngSwitch etc.

Routing

  1. Understanding Routing
  2. Defining Routes
  3. Attaching Routes to Actions

Angular Forms and Controls

  1. Introduction to Angular Forms
  2. Creating Angular Form
  3. Angular form input controls
  4. Angular form validation
  5. Angular form and controls properties

Web API

Introduction to Web API

  1. Introduction to SOA
  2. Introduction to REST
  3. REST Principles
  4. Understanding Web API
  5. Choosing between WCF and WebAPI

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 Core

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 Core

Implementing Design Pattern

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

Module Development

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

Advanced Concepts and Security

ASP.NET Core MVC Authentication: Identity

  1. ASP.NET Core MVC Authentication Options
  2. Introduction to Identity
  3. Implementing Identity

ASP.NET Core MVC Pipeline, Middleware and Filters

  1. Exploring ASP.NET Core Pipeline
  2. ASP.NET Core MVC Middleware
  3. ASP.NET Core MVC Filters
  4. Extending ASP.NET Core MVC Filters
  5. Configuring ASP.NET Core MVC Filters

Securing ASP.NET Core MVC App

  1. Implementing Authorization using Authorization Filter
  2. Passing Logged in User Info Across the App

Category and Product Listing

  1. Category CRUD Operations
  2. Product CRUD Operations

Bundling & Minification

  1. Understanding Bundling & Minification
  2. Minimize number of static files requests

Web API and Angular

  1. Developing Web API for shopping Cart
  2. Setting Up Angular with ASP.NET Core
  3. Developing Shopping Site Store using Angular

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

Error Logging

  1. Understanding Error Logging Options
  2. Configuring Error logging provider
  3. Tracing Error log

Securing Web API

  1. Understanding Token based Security
  2. Implementing Token based Security
  3. Implementing Authorization

Deployment

  1. Deployment 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

7,000/120
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
20,500/350

0 comments:

Post a Comment

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