ASP.NET
-
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
Which is best and suitable to develop windows application. After development i want to deploy in internet. Thanks
-
Is it Possible to develop windows application in asp.net... What is the deference between web application and windows application. Thanks
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
-
Which is best and suitable to develop windows application. After development i want to deploy in internet. Thanks
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
-
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
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.
-
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
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.
-
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
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
-
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
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.
-
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.
Thank you so much.. With Regards Varadharaj A
-
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.
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
-
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
http://www.asp.net/get-started[^]
'Howard