Hi
I have done applications with C# which run on windows , just wondering if its possible to create applications which run on browsers with C# ?
i want to program a quiz application with c#
is this possible if so any tips
Regards
Printable View
Hi
I have done applications with C# which run on windows , just wondering if its possible to create applications which run on browsers with C# ?
i want to program a quiz application with c#
is this possible if so any tips
Regards
Why dont you try ASP.Net with C# as code behind language ?
OR may be you should look in to XBAP..
Just google it....
i have a Visual Studio C# Express free edition
there i saw that there is something called Windows Presentation Foundation
and an application type "WPF Browser Application" but it runs on Internet Explorer only !!!
WPF (Windows Presentation Foundation) is a subset of Silverlight. Using WPF you can make rich windows applications. If you want your application to be a browser based, then you can use Silverlight.
It is not possible to create a single application which can run on browser as well as on windows as an application.
Hope this helps...