Migrating Silverlight MVVM to ASP.NET or ASP.NET MVC Web Forms

We have an application written in Silverlight using the MVVM template. We need to move some pages to ASP.NET. If you have experience in this area or any ideas, write. Thank.

+3
source share
1 answer

If it is well written by MVVM, it is probably the ideal candidate for ASP.net MVC, with minimal end-to-end changes.

+5
source

Source: https://habr.com/ru/post/1780840/


All Articles