Zenler Player
Your course is loading. Hang tight.
Full Stack ASP.Net Core 6 and Angular 13 Web Developer - Coding Bootcamp
Back to curriculum
0% Complete
0% Complete
Day 2 - Introduction To RDMS An Create - Database - Table - Primary key - Unique Key - Identity Column - Default Value - Check Constraint
Day 3 - DataTypes - ForeignKey - FKConstraints - Identifying Objects And Relationships
Day 4 - Three Key Rules Of Db Design - Task - Insert - Parameterized Query - Update - Delete
Day 5 - Task IT Workshop DB Design - Select - Aliasing - Derived Columns - Sorting(Order by multiple cols, Top) - Filtering(Where, in, not in, between, not between, is null, soundex)
Day 6 - Scalar Functions - String - Casting - Others - Mathematical - Aggregate - DateTime - Convert - Group By
Day 7 - Group By In-depth - Joins - Joining Two Tables - Joining Multiple Tables
Day 8 - Self Join - Union - Simple Sub Query - Correlated Sub Query - Views
Day 9 - CTE - Strored Procedures In depth - if else - Scalar Functions - InLine Fuctions - TopperFromEverySubject
Day 10 - Transactions - Scope Identity - Slowly Changing Dimensions
Day 11 - Update Salary Transactions - Case Group By - Triggers
Day 12 - Triggers Implementation - DbScript - BackUp - Restore
Day 13 - Introduction To C# - .Net Framework Vs .Net Core - dll Vs exe - Top Level Statement - Introduction To VS2022 (Edited)
Day 14 - String Formatting - Parsing - Type Casting - DataTypes - var Vs Dynamic - Nullable Types - Common Type System - Introduction To Control Structure (Edited)
Day 15 - If Else - Else If Ladder - Switch Case Default - For Loop - While Loop - Do While Loop (Edited)
Day 16 - Arrays - Foreach Loop - Array Class - 2D Arrays - Issues With Arrays - Structures - Methods - Array Of Structures (Edited)
Day 17 - Object - Class - Fields - Methods - Public - Private - Access Specifiers - Constructor - Constructor Over Loading - Method Overloading - Topper Student From Array (Edited)
Day 18 - this Keyword - Optional Parameters - Why Do We Need Properties - Properties - Auto Properties (As is)
Day 19 -Static Fields - Static Constructor - Static Properties - Static Methods - Static Classes - namespaces - Creating And consuming dll in Console And WindowsUI (As Is)
Day 20 - Inheritance - Protected - Single and Multilevel Inheritance - Constructor Chaining Using Base Keyword - Method Overriding and Other Use of base keyword (As Is)
Day 21 - sealed Methods and sealed Classes - abstract Method And abstract Class - Diagram - Runtime Polymorphism - Method Overriding - Employee - Runtime Polymorphism - Method Overriding (As Is)
Day 22 - Interfaces - Multiple inheritance - Partial Classes and Partial Methods - Value Type Vs Ref Type - Call By Value and Call By Ref - ref Vs out Parameters (As Is)
Day 23 - Collection Classes - Generic Collection - List - Intro To LINQ - Exception Handling (As Is)
Day 24 - Introduction To EF Core Code First And 6 - Step Process To Create DB Structure (As Is)
Day 25 - Basics Of EF Core - DatabaseStructureUpdates-DataAnnotations-CRUD-LINQ-QueryVsLamdaExpression (As Is)
Day 26 - Class Design Techniques - Is-A and Has-A Relationship - 1 to 1, 1 to many and many to many Relationship (As Is)
Day 27 - First() Vs FirstOrDefault() - Single() Vs SingleOrDefault() - NavigationProperty - IEnumerable Vs IList (As Is)
Day 28 - Immediate Mode Vs Differed Mode Of query Execution - Eager Loading Vs Explicit Loading Vs Lazy Loading (As Is)
Day 29 - Eager Loading - Include() and ThenInclude() - Raw SQL - Working With SPs in EFCore - Auto Transactions (As Is)
Day 30 - Manual Transactions (As Is)
Day 31 - n Layered Architecture (As Is)
Have a walk through of the following courses
Day 32 - Introduction To ASP.Net Core 6 - Creating Static Website - Template Editing - Hosting It Live (As Is)
Day 33 - Introduction To SOA - ResTfull - Web APIs (As Is)
Day 34 - Creating First Web API - Get Method Oer Loading - Parameter Passing Mechanism - Return JSON Result (As Is)
Day 35 - CRUD EF Dll Use In Web API - Fiddler - Response Codes - ActionResult - IActionResult (As Is)
Day 36 - async - await - Dispose() Method - using(resource) - IDisposable Interface - DI - Model Validations - Exception Handling (As Is)
Day 37 - Custom Validator - 2 Solutions For Reference Looping Problem - Generating Data As XML (As Is)
Day 38 - Swagger - OpenAPI - Exception Handling In Middleware - Intro to Authentication And Authorization (As Is)
Day 39: InitialSecuritySetupIn5Steps-AuthenticationAtAllLevels-Register-SignIn-SignOut (As Is)
Day 40 - Creating Roles - Assigning Roles Dynamically - Authorization - Getting LoggedIn UserId (As Is)
Day 41 - Complete JWT Authentication And Authorization
Day 1 - Getting Started With Angular 13 (As-Is)
Day 2 - Angular 13 on VS 2022 - app.component - app.module - Basic Terminologies (As-Is)
Day 3 - Data Binding - Two way Binding ngModel - Create Component - *ngIf and *ngFor - Types Of Data (As-Is)
Day 4 - Adding Bootstrap 5 To Angular - Bootswatch Theme - Paging - Searching - Sorting -Dynamic Page Size - In Data Grid (As-Is)
Day 5 - Creating WebAPI From Scratch - HttpClientModule - Making API calls with HttpClient Object (As-Is)
Day 6 - Dropdown List Cascade With Grid - Template Driven Forms - Insert Employee (As-Is)
Day 7 - Models In Angular Project - Class Designing On Client Side - Server Side Form Validations And Exceptions (As-Is)
Day 8 - Client Side Validation - Delete - Update - Services - Nav Bar - Routing - Full App Integration (As-Is)
Day 9 - Web Storage Or State Management - cookies -sessionStorage - localStorage (As-Is)
Day 1 - Introduction To Project Architecture - Creating BOL (Customizing ASP.Net Identity User) - DAL - Web API (Back-end Initial Setup)
Day 2 - Creating UI - Project Setup - Creating The Complete Directory Structure - Conf Routing With Batch Files For All Commands
Day 3 - Adding New actions To Web APIs - UI APIs Service Implementation - Reactive Forms - Post Story Implementation - Form Validation Both Server Side And Client Side
Day 4 - Approve Story - Read Story - Configuring Authentication And Authorization On Server - User Register With Dynamic css Class Binding
Day 5 - Login On Sever Side - Login On Client Side - Display Logged In User Name And Role - Complete Authentication And Authorization Implementation
Day 6 - Securing UI With AuthGuard Services - JWT Security Configuring On Server Side And Client Side - Creating Category Screen Flow (As-Is)
Day 7 - HTTPInterceptor - Profile Pic Upload To Web API- Profile Pic Display - Passing Model And File In FormData
Day 8 - Loading Bar - Angular CSV File Download - Bar Charts - Pie Charts - Reports
Day 9 - appsetting File In Web API - Moving And Accessing ConStr And JWT From appSetting - Creating Roles And Admin At Runtime - Implementing Complete Google Login
Day 10 - Enhancing The Architecture With Repository And Unit Of Word Design Patterns
Day 1 - Getting Started With Azure Cloud Hosting
Day 2 - Deploying Azure Sqldb - Hosting Web Apis - Hosting AngularUI - Creating A Send Updates Email Service
MS SQL Server 2019
Day 2 - Introduction To RDMS An Create - Database - Table - Primary key - Unique Key - Identity Column - Default Value - Check Constraint
Preview
Day 3 - DataTypes - ForeignKey - FKConstraints - Identifying Objects And Relationships
Preview
Day 4 - Three Key Rules Of Db Design - Task - Insert - Parameterized Query - Update - Delete
Day 5 - Task IT Workshop DB Design - Select - Aliasing - Derived Columns - Sorting(Order by multiple cols, Top) - Filtering(Where, in, not in, between, not between, is null, soundex)
Day 6 - Scalar Functions - String - Casting - Others - Mathematical - Aggregate - DateTime - Convert - Group By
Day 7 - Group By In-depth - Joins - Joining Two Tables - Joining Multiple Tables
Day 8 - Self Join - Union - Simple Sub Query - Correlated Sub Query - Views
Day 9 - CTE - Strored Procedures In depth - if else - Scalar Functions - InLine Fuctions - TopperFromEverySubject
Day 10 - Transactions - Scope Identity - Slowly Changing Dimensions
Day 11 - Update Salary Transactions - Case Group By - Triggers
Day 12 - Triggers Implementation - DbScript - BackUp - Restore
C# On .Net 6
Day 13 - Introduction To C# - .Net Framework Vs .Net Core - dll Vs exe - Top Level Statement - Introduction To VS2022 (Edited)
Preview
Day 14 - String Formatting - Parsing - Type Casting - DataTypes - var Vs Dynamic - Nullable Types - Common Type System - Introduction To Control Structure (Edited)
Day 15 - If Else - Else If Ladder - Switch Case Default - For Loop - While Loop - Do While Loop (Edited)
Day 16 - Arrays - Foreach Loop - Array Class - 2D Arrays - Issues With Arrays - Structures - Methods - Array Of Structures (Edited)
Day 17 - Object - Class - Fields - Methods - Public - Private - Access Specifiers - Constructor - Constructor Over Loading - Method Overloading - Topper Student From Array (Edited)
Day 18 - this Keyword - Optional Parameters - Why Do We Need Properties - Properties - Auto Properties (As is)
Day 19 -Static Fields - Static Constructor - Static Properties - Static Methods - Static Classes - namespaces - Creating And consuming dll in Console And WindowsUI (As Is)
Day 20 - Inheritance - Protected - Single and Multilevel Inheritance - Constructor Chaining Using Base Keyword - Method Overriding and Other Use of base keyword (As Is)
Day 21 - sealed Methods and sealed Classes - abstract Method And abstract Class - Diagram - Runtime Polymorphism - Method Overriding - Employee - Runtime Polymorphism - Method Overriding (As Is)
Day 22 - Interfaces - Multiple inheritance - Partial Classes and Partial Methods - Value Type Vs Ref Type - Call By Value and Call By Ref - ref Vs out Parameters (As Is)
Day 23 - Collection Classes - Generic Collection - List - Intro To LINQ - Exception Handling (As Is)
EF Core 6
Day 24 - Introduction To EF Core Code First And 6 - Step Process To Create DB Structure (As Is)
Preview
Day 25 - Basics Of EF Core - DatabaseStructureUpdates-DataAnnotations-CRUD-LINQ-QueryVsLamdaExpression (As Is)
Day 26 - Class Design Techniques - Is-A and Has-A Relationship - 1 to 1, 1 to many and many to many Relationship (As Is)
Day 27 - First() Vs FirstOrDefault() - Single() Vs SingleOrDefault() - NavigationProperty - IEnumerable Vs IList (As Is)
Day 28 - Immediate Mode Vs Differed Mode Of query Execution - Eager Loading Vs Explicit Loading Vs Lazy Loading (As Is)
Day 29 - Eager Loading - Include() and ThenInclude() - Raw SQL - Working With SPs in EFCore - Auto Transactions (As Is)
Day 30 - Manual Transactions (As Is)
Day 31 - n Layered Architecture (As Is)
Basics Of Web Development
Have a walk through of the following courses
ASP.Net Core Web APIs
Day 32 - Introduction To ASP.Net Core 6 - Creating Static Website - Template Editing - Hosting It Live (As Is)
Preview
Day 33 - Introduction To SOA - ResTfull - Web APIs (As Is)
Day 34 - Creating First Web API - Get Method Oer Loading - Parameter Passing Mechanism - Return JSON Result (As Is)
Day 35 - CRUD EF Dll Use In Web API - Fiddler - Response Codes - ActionResult - IActionResult (As Is)
Day 36 - async - await - Dispose() Method - using(resource) - IDisposable Interface - DI - Model Validations - Exception Handling (As Is)
Day 37 - Custom Validator - 2 Solutions For Reference Looping Problem - Generating Data As XML (As Is)
Day 38 - Swagger - OpenAPI - Exception Handling In Middleware - Intro to Authentication And Authorization (As Is)
Day 39: InitialSecuritySetupIn5Steps-AuthenticationAtAllLevels-Register-SignIn-SignOut (As Is)
Day 40 - Creating Roles - Assigning Roles Dynamically - Authorization - Getting LoggedIn UserId (As Is)
Day 41 - Complete JWT Authentication And Authorization
Angular 13
Day 1 - Getting Started With Angular 13 (As-Is)
Preview
Day 2 - Angular 13 on VS 2022 - app.component - app.module - Basic Terminologies (As-Is)
Day 3 - Data Binding - Two way Binding ngModel - Create Component - *ngIf and *ngFor - Types Of Data (As-Is)
Day 4 - Adding Bootstrap 5 To Angular - Bootswatch Theme - Paging - Searching - Sorting -Dynamic Page Size - In Data Grid (As-Is)
Day 5 - Creating WebAPI From Scratch - HttpClientModule - Making API calls with HttpClient Object (As-Is)
Day 6 - Dropdown List Cascade With Grid - Template Driven Forms - Insert Employee (As-Is)
Day 7 - Models In Angular Project - Class Designing On Client Side - Server Side Form Validations And Exceptions (As-Is)
Day 8 - Client Side Validation - Delete - Update - Services - Nav Bar - Routing - Full App Integration (As-Is)
Day 9 - Web Storage Or State Management - cookies -sessionStorage - localStorage (As-Is)
Angular 13 Live Project
Day 1 - Introduction To Project Architecture - Creating BOL (Customizing ASP.Net Identity User) - DAL - Web API (Back-end Initial Setup)
Day 2 - Creating UI - Project Setup - Creating The Complete Directory Structure - Conf Routing With Batch Files For All Commands
Day 3 - Adding New actions To Web APIs - UI APIs Service Implementation - Reactive Forms - Post Story Implementation - Form Validation Both Server Side And Client Side
Day 4 - Approve Story - Read Story - Configuring Authentication And Authorization On Server - User Register With Dynamic css Class Binding
Day 5 - Login On Sever Side - Login On Client Side - Display Logged In User Name And Role - Complete Authentication And Authorization Implementation
Day 6 - Securing UI With AuthGuard Services - JWT Security Configuring On Server Side And Client Side - Creating Category Screen Flow (As-Is)
Day 7 - HTTPInterceptor - Profile Pic Upload To Web API- Profile Pic Display - Passing Model And File In FormData
Day 8 - Loading Bar - Angular CSV File Download - Bar Charts - Pie Charts - Reports
Day 9 - appsetting File In Web API - Moving And Accessing ConStr And JWT From appSetting - Creating Roles And Admin At Runtime - Implementing Complete Google Login
Day 10 - Enhancing The Architecture With Repository And Unit Of Word Design Patterns
Azure Cloud Hosting
Day 1 - Getting Started With Azure Cloud Hosting
Day 2 - Deploying Azure Sqldb - Hosting Web Apis - Hosting AngularUI - Creating A Send Updates Email Service
×
This is an unpublished lesson. This lesson will not be shown for students unless you set it as Public.
Back to Dashboard
No contents are available in this lesson!
No lessons available !
Back to Dashboard
Lesson contents locked
Enroll to unlock this lesson.
Enroll to unlock
Next Lesson