Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to Convert an ASP.NET Using C# Web Application into A Desktop Application

How to Convert an ASP.NET Using C# Web Application into A Desktop Application

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdotnetcomtutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jimish1
    wrote on last edited by
    #1

    Hi Friends, I have this web application developed using ASP.NET with C#. Now I want to convert it to a desktop application i.e. a Windows Application Project. Is there any option available with the .NET framework to do so...? Any Activex Control available for the same..? Or do I have to reconstruct the whole application again..?? Regards.. Jim Jim

    B 1 Reply Last reply
    0
    • J jimish1

      Hi Friends, I have this web application developed using ASP.NET with C#. Now I want to convert it to a desktop application i.e. a Windows Application Project. Is there any option available with the .NET framework to do so...? Any Activex Control available for the same..? Or do I have to reconstruct the whole application again..?? Regards.. Jim Jim

      B Offline
      B Offline
      BalasubramanianK
      wrote on last edited by
      #2

      I think that you have to redevelop it....But this will help you for code conversion http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]

      Balasubramanian K.

      J 1 Reply Last reply
      0
      • B BalasubramanianK

        I think that you have to redevelop it....But this will help you for code conversion http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]

        Balasubramanian K.

        J Offline
        J Offline
        jimish1
        wrote on last edited by
        #3

        I don't want to convert it in VB..I want to stay with C#.!

        C 1 Reply Last reply
        0
        • J jimish1

          I don't want to convert it in VB..I want to stay with C#.!

          C Offline
          C Offline
          Cybernate
          wrote on last edited by
          #4

          The level of effort depends on how the application was architectured. If the layers of application Presentation/View and other layers are not tightly coupled . all you have to do is to go ahead and create a similar view in Winforms and use the existing Business layers etc. If this is not the case. then you will have to redo most part of the application.

          Regards, Cybernate

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups