1 - 1 of 1 posts
  • My experience with migration to ASP.NET Core 2.0

    I started developing my website in 2012, and it has gone through so many changes. The first version was written in PHP. Then I eventually moved to ASP.NET MVC 3.0. The UI changed a couple of times, and the major version already exceeded number 5.

    The last major iteration was switching from classic .NET Framework to .NET Core 2.0 and ASP.NET Core as well.

    With those changes, you can get many benefits. Some of them you will find on the official introduction page. You can find many articles regarding ASP.NET Core migration like this. However, they don't cover all cases, that's why I decided to share my own experience.

    aspnetcore-migration