Moving from building internal applications as WPF to ASP NET MVC?

Posted by stuartmclark on Programmers See other posts from Programmers or by stuartmclark
Published on 2012-12-16T15:21:12Z Indexed on 2012/12/16 17:20 UTC
Read the original article Hit count: 331

I have worked on quite a few internal applications for my work and I have always defaulted to using WPF, but I am considering re-writing existing ones into a web app. This is so that anyone in my company can use it without having to download anything from the network.

I am just wondering if this is the way forward with any development of new internal applications?

So, should I stop using WPF and start using ASP.NET MVC for internal applications that a lot of people need to use?

© Programmers or respective owner

Related posts about web-applications

Related posts about asp.net-mvc