It is simple to get a choice between window and web application. Today web applications are the best way to support customers business process and their needs. Reason is simple web application are globally available and they are easy to access. Mostly they are independent of utilities, I mean there will be no such requirement that to run web application you have to install any third party software.
Simply we need to have any web browser and a reliable network, and we can start..
But still window/desktop application's developement is growing why?
* Fast data retrieval
* Bulk data updation
* Report generation
* Automation
Do we think only these are the basic reason to have window application instead of web.Let's go through some basic differences between them to get clear picture in our mind.
A window application looks and feels like a traditional Microsoft word application or excel.As like word and excel windows application require installation on client machines.Window application can be stand alone program or can be act as interfaces for distributed application.
It mean's the upside of a window application is the simplicity and the slickness of its interfaces but the downside is its troublesome installation and upgrades.
Where as web application runs on web servers and uses clients browsers for user interfaces,they are not expensive to install,upgrade, and maintain.
If a change needs to be made in web application it needs only be made at one location and i.e. on the server.
-
Be in touch as I think there are lots of reason to have growing demand of window vs Web application developement.
Shallow copy and deep copy in .NET
-
*A shallow copy creates a new instance of the same type as the original
object, and then copies the nonstatic fields of the original object. If the
field i...
16 years ago
