What is Windows DNA architecture?

What is Windows DNA architecture?

- Windows Distributed Internet Applications architecture provides a robust, efficient solution to enable windows platform and Internet to work together using certain technologies like DHTML and COM.

- It also makes the application manageable and easier to update.

The three tiers of Windows DNA are:

1. Presentation or User Interface
2. Business Logic
3. Data Storage

- These three tiers are separations within the application.
- It provides the benefit of accessing the application at any time or any place.
What is Service Oriented architecture?
Service oriented architecture is based on services. Service is a unit of some task performed by a service provider in order to satisfy the consumer........
What is three tier architecture?
Three tier architecture typically consists of a client, server and “agent” between them. The agent is responsible for gathering the results and returning a single response to the agent....
Explain the situations you will use a Web Service and Remoting in projects.
Web services should be used if the application demands communication over a public network and require to work across multiple platforms...
Post your comment