ASP.NET Core for beginners

Build ASP.NET Core Web Applications

Ratings: 4.54 / 5.00




Description

ASP DOT NET is a popular web-development framework for building web apps on the .NET platform.

ASP DOT NET is the open-source version of ASP DOT NET , that runs on macOS, Linux, and Windows. ASP DOT NET  Core was first released in 2016 and is a re-design of earlier Windows-only versions of ASP DOT NET  .

DOT NET  is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

The base platform provides components that apply to all different types of apps. Additional frameworks, such as ASP DOT NET , extend  DOT NET with components for building specific types of apps.

Here are some things included in the  DOT NET  platform:

  • The C#, F#, and Visual Basic programming languages

  • Base libraries for working with strings, dates, files/IO, and more

  • Editors and tools for Windows, Linux, macOS, and Docker

ASP DOT NET  extends the DOT NET   platform with tools and libraries specifically for building web apps.

These are some things that ASP DOT NET  adds to the  DOT NET  platform:

  • Base framework for processing web requests in C# or F#

  • Web-page templating syntax, known as Razor, for building dynamic web pages using C#

  • Libraries for common web patterns, such as Model View Controller (MVC)

  • Authentication system that includes libraries, a database, and template pages for handling logins, including multi-factor authentication and external authentication with Google, Twitter, and more.

  • Editor extensions to provide syntax highlighting, code completion, and other functionality specifically for developing web pages

When using ASP DOT NET  your back-end code, such as business logic and data access, is written using C#, F#, or Visual Basic.

In this course we will build an  ASP DOT NET Core MVC Application.

What You Will Learn!

  • Create ASP Dot Net Core Web Projects
  • Edit ASP Dot Net Razor Pages
  • Create Model Classes
  • Create database ad tables using Migrations
  • Create dynamic web pages
  • Use ORM with Entity Framework
  • Create Methods
  • Implement security with Authorization
  • Create Views and Controllers

Who Should Attend!

  • Beginners to ASP Dot Net Core