Passing in this json works: Passing in this json does not work: The reason is the decimal being passed. My controller has this method It references this model: I believe the issue is in converting from the float used in javascript to the long used in C#, but I have scoured the internet and cannot work out how to get
Tag: .net-core
Where is Identity Server login page and how to customize it?
I use Identity Server in an Angular project (based on .NET Core) and when clicking Login button on our Angular page it redirects us to a login page that seems to belong to Identity Server on https://localhost:5001/Identity/Account/Login? url. I have look at many pages on Angular and View sides in my project, but there is not a page (razor or
Connecting NodeJS app to SignalR (with .NET Core 3)
I have a server running SignalR using .NET Core 3. The project was started with the template and I followed a guide (https://learn.microsoft.com/en-gb/aspnet/core/tutorials/signalr?tabs=visual-studio&view=aspnetcore-3.0). I have created a clone of the project, and can successfully connect to the server and can receive messages as expected. This also means I added CORS. I want to be able to use SignalR in a