python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Visual Studio 22 Scaffolding MVC Controller With View & Entity Framework Not Aware of Areas
I have created a new .Net Core project using Visual Studio 22. Inside of my project I have created a new area (it was created successfully and works as expected).
Upon creating a new scaffolded item, ...

Rob
Votes: 0
Answers: 1
EF Core - Scaffold Database
I have a ASP.NET Core Web Api Project and a class library project inside a solution. I want to use the database first approach. The generated models and context should be generated inside the class li...
Florent
Votes: 0
Answers: 0
Accessing the connection string in Entity Framework Core 6
I'm doing my first app in .NET 6 and using Entity Framework Core 6, using database first and the Scaffold-DbContext command to create the DbContext.
The only issue I have is trying to use the Name={co...
Chuck Bevitt
Votes: 0
Answers: 1
Unable to add global AuthorizeFilter when using scaffolded Identity pages in ASP.Net Core MVC application
I created ASP.Net Core MVC project from template with enabled Identity.
I created db from migration files using update-database command.
I was able to run application, register users and login.
I adde...
user3057544
Votes: 0
Answers: 1