MVC, I’ll Make a Web API Out of You Yet
One of the great features of .NET Core is the ability to only get the libraries that you want. The designers of .NET Core also wanted to give developers the ability to just get everything and use what you need. With this flexibility comes a bit of confusion, in this case the AddMvc and AddMvcCore […]