Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.76 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.76 KB

The "ASP.NET Fundamentals" course will lay the foundations of important principles embedded in ASP.NET. Students will learn the basic principles of web development, such as HTTP protocols, sessions and cookies, as well as asynchronous processing, as well as the MVC pattern, by creating their own web applications that support all the basic functionalities that are needed for a modern web application. It will look at the application of C# and relational databases in creating such an application, using MS SQL Server with separation of models, views and controllers for these purposes. The audience will be introduced to the basics of authentication in order to acquire skills for dealing with users of web applications.

 

Topics

  • Internet Explained
  • HTTP Protocol
  • State Management & Asynchronous Processing
  • ASP.NET Core Introduction
  • ASP.NET and Databases
  • ASP.NET Core Identity
  • Workshops - Task Board App, Forum App
Tasks:
  1. ASP.NET Core Introduction
  2. Asynchronous Processing
  3. ASP.NET Core Databases
  4. Workshop - ASP.NET Databases
  5. Workshop - ASP.NET Identity

Back to top