python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
EF Core on .net5 - AddDbContext not working
This has been driving me up the wall as there should be no reason why AddDbContext in startup.cs isn't working. Anyone have any thoughts?
Project specs: .net 5, EF Core 5, MVC
PsContext.cs
public PsCo...

Mike Ooi
Votes: 0
Answers: 0
Failed to join using Open API in ASP.NET Core
Thanks for the method you provided. I need to join Open API now, I encountered this error, what is the reason? I have another project that has Swagger api on behalf of it. I now add it to the url acco...
Modi
Votes: 0
Answers: 0
ASP.NET Core MVC - Opening a Bootstrap modal view using a hyperlink
I am creating an ASP.NET (version 5) Core MVC application where I have a list of items. I try to make it so that when you click on an item it opens a (Bootstrap) modal view with the item's details (fr...

David200337
Votes: 0
Answers: 1
Multiple User types and Identity
In my project, I am currently working on user roles (claims) and registration.
I am struggling with which approach I should use or if there is any source I can base on.
I have two types of application...
msd
Votes: 0
Answers: 1