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
What is the difference between client-side and server-side validations in webpages?
How can we call webservices in Banking Applications? and where we are using it?
How do we implement bundling in MVC?
In which event of the page life cycle, is the viewstate available?
Explain the flow of processing of the request? : asp.net mvc
Explain the difference between dataset and datareader.
How you can manage the state of application at the server side in ASP.NET?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What do you mean by marshalbyref?
What is the parent class of all web server control?
What is a postback in asp net?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How long the items in ViewState exists?
Explain the difference between asp and asp.net?
Explain form level validation and field level validation?