Top "Asp.net-core-mvc-2.0" questions

For specific questions on ASP.

Identity server 4 with SAML 2.0 as external identity provider for SSO

I am using identity server 4 for authentication to my ASP.Net Core solution. And it is working well with Facebook, …

asp.net-core-2.0 saml-2.0 identityserver4 asp.net-core-mvc-2.0 sustainsys-saml2
Unit Testing when using EF Core 2.0

For the project I am doing in my internship we have to use a repository pattern. Since the project was …

c# unit-testing asp.net-core entity-framework-core asp.net-core-mvc-2.0
ASP.NET Core MVC Dependency Injection via property or setter method

It has been well documented, how to inject dependencies into services. Question: But is it (already) possible in ASP.NET …

c# dependency-injection asp.net-core-2.0 asp.net-core-mvc-2.0