Problem I have C# code that makes some calculations for physical models. I have this project class: public class Project […]
Tag: asp.net-core-webapi
Best practices in regards to pass and deserialize data, when calling an API endpoint from a MVC-project?
Problem In my application, I only show users their own data. For that, I need to know in the backend, […]