filmov
tv
Creating a .NET Core 1.1 MVC Web Application from scratch - Part 10 - Adding Scaffolding
Показать описание
This video is about making scaffolding work. We import 2 packages (Microsoft.VisualStudio.Web.CodeGeneration.Design and Microsoft.VisualStudio.Web.CodeGeneration.Tools) and modify our .csproj file to support a PackageTargetFallback. Also we add the tools package using a DotNetCliTools reference to enable code generation in Visual Studio.
This allows us to generate controllers & views from our model classes.
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
"version": "1.1.0-preview4-final",
"type": "build"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.1.0-preview4-final",
"type": "build"
}
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.1.0-preview4-final",
"imports": ["portable-net45+win8"]
}
This allows us to generate controllers & views from our model classes.
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
"version": "1.1.0-preview4-final",
"type": "build"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.1.0-preview4-final",
"type": "build"
}
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.1.0-preview4-final",
"imports": ["portable-net45+win8"]
}
What is ASP.NET? | ASP.NET Core 101 [1 of 13]
Making an ASP.NET Core Website | ASP.NET Core 101 [2 of 13]
Create ASP.NET Core Web Application using Visual Studio 2022
.NET Core Beginner Tutorial - Making a Blog Episode 1 - Introduction
Introduction to ASP.NET Core MVC (.NET 8)
ASP.NET Core Service Lifetimes Explained #shorts
Create ASP.NET Project using Microsoft Visual Studio 2022 | Amit Thinks
Creating asp net core web application
EP 33 Employees Management System With EFCore,MS SQL ASP.NET.CORE,Multiple User Approval Workflows🚀💥...
Building an ASP.NET Core App from Start to Finish
.NET 6 & EF Core 🚀 ALL Relationships (1:1, 1:n, n:n) with Entity Framework Core 6 & SQL Serv...
1. (ASP.NET Core 1.0 & MVC) Introduction
Porting ASP.NET from .NET Framework to .NET Core - Part 1 - Database
Getting Started with Entity Framework Core [1 of 5] | Entity Framework Core for Beginners
Intro to ASP.NET Core MVC: Views (Part 1)
Step-by-step ASP.NET MVC Tutorial for Beginners | Mosh
ASP NET Core Tutorial
Intermediate ASP.NET Core Tutorial - Online Shop Ep.1 - Introduction
ASP.NET Core in .NET 7 Preview 1 - What you need to know
Changing C# project dotnet version (.NET Standard, .NET Framework, .NET Core)
CRUD Operation in ASP.NET Core using Visual Studio 2022
ASP.NET Core Tutorial - (#1) - Brief Introduction of ASP NET Core
ASP.NET Core Web App Tutorial - Part 1
Episode 1 Installing Visual Studio 2022 for ASP.NET Core MVC
Комментарии