Dot Net Core
Dot Net Core
Even if you are experienced in ASP.NET MVC, if you don’t have working knowledge of ASP.NET
MVC Core you are treated as out dated in the industry. This is the reason every web developer
today is upgrading himself to ASP.NET Core.
Objectives
Understand the benefits of MVC design over traditional ASP.NET Web Forms.
Acquiring sufficient knowledge on role of Model, View and Controller in integrating them
to develop complete web application.
Understand how Routing API maps requests to action methods in controller.
Learn how to reuse code rendering HTML using custom HTML Helper methods and Tag
Helpers.
Building Custom Model Binders for typical conditions in which built-in default binders are
not usable.
Understanding and applying validation framework for both client and server validations.
Access databases and performing CRUD operations using LINQ and Entity Framework.
Implement security in ASP.Net Core applications.
Use Ajax and partial page updates and rendering and executing JavaScript code from
ASP.NET Core.
Modularize using Areas.
Compress the output using bundling and minification features.
Develop Service Oriented RESTful services using Web API feature of ASP.NET Core.
Build and deploy ASP.NET Coreapplication to the production server.
Pre-requisites
Prior knowledge of HTML and C# is mandatory.
Basic knowledge of ASP.NET WebForms and ASP.NET Mvc recommended.
LINQ, Entity Framework and SQL Server for database related operations.