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 configuration management tool - send to thanu_santo@rediffmail.com. what is testing senarios
What are the uses of test plans? What is the need of test plans and explain their significance
Which was the most interesting bug you found.
For any web application, what are the possible login features that should be tested?
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
What are the different servers and difference between them?
What are the various test case for google analytics, api keys , pay pal if you know please post me a answer. And how we will test
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
How do you go about testing a project?
What is Online gaming, payment gateway development, hosting and custom software development services.
What different types of manual testing are there?
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
What is the difference between pilot and beta testing?
what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?