ASP.NET Core Web API project multilanguage support with database
I develop an ASP.NET Core Web API project and want to add multilanguage support. My main question is: how can I design my database to manage all my entities from 1 point for multiple languages logic, I mean 1 common entity I need for my entire entities. Also I don’t have any clue how to get language property to detect desired language from frontend project which is a react application.
Third level nested array not appearing in response .net core web api
I am facing very strange problem where the response of my .net core web api ommits the nested array beyond level one.
How to export asp.net core api project as a class library so that other projects can reference it
I tried changing the output type of a working project to a class library and referencing it in another console application and calling the entry point’s function, the web project started correctly and the port was listened to correctly, but accessing the page was always 404
Learning ASP.NET Core Web API
I’m trying to learn to create an API using ASP.NET Core Web API. So using VS2022 I created the default Weatherforecast API with Swagger enabled.