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
  1. Home
  2. Web Development
  3. ASP.NET
  4. ASP.NET

ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasetutorialquestion
13 Posts 5 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.
  • S Sandeep Mewara

    Varadha Raj wrote:

    How to develop window application project in asp.net

    Can you elaborate more on what are you trying to do? Currently, above statement does not make much of a sense. Web application and Windows application are two separate things.

    Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application

    V Offline
    V Offline
    Varadha Raj
    wrote on last edited by
    #4

    Which is best and suitable to develop windows application. After development i want to deploy in internet. Thanks

    S 1 Reply Last reply
    0
    • V Varadha Raj

      Is it Possible to develop windows application in asp.net... What is the deference between web application and windows application. Thanks

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #5

      Following should help you: MSDN: Choosing Between Windows Forms and Web Forms[^]

      Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application

      V 1 Reply Last reply
      0
      • V Varadha Raj

        Which is best and suitable to develop windows application. After development i want to deploy in internet. Thanks

        S Offline
        S Offline
        Sandeep Mewara
        wrote on last edited by
        #6

        Web applications are deployed on internet. Windows applications are generally downloaded from internet on system to work stand alone without need of network.

        Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application

        V 1 Reply Last reply
        0
        • S Sandeep Mewara

          Web applications are deployed on internet. Windows applications are generally downloaded from internet on system to work stand alone without need of network.

          Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application

          V Offline
          V Offline
          Varadha Raj
          wrote on last edited by
          #7

          Then how is possible to run desktop application in internet ...more than the persons and various location...Please help me ..I want to develop my own desktop application that should be used in internet for my client..They will be used their own data transaction from various location. Please suggestion for that which is the best choice for front-end development and back-end. Pls mention. Thank you.

          1 Reply Last reply
          0
          • S Sandeep Mewara

            Following should help you: MSDN: Choosing Between Windows Forms and Web Forms[^]

            Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application

            V Offline
            V Offline
            Varadha Raj
            wrote on last edited by
            #8

            What is the best choice for desktop application development. Please suggest front-end and back-end list.. I want to develop desktop application, that application may use my client in their own group data transaction in internet. We already developed our desktop application in oracle and d2k platform...Now we want to change platform. Thank you.

            L 1 Reply Last reply
            0
            • V Varadha Raj

              Dear, How to develop window application project in asp.net and what is suitable back end database. How to launch my application in internet. Thank you in advance. With regards Varadharaj A

              M Offline
              M Offline
              Muhammad Aqib Shehzad
              wrote on last edited by
              #9

              Windows Form / Windows Application and Desktop Application are those application which run in windows operating system in desktop mode not in web mode having different structure than web and hence they are run through executable and after publishing your source code you can upload it to live server. Desktop Application create through File => New project in Visual Studio .net and chose the language in which you want to develop most widely used are C# and VB .

              Muhammad Aqib Shehzad ( Software Engineer) Islamabad, Pakistan

              1 Reply Last reply
              0
              • V Varadha Raj

                Dear, How to develop window application project in asp.net and what is suitable back end database. How to launch my application in internet. Thank you in advance. With regards Varadharaj A

                M Offline
                M Offline
                Muhammad Aqib Shehzad
                wrote on last edited by
                #10

                Windows Form / Windows Application and Desktop Application are those application which run in windows operating system in desktop mode not in web mode having different structure than web and hence they are run through executable and after publishing your source code you can upload it to live server. Desktop Application create through File => New project in Visual Studio .net and chose the language in which you want to develop most widely used are C# and VB . The Best backend database for application is Microsoft SQL Server.But depend on Requirement you use oracle, mysql or attach any other oledb.

                V 1 Reply Last reply
                0
                • M Muhammad Aqib Shehzad

                  Windows Form / Windows Application and Desktop Application are those application which run in windows operating system in desktop mode not in web mode having different structure than web and hence they are run through executable and after publishing your source code you can upload it to live server. Desktop Application create through File => New project in Visual Studio .net and chose the language in which you want to develop most widely used are C# and VB . The Best backend database for application is Microsoft SQL Server.But depend on Requirement you use oracle, mysql or attach any other oledb.

                  V Offline
                  V Offline
                  Varadha Raj
                  wrote on last edited by
                  #11

                  Thank you so much.. With Regards Varadharaj A

                  1 Reply Last reply
                  0
                  • V Varadha Raj

                    What is the best choice for desktop application development. Please suggest front-end and back-end list.. I want to develop desktop application, that application may use my client in their own group data transaction in internet. We already developed our desktop application in oracle and d2k platform...Now we want to change platform. Thank you.

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #12

                    Windows desktop applications and Web applications are totally different and you cannot mix them together. If you are developing a system that will be used by remote clients then you will need to create a web application: start at the ASP.NET web site for tutorials and samples[^].

                    Use the best guess

                    1 Reply Last reply
                    0
                    • V Varadha Raj

                      Dear, How to develop window application project in asp.net and what is suitable back end database. How to launch my application in internet. Thank you in advance. With regards Varadharaj A

                      H Offline
                      H Offline
                      Howard Richards
                      wrote on last edited by
                      #13

                      http://www.asp.net/get-started[^]

                      'Howard

                      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