.net core class syllabus
Asp.Net Core Course Syllabus
Overview of the ASP.NET Core
Objectives: In the module you are going to get, know about what is meant by ASP.NET Core, ASP.NET Core Architecture
Introduction of ASP.NET Core
Architecture of ASP.NET Core
Advantages of ASP.NET Core
Summary
Set up for .NET Core
Objectives: In the module you are going to get, know about how to install .Net Core in our local machine, the project structure and comparison of Asp.net core and Asp.Net MVC
Installation of .Net Core
Project Structure of .Net Core
Comparison of ASP.NET Core VS ASP.NET MVC
Summary
Hands-on:
Install .Net Core in local machine
Understand the Project Structure
Getting Started with ASP.NET Core
Objectives: In the module you are going to get, know about how to Creating a base application and Configure the project in .Net Core
Creating a base application
Views in ASP.NET Core MVC
Controller and Model in ASP.NET Core
Sending data to view and View to Controller in ASP.NET Core
ViewBag , ViewModel in ASP.NET Core
ASP.NET Core launchsettings.json, appsettings.json file
Hands-on:
Build .Net Core Project Base Project
Configure Project
Passing Values Controller to View and View to Controller
Creating an application in ASP.NET Core
Objectives: In the module you are going to get, know about Client side views and Routings in Asp.Net Core
Strongly Typed View in ASP.NET Core
Layout view in asp.net core
Sections in layout page in ASP.NET Core
Routing in ASP.NET Core MVC
Attribute Routing in ASP NET Core
Hands-on:
Working with Strongly typed view
Implement layout page and sections in layout
Asp.Net Core Routings
Using Responsive Bootstrap and jQuery with ASP.NET MVC
Objectives: In the module you are going to get, know about the Bootstrap Implementation in Asp.Net Core with JQuery
Install and use Bootstrap in ASP.NET Core
Bootstrap navigation menu in asp.net core
Using JQuery with bootstrap
Hands-on:
Install and Use Latest Bootstrap in Asp.Net Core
Use JQuery With Bootstrap
Working with Entity framework .net core
Objectives: In the module you are going to get, know about Entity Framework Core in Asp.Net Core MVC with SQL Server Database
Install entity framework core in visual studio
DbContext in entity framework .net core
Using sql server with entity framework .net core
Repository pattern in asp.net core
Entity framework .net core migrations
Entity framework .net core seed data
Hands-on:
Create a Asp.Net Core MVC Application with Entity Framework
Configuring SQL Server with Entity Framework Core
Making Some Transactions On Entity Framework Core
Overview of .Net Core Web Api
Objectives: In the module you are going to get, know about Overview and Architecture of Asp.Net Core Web Api.
Introduction of ASP.NET Core Web Api
Architecture of ASP.NET Core Web Api
Advantages of ASP.NET Core Web Api
Project Structure of .Net Core Web Api
Hands-on:
Develop Sample .Net Core Web Api Project and Understanding the Architecture
Creating an application in ASP.NET Core Web Api
Objectives: In the module you are going to get, know about to Creating a Project .Net Core Web Api , Configuring the Application and Testing output with Postman
Create Core Web Api Project
Test Core Web Api Results
Configure Core Web Api
Core Web Api Routings
Web API Filters
Action Method Return
Parameter Binding
Hands-on:
Create .Net Core Web Api and Configure the Application
Implement Routing, Filters, and Action Return Methods
Checking the output with Postman
Working with Complete ASP.NET Core, Core Web Api , Bootstrap, JQuery and SQL
Objectives: In the module you are going to get, know about to Creating a Project with .Net Core Web and .Net Core Web Api with Client Side Technologies Such as Html, Bootstrap, JQuery and Backend SQL
Create Web API for CRUD operation (Get, Post, Put, Delete)
Consume Core Web API (Get, Post, Put, Delete)
Hands-on:
Create a Application .Net Core Web
Create .Net Core Web Api With SQL
Consume .Net Core Web Api in .Net Core Project
Implement Client Side Technologies
Comments
Post a Comment