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
Explain the different parts that constitute ASP.NET application?
What are session state modes?
Do gac'ed assemblies have fulltrust?
Why do we use sessions?
What is a response cookie?
List the events in page life cycle.
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Explain the flow of processing of the request? : asp.net mvc
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is viewstate information stored?
How to display Alert in ASP.NET
How do you declare static variable?
What is a session http?
How is mvc different from asp.net? : Asp.Net MVC
How can we implement a identity (sql server) call in an asp.net page?