Hi,
Is there a guide anywhere on how to migrate an existing application from "ASP.NET MVC 5.X + ANGULARJS 1.X" to "ASP.NET CORE + ANGULAR 6.X". I'd like to upgrade my application and get the benefits of the new features, but I've already completed a lot of development using the older version of Asp.net Zero. Any advice, tutorials, links,etc that could help would be useful. Thanks.
Regards, George
3 Answer(s)
-
0
Hi @gconey,
Unfortunately there is no such document. You can refer to below document for migrating from ASP.NET MVC 5.x to ASP.NET Core.
<a class="postlink" href="https://volosoft.com/migrating-from-asp-net-mvc-5x-to-asp-net-core/">https://volosoft.com/migrating-from-asp ... -net-core/</a>
You can take migrating to ASP.NET Core as the first step. Then you can work on migrating from AngularJs to Angualr 6.x.
-
0
Bubbling this up again.
I would appreciate a paid service to produce a guide on how to move from ASP.NET MVC AngularJS --> ASP.NET Core Angular 7.
Thank you.
-
0
I did it and it was painful.
Angualr 7 is very differnet from AngularJS.