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
how to clarify functional requirements and non functional requirements in a srs?
Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.
Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
Write 2 scenarios for System testing?
What is reverse engineering?
What is rapid application development model (rad)?
Can you explain a pair-wise defect?
Did you ever worked with B.A's and when?
How can you use technology to solve problem?
uses of checklist
Can list out some disadvantages of manual testing?
What is grey box testing?
What is difference between Manual testing and Pega/BPM testing?