asp.net-core-scaffolding Questions
14
I have installed VS 2019 on my windows 10.
Created ASP.net Core Web Project -> Selected API.
When I try to generate controller referring the model and created the context class,
It is not generati...
Nudnik asked 26/4, 2020 at 14:14
4
Solved
I just created an MVC app with dotnet new mvc --name test-project (netcoreapp3.1), without any kind of database access and Identity, which I would like to add by hand for customisation purposes. Th...
Harney asked 16/8, 2020 at 19:10
1
I am trying to scaffold views based on a ViewModel in ASP.NET Core 5 project and have been finding it difficult passing through the following stage
I used to be able to pass this stage by deleting...
Erik asked 24/3, 2021 at 18:42
3
is it possible to create something like an extension for Visual Studio 2019 that adds custom scaffolding razor pages to an ASP.Net project?
I want to create some templates which can be used on seve...
Righthanded asked 29/2, 2020 at 11:47
0
I have an asp.net core MVC project I am creating custom scaffolding template files
I am following this answer to add custom scaffolding template pages
on Details page I want o add link to Listing, ...
Mcabee asked 13/6, 2022 at 8:11
2
I'm trying to scaffold controller for Entity Framework Core using ASP.NET Core Web API .NET 6.0.
Everything builds and I can add migrations and update database.
When I try to scaffold controller I ...
Ybarra asked 29/12, 2021 at 8:32
1
© 2022 - 2025 — McMap. All rights reserved.