|
-
November 11th, 2009, 08:47 AM
#1
quiz program with C# webapplication
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
-
November 11th, 2009, 08:59 AM
#2
Re: quiz program with C# webapplication
Why dont you try ASP.Net with C# as code behind language ?
OR may be you should look in to XBAP..
Just google it....
Regards,
MMH
Rate my post if you find it usefull. 
-
November 11th, 2009, 09:51 AM
#3
Re: quiz program with C# webapplication
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 !!!
-
November 11th, 2009, 11:04 AM
#4
Re: quiz program with C# webapplication
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...
Regards,
MMH
Rate my post if you find it usefull. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|