Top "Asp.net5" questions

Do not use this tag anymore.

Can't uninstall .NET 5 RC1

I'm trying to install .NET 4.6.1, but it claims I have a newer version installed and won't let me. I do …

asp.net5
AutoMapper ProjectTo<>() not finding map

I have a ASP.NET 5 (running on 4.6.2, not Core) application. I wanted to use the ProjectTo<>() method of …

c# asp.net automapper autofac asp.net5
How to use UseStaticFiles in ASP.NET Core 1.0

I can't find many proper Core 1.0 tutorials yet, but when I google the method name, I get umpteen examples that …

c# asp.net asp.net-core asp.net5
EF 7 Migration to Existing Database

I am working on a web project using ASP.Net 5 and EF7. I have imported all the tables from existing …

entity-framework-core entity-framework-migrations asp.net5