Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Regarding WPF and web development?

Tags:

.net

wpf

i don't know anything about WPF. so a question has come to my mind that when we develop apps in WPF that can be run as web application without changing code. please comment. thanks.

like image 986
Thomas Avatar asked Dec 09 '22 11:12

Thomas


1 Answers

WPF runs on the client. It is what replaces WinForms. Silverlight was intended for the web. It is a subset of WPF and it allows you to embed into a web page just like Flash.

For web development I would recommend you ASP.NET MVC.

like image 57
Darin Dimitrov Avatar answered Dec 22 '22 01:12

Darin Dimitrov