HI WELCOME TO KANSIRIS

asp.net core development

Leave a Comment

About the Course

The ASP.NET Core 2.0 Development course is primarily designed for .NET Beginner(s)/Professional(s) who want to learn how to develop the modern cloud-based app using ASP.NET Core framework and MVC design pattern. In this course, you will learn about .NET Core, middleware, MVC pattern, HTML helpers, tag helpers, custom helpers, validation and custom validation, querying the 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.
Cost
Rs5,250/$88

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

Module 1

.NET Core

  1. Introduction to .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 and Visual Studio Code

  1. Introduction to .NET CLI
  2. .NET CLI Commands
  3. Creating Project using CLI
  4. Running code using CLI
  5. VS Code for .NET Core development

ASP.NET Core

  1. Introduction to 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

Module 2

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

Module 3

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. IFormCollection

Reusable UI Components

  1. Partial View
  2. View Components

Module 4

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

Assessment #1

  1. Mock-up test
  2. Assignment

Module 5

LINQ

  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

Module 6

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

Module 7

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

WebGrid: Listing, Paging and Sorting

  1. Creating Custom Paging Method
  2. Using WebGrid for Listing, Paging and Sorting
  3. Ajax WebGrid

Assessment #2

  1. Mock-up test
  2. Assignment

Module 8

Unit Testing

  1. What is Unit Testing
  2. Unit Testing - What, Why & When
  3. Advantages of Unit Testing
  4. Disadvantage of Unit Testing
  5. .NET Unit Testing Frameworks

MS Test and xUnit

  1. Understanding MS Test Framework
  2. Understanding xUnit Test Framework
  3. Writing, Debugging and Running Unit Tests Cases

MOQ

  1. Understanding Mocking
  2. Advantage of Mocking
  3. Installing and Configuring Moq Framework
  4. Writing, Debugging and Running Unit Tests Cases

Module 9 (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

Module 10 (Project: Online Shopping Site Development)

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

Assessment #3

  1. Mock-up test
  2. Assignment

Module 11 (Project: Online Shopping Site Development)

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

ASP.NET Web API

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

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

Category and Product Listing

  1. Category CRUD Operations
  2. Product CRUD Operations

Securing ASP.NET Web API

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

Module 12 (Project: Online Shopping Site Development)

Cart

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

Payment Gateway

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

Bundling & Minification

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

Error Logging

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

Deployment

  1. Deployment on IIS

Assessment #4

  1. Mock-up test
  2. Assignment

0 comments:

Post a Comment

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