Section 1 : HTML & CSS
Section 2 : SDLC,Bootstrap Framework
- Revision,SDLC,Stacks...etc
- Bootstrap Session 1 : Bootstrap Introduction,Grid System,Example...etc
- Bootstrap Session 2 : Alerts,Buttons,Badges,Spinners,Cards... etc
- Bootstrap Session 3 : Collapse,Navbar,Forms,Carousel... etc
- Bootstrap Session 4 : Popover,Toast,Icons,Media... etc
- Project 1 : Creating a website using HTML,CSS and Bootstrap Framework
Section 3 : JavaScript
- JavaScript Session 1 : Introduction,Output,Statements,Syntax etc.
- JavaScript Session 2 : Data types,Operators,strings,arrays,object,events etc.
- JavaScript Session 3 : Numbers and Methods,Conditions,Loops,Maps..etc.
- JavaScript Session 4 : Regular Expressions,Errors,Scope,Strict mode,this Keyword etc
- JavaScript Session 5 : JavaScript Classes,Modules,JSON,Debugging,local storage etc.
- JavaScript Session 6 : Callbacks,Asynchronous JS,Promises,Async/Await,Fetch api etc.
- Project 2 : Create Phonebook Application
- Project 3 : Create Weather Application
- Project 4 : Create Image Gallery
- Project 5 : Create Dictionary Application
- Project 6 : Create Coming Soon Page
Section 4 : SQL
- SQL Session 1 : Introduction,RDBMS,Data Types,Create Database and Tables etc.
- SQL Session 2 : SQL insert into,SQL where clause,SQL and, or, not,SQL order by keyword etc.
- SQL Session 3 : SQL update and delete,SQL Min & Max,SQL Count, Avg, Sum,SQL like.
- SQL Session 4 : Wildcard characters,SQL in,SQL between,SQL aliases,SQL Keys etc.
- SQL Session 5 : SQL union,SQL group by,SQL having,SQL select into etc.
- SQL Session 6 : Import-Export SQL table, Import-Export SQL table data,Generate Scripts etc.
- SQL Session 7 : Normal Forms,Subquery,Functions,User Defined Functions, Temp Tables etc.
- SQL Session 8 : Temp Variables, SQL Indxes, SQL Views, SQL Triggers etc.
- SQL Session 9 : CTE,Ranking Functions,Transactions etc.
- Project 7 : Database Design
Section 5 : C#
- C# Session 1 : Introduction,Syntax,Output,Variables,Data Types etc.
- C# Session 2 : Type Casting,User Input,Operators,Math,Strings etc.
- C# Session 3 : If ... Else,Switch Case,Loops,Break and Continue,Arrays etc.
- C# Session 4 : Methods,OOP,Classes,Constructors,Access Modifiers etc.
- C# Session 5 : Inheritance,Polymorphism,Abstraction,Interface,Exceptions etc.
- C# Session 6 : Boxing and Unboxing,Generics,Collections,Delegates ,Var and Dynamic etc.
Section 6 : ASP.NET Web Forms
- ASP.NET Session 1 : ASP.NET & ADO.NET Introduction,Web Forms,Tags,Attributes etc.
- ASP.NET Session 2 : Client-side validation,Master Pages,IsPostBack property
- ASP.NET Session 3 : State Management,Viewstate,Session State,Application State etc
- ASP.NET Session 4 : Cookies,Query String,AutoPostBack,OnClick,OnTextChanged etc
- ASP.NET Session 5 : SelectedIndexChanged event,ADO.NET,Connection string etc.
- ASP.NET Session 6 : Upload Media,Sqldatareader in C#,Show data from SQL Database etc
- ASP.NET Session 7 : ASP.NET Gridview control,Advantages and Example
- ASP.NET Session 8 : ASP.NET Literal control,Example : ASP.NET Literal control
- ASP.NET Session 9 : ASP.NET Repeater control,Example : ASP.NET Repeater control
- ASP.NET Session 10 : Register and Login, Validations in ASP.NET
- Project 8 : ASP.NET Web Forms Application
Section 7 : ASP.NET Core MVC
- Session 1 : Introduction, Creating New Project, Directory Structure,Controller to View working,Models
- Session 2 : Working with List, Creating New Controller, Adding View to Controller Methods, Intoduction:Entity Framework Core, Core Components of EF Core, Entity Framework Core Methods, Installing EF Core package
- Session 3 : Creating ApplicationDbContext class, Setting up connectionString in appSettings.json, Passing connectionString to ApplicationDbContext, Adding DbSet to ApplicationDbContext, Database Migration, Migration Commands, Updating Database with Migration
- Session 4 : Dependency Injection, Using ApplicationDbContext in Controller, Select data from Database using EF Core, Creating View with Template & Model, [HttpGet] & [HttpPost] attributes, asp-for attribute, Insert data in Database using EF Core, Create links to redirect
- Session 5 : Update data using EF Core, Delete data using EF Core, Layered Architecture, 3-Tier Architecture, Repository Pattern, Project Setup using Layered Architecture
- Session 6 : Relationship between Models, Navigation Property, Applying Migration in Layred Architecture, Adding Interfaces in Repository Project, Implementing Interfaces
- Session 7 : Interfaces for State & District, Using Repositories in Controller, State CRUD, ViewBag, ViewData, TempData, District CRUD
- Session 8 : Project Introduction, Day 1- Implementation Steps
- Session 9 : Day 2- Implementation Steps
- Session 10 : Day 3- Implementation Steps, Project Summary
- Interview questions and answers
- Project 9 : ASP.NET Core MVC Application