• Post category:StudyBullet-3
  • Reading time:5 mins read


Build ASP.NET Core Web Applications

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

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:


Get Instant Notification of New Courses on our Telegram channel.


  • 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.

English
language

Content

Introduction
Introduction
What is ASP.NET
ASP Development Models
What is ASP.NET Core
What is C#
What is MVC
What is Visual Studio
Installing Visual Studio
Create ASP.NET Core web app project.
Create a new ASP.NET Core Web Project
ASP.NET Core web project structure
How to run ASP.NET Core web app project
Edit a Razor page.
Creating ASP.NET Core MVC Web App
Creating a new ASP.NET Core MCV Project
Editing auto generated web pages
Creating a Model Class
What is Entity Framework
Installing Entity Framework
Creating dynamic pages
Using Migrations to create database and tables
Adding items to Nav Bar
Adding Search Item to Nav Bar
Adding Search Form View
Add ShowSeachResults Method
Implementing Security with Authorization
Tips to improve the app