Tags
Language
Tags
November 2024
Su Mo Tu We Th Fr Sa
27 28 29 30 31 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

Asp.Net Core For Beginners

Posted By: ELK1nG
Asp.Net Core For Beginners

Asp.Net Core For Beginners
Last updated 10/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 630.72 MB | Duration: 1h 57m

Build ASP.NET Core Web Applications

What you'll 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
Requirements
Basic knowledge of C# advised
Basic knowledge of databases advised.
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 languagesBase libraries for working with strings, dates, files/IO, and moreEditors and tools for Windows, Linux, macOS, and DockerASP 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 pagesWhen 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.

Overview

Section 1: Introduction

Lecture 1 Introduction

Lecture 2 What is ASP.NET

Lecture 3 ASP Development Models

Lecture 4 What is ASP.NET Core

Lecture 5 What is C#

Lecture 6 What is MVC

Lecture 7 What is Visual Studio

Lecture 8 Installing Visual Studio

Section 2: Create ASP.NET Core web app project.

Lecture 9 Create a new ASP.NET Core Web Project

Lecture 10 ASP.NET Core web project structure

Lecture 11 How to run ASP.NET Core web app project

Lecture 12 Edit a Razor page.

Section 3: Creating ASP.NET Core MVC Web App

Lecture 13 Creating a new ASP.NET Core MVC Project

Lecture 14 Editing auto generated web pages

Lecture 15 Creating a Model Class

Lecture 16 What is Entity Framework

Lecture 17 Installing Entity Framework

Lecture 18 Creating dynamic pages

Lecture 19 Using Migrations to create database and tables

Lecture 20 Adding items to Nav Bar

Lecture 21 Adding Search Item to Nav Bar

Lecture 22 Adding Search Form View

Lecture 23 Add ShowSeachResults Method

Lecture 24 Implementing Security with Authorization

Lecture 25 Tips to improve the app

Beginners to ASP Dot Net Core