Difference between windows application and web application?
Which is the best for updation purpose?
Answer Posted / 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 |
Post New Answer View All Answers
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is redirecting behavior?
What is the difference between c# and .net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
How can you apply a theme to your asp.net application?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What are the data controls available in asp.net?
What is Web API Routing?
Fetch one page value to another page without using state-managment ?
Where is asp.net session stored?
Which is an advantage of application service providers?
what is meant by sitemapnode ?
How would you get asp.net running in apache web servers? Explain it's limitations.
Should I delete cookies?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?