Summary of Learn ASP.NET Core MVC (.NET 6) - Full Course

This is an AI generated summary. There may be inaccuracies.
Summarize another video · Purchase summarize.tech Premium

00:00:00 - 01:00:00

This video introduces ASP.NET Core MVC and walks through the basics of using it to create web applications. It covers topics such as controllers, views, routing, and partial views. It also introduces tag helpers and explains how action result works.

  • 00:00:00 This video tutorial walks through the basics of using ASP.NET Core MVC. You'll learn how to create a project, add models and views, and implement CRUD operations. You'll also see how to deploy the application to Azure.
  • 00:05:00 This video discusses the evolution of the .NET Core platform, from web forms to dotnet core. Dotnet core is faster and more robust than traditional .NET applications, and is also cross-platform. The video goes on to discuss the advantages of using dotnet core over other frameworks, and how it is easy to upgrade to new versions.
  • 00:10:00 In this video, dependency injection is introduced and shown to be a useful tool for avoiding code duplication and improving overall architecture.
  • 00:15:00 This 1-hour video tutorial explains the basics of creating an ASP.NET Core MVC project with .NET 6. The project is created and the files and folders are explained. The project file is also shown.
  • 00:20:00 In this video, the instructor overviews the different files and folders associated with ASP.NET Core MVC development, and demonstrates how to set up the development environment using different profiles. The instructor also covers the use of app settings and program.cs in ASP.NET Core MVC development.
  • 00:25:00 In this video, the author explains how to add services and middleware to an ASP.NET Core MVC application using dependency injection. The presenter also covers how to configure the request pipeline and how important it is to keep the order of the pipeline in mind.
  • 00:30:00 In this video, the instructor covers the basics of ASP.NET Core MVC, including how routing works. He also explains the model, view, and controller layers of the MVC architecture.
  • 00:35:00 In this video, the author explains routing in ASP.NET Core MVC. He covers the basics of routing with examples, and then dives into more specific topics, such as controllers and views. He explains how navigation works and how to setup a home controller for easier navigation.
  • 00:40:00 In this video, the instructor explains how ASP.NET Core MVC routing works. When viewing a URL, the application will first check to see if there are any controllers or action methods associated with the URL. If there are no controllers or action methods, the application will use the home controller and the index action method as a debugging point.
  • 00:45:00 In this video, the instructor walks through the basics of the ASP.NET Core MVC framework. He covers the basics of controllers, views, and routing. He also demonstrates how to use partial views and view imports to keep your code organized.
  • 00:50:00 In this video, the author discusses how to use tag helpers in ASP.NET Core MVC applications. Tag helpers are brand new to ESP dotnet core and simplify the use of existing tags. Tag helpers are for server side rendering, while the AngularJS directives are all about client side rendering.
  • 00:55:00 The video explains how action result is a pattern class for derived classes that have associated helpers and provides an overview of how it works. When creating a project in Razor Pages, the Views folder and index.cs. HTML file are created. If you make changes to a view, the application will reload automatically.

01:00:00 - 02:00:00

This video tutorial series covers how to create an ASP.NET Core MVC application using .NET 6. The first video in the series explains hot reload feature in ASP.NET Core MVC 6.0. The next video explains the files and folder structures for the project. The author then demonstrates how to create a model, configure the required properties, and create a table in a database. This video also covers how to create an app settings JSON file to store secrets for the ASP.NET Core MVC application.

  • 01:00:00 The first video in this series explains how the hot reload feature works in ASP.NET Core MVC 6.0. This feature is helpful when you are designing something with MVC or razor application, but it is no longer necessary if you use the builder and services instead. In the next video, the files and folder structures for the project are explained.
  • 01:05:00 In this video, the author demonstrates how to create a model in ASP.NET Core MVC (.NET 6), configure the required properties, and create a table in a database.
  • 01:10:00 This video shows how to create an app settings JSON file to store secrets for an ASP.NET Core MVC application. The file should reside in the project's root directory and should have a connection string inside it. The connection string can be hard-coded or stored in a specific file inside the project. App settings JSON can be used to configure the application for different environments.
  • 01:15:00 In this video, the instructor explains how to create an application DB context in ASP.NET Core MVC. Once the context is created, the instructor shows how to create a category table and getters and setters for it.
  • 01:20:00 In this video, a code-first approach to working with Entity Framework Core is demonstrated. The first step is to create a model, which is done by writing code. Once the model is created, a database is created based on it. Next, the scaffolding models feature is used to create the models based on the model. Finally, the connection string for using the database is added.
  • 01:25:00 In this video, the instructor explains how to create an ASP.NET Core MVC application and configure the necessary database and table associations.
  • 01:30:00 This video explains how to create, configure, and use an ASP.NET Core MVC web application using Entity Framework Core. First, the video explains how to create a database and table using Entity Framework Core. Next, the video explains how to create and configure an ASP.NET Core MVC web application using Entity Framework Core. Finally, the video explains how to create and use an index action method in an ASP.NET Core MVC controller.
  • 01:35:00 This 1-hour video tutorial shows how to create an index view in an ASP.NET Core MVC project, how to use partial views, and how to use the layout page to create a consistent layout for the view.
  • 01:40:00 This 1-hour video tutorial teaches how to use dependency injection in ASP.NET Core MVC 6 to create objects without having to write any code. The instructor demonstrates how to create a private read-only field to hold the application database context, and how to request the context from the controller using the USING statement. Once the context is obtained, the instructor demonstrates how to use it to populate a local database object and use it to display data in a view.
  • 01:45:00 This video covers how to create an ASP.NET Core MVC application using .NET 6. First, the instructor explains how to create a model and how to pass data between the view and the controller. Next, the instructor demonstrates how to use razor pages to create a table and to add headers, body content, and a for each loop to iterate through the data. Finally, the instructor demonstrates how to use a free Bootstrap theme to create a more polished application.
  • 01:50:00 This video explains how to add the Bootstrap 5 library and watch theme to an .NET 6 project. The video also shows how to add a button to create a category in the index view.
  • 01:55:00 This video demonstrates how to create a new category in an ASP.NET Core MVC project using a button and a link.

02:00:00 - 03:00:00

This video tutorial series covers the basics of developing with ASP.NET Core MVC 6 using the .NET 6 framework. It demonstrates how to create models and views, and how to handle validations and submissions. Additionally, it shows how to deploy the application to Azure.

  • 02:00:00 In this video, the author walks viewers through how to create an ASP.NET Core MVC view that uses a model based on data collected on the page. The model is the category model that is used to bind everything on the page with. When the form is posted, it posts an object of the category class with the data entered into the input fields.
  • 02:05:00 This video tutorial demonstrates how to create an ASP.NET Core MVC application with a category controller and action method, as well as how to populate the category object and save the changes to the database.
  • 02:10:00 This video shows how to handle validations on an ASP.NET Core MVC application, using server side validations and client side validations.
  • 02:15:00 In this video, the author explains how to add server-side validation to an ASP.NET Core MVC application using Tag Helpers. They also show how to add client-side validation.
  • 02:20:00 In this video, the instructor shows how to add client side validation to an ASP.NET Core MVC application. He explains how to add a script section to a view, add a partial view, and run the application. He then shows how to add a range attribute to a field, and how to customize the error messages that are displayed.
  • 02:25:00 This video covers the basics of ASP.NET Core MVC (6) development, showing how to create and use views to display data, and how to use validation and submission tags to control the behavior of actions.
  • 02:30:00 In this video, the presenter demonstrates how to use the ASP.NET Core MVC framework to create a simple back-end web application. He covers the basics of the .NET 6 framework and then demonstrates how to create and use a controller action method and a model class to store data. He also shows how to create a simple web page that allows the user to edit a category. Finally, he demonstrates how to use Razor Pages and EF Core to create and manage the data stored in the model.
  • 02:35:00 In this video, the instructor explains how to use the delete function in ASP.NET Core MVC to delete a category. First, they explain how to create a post and action method for the delete function, and then they show how to add a view and debug it. Finally, they explain why the ID entered into the delete post action method is not the same as the ID entered into the edit category post action method.
  • 02:40:00 This video explains how to use the Action Name and Action Attribute attributes in ASP.NET Core MVC to explicitly name an action method for a controller, so that the controller can distinguish it from other action methods. This is useful for displaying alerts when someone deletes, edits, or creates categories on the category index view.
  • 02:45:00 This video explains how to create and use partial views in ASP.NET Core MVC applications. The view is created in a folder called "underscore notification", and is automatically applied to any page that uses the same partial view name.
  • 02:50:00 This video explains how to create an ASP.NET Core MVC application using .NET 6 and Entity Framework. The video shows how to create a controller and views using MVC and Entity Framework, as well as how to deploy the application to Azure.
  • 02:55:00 This video walks through the steps of setting up an ASP.NET Core MVC project using .NET 6. The first part of the video covers creating a resource group and a server, and the second part covers configuring the connection string and the migrations for the database. The final part of the video shows how to publish the project to an Azure App Service.

03:00:00 - 03:05:00

This video provides an overview of how to develop an ASP.NET Core MVC application, including how to work with models, views, and controllers. The instructor also covers how to use migrations and how to deploy an application to Azure.

  • 03:00:00 In this video, the instructor covers how to deploy a website to Azure using ASP.NET Core MVC. First, they show how to create a new project and deploy it to Azure. Next, they cover how to create and use models, views, and controllers. They also show how to create and use migrations and how to use the Azure API Service. Finally, they cover how to use dotnet core 6 with MVC.
  • 03:05:00 In this video, the instructor covers various aspects of developing an ASP.NET Core MVC application, including data tables, dotnet core, API calls, authentication, and authorization. The instructor also demonstrates how to scaffold an identity in MVC and how roles play an important role in authentication and authorization. Finally, the instructor covers advanced concepts, including view components and deploying an application to Azure.

Copyright © 2024 Summarize, LLC. All rights reserved. · Terms of Service · Privacy Policy · As an Amazon Associate, summarize.tech earns from qualifying purchases.