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
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
Different routing behavior between Web API and Azure Function HTTP Trigger Problem
I've spent the entire morning trying to figure this out. I have a Web API project (.NET 5) that has a number of controllers. I'm being tasked to divide it out into microservices using Azure Functions ...

BTSoft
Votes: 0
Answers: 1
Deserializing to an object and an array of objects using RestSharp
I have an API, that either returns an object1 with Status code Ok or an array of object2 that contains error messages with Status code that is not Ok.
For eg:
Case of good response:
{
"totalSiz...
Ash K
Votes: 0
Answers: 1