Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommended web technology for the WPF developer?

I'm planning to develop an information system but the point is, I'm better at using WPF than ASP.NET. I don't see anything that WPF can't do on the web against ASP.NET besides its built in Membership class, etc? Security? I'm not pretty sure. Please help. Thank you

like image 471
123 456 789 0 Avatar asked Mar 21 '26 05:03

123 456 789 0


1 Answers

An ASP.NET site can run on almost any computer including non-Windows platforms, usually without requiring installing any extra software - just using the standard web browser. WPF (Silverlight) allows a richer interface but it may require an extra installation for your clients and it may not work correctly on all platforms.

There is Moonlight but so far only Silverlight 2 is implemented.

like image 140
Mark Byers Avatar answered Mar 23 '26 19:03

Mark Byers