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
Share
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.