14
thoxx
7y

!rant
Migrated a first customer project from ASP MVC 5 to ASP.NET Core MVC 1.1.
Now running under Oracle Linux, with Apache and MySQL.

It's not finished yet but it runs (and I'm really happy with that). I like the new direction with .NET Core, open source and cross platform :-)

Comments
  • 0
    How much time it took?
  • 2
    @Jackowski
    I guess 4-5 days. I've switched to a new MySQL provider, had to refactor stuff that is now saved in appsettings.json (instead of web.config). Accessing Session and some file write/read classes changed a bit.

    But most time took Entity Framework adjustments because lazy loading and many-to-many relationships without an entity class are still not supported.
  • 3
    Yeah, core is awesome
Add Comment