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)
JSON Converter changing case of values in netcoreapp3.1 web api
I have an enum extension that allows for enums to be transformed into their [Description] value, as in:
private enum WithDescription
{
[Description("Nothing")] None = 0,
...

Vic F
Votes: 0
Answers: 0
unable to execute .Net core runtime commands
Whenever i run dotnet command say for example dotnet --list-runtime it gives me below error
A fatal error occurred. The folder [C:\Program Files\dotnet\host\fxr] does not exist
Please note .net runtim...
Md Yunus
Votes: 0
Answers: 1
ASP.NET Core MVC EF How to get a record before changing it for change tracking?
ASP.NET Core 3.1 MVC with EF Core 3.1: how to get a record state before changing it? I am trying to capture a record (row) before I apply changes so I can create a record of the changes like 'is' and ...

Mattman85208
Votes: 0
Answers: 2
.NET Core 3.1 - SAP Connector - Could not load type 'System.ServiceModel.Activation.VirtualPathExtension'
I have a .NET Core 3.1 Application that's hosting REST services and I'm incorporating the SAP Connector utilities for some of the endpoints. I'm on Windows 10.
I'm running into an error through one of...
Sixers17
Votes: 0
Answers: 1