This tag is for questions on multiple areas that are not listed. Questions asking us to recommend or find an editor are completely off topic.
I am using ASP.NET Core for my new REST API project after using regular ASP.NET Web API for many years. I don&
I know that for older versions of .NET, you can determine if a given version is installed by following https
I have services that are derived from the same interface. public interface IService { } public class ServiceA
After fresh installation of Visual Studio 2017 I tried to run .NET Core Web project and when trying to run it
How do I manually resolve a type using the ASP.NET Core MVC built-in dependency injection framework? Setting
I'm trying to make a custom authorization attribute in ASP.NET Core. In previous versions it was possibl
I want to implement dependency injection (DI) in ASP.NET Core. So after adding this code to ConfigureServices