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
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
what types of testing have u done in ur project?and expalin it detail?
Why documentation testing is important?
how to write defects in excel sheets when defects occured
What is the Myers Boundary Table?
What is Dynamic Binding and Dynamic Loss?
What is bug priority?
What kind of input do we need from the end user to begin proper testing?
can anybody tell me what is release process of company? release note?
write test cases on wall
hai friends i did my bcom (distance with out inter)and iam pursuing mca(distance alagappa university)iam learning testing cource in ameerpet can i elgibel for testing jobs pls guide me … …and send details to rangavijetha@gmail.com..thanks
What are the differences between stlc and sdlc?
What do you like about computers?
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
Could some one tell me test cases for multi line text boxes like Notes field?