Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run WPF Application on browser?

Tags:

c#

.net

wpf

c#-4.0

I am new to WPF. I wanted to know that is it possible to run a wpf application on a browser or do i have to create a different WPF Browser application ?

like image 899
Nitin Kabra Avatar asked Oct 29 '12 10:10

Nitin Kabra


1 Answers

You need to create a WPF Browser Application

This is a separate project type - the WPF Browser Application as you have correctly identified.

You deploy the application to a web server so that it can be downloaded and run.

This only works in the desktop version of Internet Explorer.

like image 166
ChrisF Avatar answered Sep 19 '22 23:09

ChrisF