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;
- Understand .NET Core architecture and Advantages
- Build and run cross-platform ASP.NET apps on Windows, Mac and Linux
- Understand ASP.NET Core middleware
- Configure ASP.NET Core MVC
- Use Dependency Injection in ASP.NET Core
- Work with Entity Framework Core
- Handle Errors in ASP.NET Core
- Create REST Service using Web API
- Understand and Implement Repository, Unit of Work and Dependency Injection Design Pattern
- Write and Debug Unit Test cases using xUnit, MS Test, Moq
- Secure application based on user roles
- 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
- Introduction to .NET Core
- .NET Core Features
- .NET Core Framework Architecture
- .NET Core 1.0 vs. .NET 4.5
- .NET Core Supports
- Advantages of .NET Core
- .NET App Model
.NET CLI and Visual Studio Code
- Introduction to .NET CLI
- .NET CLI Commands
- Creating Project using CLI
- Running code using CLI
- VS Code for .NET Core development
ASP.NET Core
- Introduction to ASP.NET Core
- ASP.NET Core Features
- ASP.NET Core 1.0 vs. ASP.NET MVC5 vs. ASP.NET WebForms
- Advantages of ASP.NET Core
Visual Studio Project Templates
- Understanding Visual Studio ASP.NET Core Templates
- Creating an ASP.NET Core project
- Understanding ASP.NET Core project folder structure
- Understanding configuration files
Module 2
Model, View, Controller & Actions
- Understanding Model, View and Controller
- Types of Views
- Creating Controller
- Understanding Actions
- Actions and Non-Actions Methods
- Understanding Action Results
- Communication between Controller and View
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
- Defining Routes
- Attribute Routing
- Need of attributes routing
Module 3
Helpers
- Understanding Html Helpers
- Types of Html Helpers
- Built-In Html Helpers
- Tag Helpers
- Inline Helpers
- Custom Helpers
- Url helpers
Server-side Data Receiving Ways
- Action Parameters
- View Models/Objects
- IFormCollection
Reusable UI Components
- Partial View
- View Components
Module 4
ViewModel & Validation
- Creating ViewModel
- Understanding ASP.NET Core MVC Validation
- Need of Server Side and Client-Side Validation
- Validation with Data Annotation
Custom Validation
- Custom client-side validation
- Custom server-side validation
Data Passing Techniques
- ViewData
- ViewBag
- TempData
- Session
- Query String
- Cookies
Assessment #1
- Mock-up test
- Assignment
Module 5
LINQ
- Understanding LINQ
- Flavors of LINQ
- Advantages of LINQ
- Query Based Syntax and Method Based Syntax
- Deferred Execution vs. Immediate Execution
- Var Type vs. Generics
- Anonymous Type
- SQL Joins with LINQ
- Deferred/Lazy Loading vs. Eager Loading
LINQPad
- What is LINQPad
- Configuring LINQPad
- Querying SQL Server database using LINQPad
- Querying DAL layer DLL using LINQPad
Module 6
Entity Framework Core
- What is ORM
- ORMs used with .NET
- EF6 vs. EF Core
- Advantages of Entity Framework
Database Modeling
- Defining Mapping using Data Annotation
- Implementing CRUD Operations
- Defining Mapping using Fluent API
Database Migration, DB Procedures and Functions
- Entity Framework Code First Migrations
- Updating Database when the Model Changes
- Calling Stored Procedures and functions
- Code First with existing Database
Module 7
Repository Design Pattern and Unit of Work Design Patterns
- 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
WebGrid: Listing, Paging and Sorting
- Creating Custom Paging Method
- Using WebGrid for Listing, Paging and Sorting
- Ajax WebGrid
Assessment #2
- Mock-up test
- Assignment
Module 8
Unit Testing
- What is Unit Testing
- Unit Testing - What, Why & When
- Advantages of Unit Testing
- Disadvantage of Unit Testing
- .NET Unit Testing Frameworks
MS Test and xUnit
- Understanding MS Test Framework
- Understanding xUnit Test Framework
- Writing, Debugging and Running Unit Tests Cases
MOQ
- Understanding Mocking
- Advantage of Mocking
- Installing and Configuring Moq Framework
- Writing, Debugging and Running Unit Tests Cases
Module 9 (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 Core
Implementing Design Pattern
- Developing BAL layer
- Repository Design Pattern
- User Login Process
- Dependency Injection
Module Development
- Creating Admin Module using Area
- Creating User Module using Area
Module 10 (Project: Online Shopping Site Development)
ASP.NET Core MVC Authentication: Identity
- ASP.NET Core MVC Authentication Options
- Introduction to Identity
- Implementing Identity
ASP.NET Core MVC Pipeline, Middleware and Filters
- Exploring ASP.NET Core Pipeline
- ASP.NET Core MVC Middleware
- ASP.NET Core MVC Filters
- Extending ASP.NET Core MVC Filters
- Configuring ASP.NET Core MVC Filters
Assessment #3
- Mock-up test
- Assignment
Module 11 (Project: Online Shopping Site Development)
Securing ASP.NET Core MVC App
- Implementing Authorization using Authorization Filter
- Passing Logged in User Info Across the App
Category and Product Listing
- Category CRUD Operations
- Product CRUD Operations
ASP.NET Web API
- Introduction to SOA
- Introduction to REST
- REST Principles
- Understanding ASP.NET Web API
- Choosing between WCF and WebAPI
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
Category and Product Listing
- Category CRUD Operations
- Product CRUD Operations
Securing ASP.NET Web API
- Understanding Token based Security
- Implementing Token based Security
- Customizing principal
- Implementing Authorization
Module 12 (Project: Online Shopping Site Development)
Cart
- Creating Cart
- Adding Products to Cart
- Removing Products from Cart
Payment Gateway
- Understanding Payment Gateway Process
- Integrating Payment Gateway
- Sending/Receiving data to and from Payment Gateway
- Placing order
Bundling & Minification
- Understanding Bundling & Minification
- Minimize number of static files requests
Error Logging
- Understanding Error Logging Options
- Configuring Error logging provider
- Tracing Error log
Deployment
- Deployment on IIS
Assessment #4
- Mock-up test
- Assignment


0 comments:
Post a Comment
Note: only a member of this blog may post a comment.