Difference between windows application and web application?
Which is the best for updation purpose?

Answer Posted / kinjal panchal

Windows application:- This application run on desktop only.
and this application program is .exe file for DOS and
window system. This .exe file is executable file so computer
directly execute that file.

Web application:- this is only application that access from
internet or network.

Updation is fast in windows application rather then web
application because windows application is a local source
access.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the significance of finalize method in .net?

797


Describe a bubbled event and how it is used ?

869


What is the use of worker process in asp.net?

754


Why does my asp.net file have multiple tag with runat=server?

789


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

789


What is asp short for?

764


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1623


how to transfer the file from client to server using asp.net

844


What is & in a url?

739


Explain difference between dataset and recordset?

723


How is the asp.net mvc architecture different from others? : asp.net mvc

741


Explain model, view and controller represent in an mvc application? : asp.net mvc

731


What is asp.net file?

848


Explain exception filters?

802


Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

816