Srikanth Technologies

ASP.NET Core (Entity Framework Core, ASP.NET Core, ASP.NET Core MVC, WEB API)

This course teaches how to develop web applications and Web API using ASP.NET Core and Entity Framework Core.

Major Topics

Prerequisite C# Language, MS SQL Server, and Elementary knowledge of HTML, CSS and JavaScript
Theory Fee (Classroom) Rs. 3000/- (Includes digital course material)
Theory Fee (Online) Rs. 3000/- (Includes digital course material)
Lab Fee for Classroom Students Rs. 750/-
Digital or Physical Certificate Fee Rs. 200/-
Software Required Visual Studio 2019 Community Edition

Entity Framework Core

  • What is Entity Framework Core
  • Entity Life cycle
  • Using DBContext and DBSet
  • Querying using LINQ to Entities
  • Handling relationship between entities
  • Lazy and eager loading
  • Introduction to Inheritance support in EF

ASP.NET Core

  • Introduction to Web Applications and ASP.NET Core
  • Razor view engine
  • Layouts and Tag Helpers
  • Data Binding
  • Forms and Data validation
  • Working with Cookies and Sessions
  • Navigation and Routing
  • Services and Dependency Injection
  • Using Entity Framework with ASP.NET Core
  • AJAX
  • Building CRUD Application

ASP.NET Core MVC

  • Understanding MVC - Model, View and Controller
  • Working with Controllers and Action methods
  • Working with Views
  • Security Implementation - Authentication and Authorization

Web API

  • Creating RESTful services using Web API
  • Sending JSON from server to client
  • Supporting different HTTP methods
  • Consuming Web API