MattHoneycutt / Fail-Tracker

Fail Tracker is an agile issue tracking system written with ASP.NET MVC.
MIT License
136 stars 60 forks source link

Per-session scope when migrating to Core 2 projects #9

Open justSteve opened 6 years ago

justSteve commented 6 years ago

I'd happened on the project while searching on StructureMap - I'm migrating an MVC4 project to MVC Core and SM seems best DI framework. The course outlines a very compelling infrastructure and seems an obvious need for a full scale migration to the Core 2 frameworks. I'm wondering what work has already been devoted to session handling changes from legacy to core 2?