Difference between windows application and web application?
Which is the best for updation purpose?
Answers were Sorted based on User's Feedback
Answer / linton lazar
*Windows application based on local machine,Web application
based on server(By default case)
*Windows application(Local resource access) has more fast
compare to web application
*Updationwise windows application has to install in every
specific machine,web application can update in Server only
--
Updation: web application is the best for multi user
application
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / sridevipc
web application is an application that is accessed over a
network such as the Internet or an intranet
Windows application programs are EXE files for DOS and
Windows systems.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / anand gopal makwa munger
In Web application Deploying client-based software can be very difficult,especially COM-based client Software.The downside of web based application is that they cannot provide rich user Experience.
but in Windows application it is Suitable
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / p.vinothkumar
Windows applications is used to create the application
oriented programming.it's also run in localhost system only.
Web application is used to create the web oriented
programming.it's also run in Internet and any browser.
windows application is the best for updating purpose.
Is This Answer Correct ? | 1 Yes | 0 No |
What is syntax code to send email from an asp.net application?
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
Explain about asp.net 2.0 themes?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
what is the advantage of data reader?
Explain server side state management system.
What is cross page posting? How is it done?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is the difference between a multi-layer and multi-tier applications?
what is diffgram ?
Where code pages are used?