CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2000
    Location
    Germany
    Posts
    645

    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

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    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.

  3. #3
    Join Date
    Nov 2000
    Location
    Germany
    Posts
    645

    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 !!!

  4. #4
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    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
  •  





Click Here to Expand Forum to Full Width

Featured