autofac container resolve getting “Dynamic code generation is not supported on this platform” error
I wanna get my dependencies dynamically on asp.net minimal api with this code
Im using C# asp.net core API,clean architecture I want to have a class to have all the values of my appsettings.json in it. How do i do it
Can anyone of you please Guide me on this
How to organize asp.net API project
I have fairly large API project. I want to rework it to be more clear and structured.
I never worked in large MVC projects, so i have fiew questions which i can’t figure out on my own:
New .NET 8 Web API Error – Connection refused
I am building an ASP.NET 8 Web API. I got the following error in Postman when I ran it the first time:
Are multiple gets in a controller possible?
I am using ASP.NET Web API. There is a Users Controller with the following two methods.
Are multiple endpoints with the same name in a controller possible?
I am using ASP.NET Web API. There is a Users Controller with the following two methods.
Does .gitignore affect files in subfolders?
I am using ASP.NET Web API. There is a Users Controller with the following two methods.
Localization in ASP.NET Core Web API
After some searching, I’ve written the following code in Program.cs:
ASP.Net Core MVC API
I’m trying to learn to create an API using ASP.Net Core MVC. So using VS2022 I created the default Weatherforecast API with Swagger enabled.