difference between web based application and window based
application
Answer Posted / lakshmi
Windows Forms
User Interfaces, data binding etc. : Easy to build
Deployment and Maintenance: Complex. New versions of
assemblies, configuration files, and other required files
must be deployed on all client machines. Usually user
interaction required
Performance: Faster
Robustness and Reliability : One client machine goes down,
other users are still live.
Network Congestion : Depending on the data transfer and
connections made to the server from various clients.
Resources : Runs on the client machine.
Catastrophic failure : User interaction required.
Framework dependency : All client machines have to install
required versions of .NET framework and other required
libraries.
ASP.NET Web Application
User Interfaces, data binding etc.; Difficult to build
Deployment and Maintenance: Easy. Need to deploy
assemblies and configuration files on the server only.
Transparent to the client.
Performance: Slower
Robustness and Reliability : Usually web servers are never
down. However if the server goes down, all users are
affected.
Network Congestion: Depending on the data transfer and
connections made to the server from various clients.
Resources : Runs on a Web server.
Catastrophic failure : Usually user interaction not
required.
Framework dependency : Only server needs to have .NET
framework and other required libraries.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is test management?
What are quality assurance and quality control?
What are the various techniques in black box testing?
Testcases for msword( microsoct office word??
how to connect your project in database?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
What is a code walk through?
What is the Jar file?
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
1.what is a test condition ?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
What are the major components of Perf Test Report?
To specify the test artifacts involved in testing.
What is an exit criteria?
how recovery manager works in winrunner