While developing any application, We first frame the application architecture i.e dividing the application into different modules or sub projects. There are several predefined application architecture.
But the application architecture should be based on the type of application what we are developing.
Very common application architecture is
0. Data access layer
1. Business Logic
2. Web Service Layer
3. UI Layer
4. Common Layer
The main purpose of Data access layer is same for all application i.e doing CRUD ( Create, Read, Update, Delete) operations. This Enterprise Library will provide blocks to achieve this functionality.
The Enterprise Library is a collection of application blocks intended for use by developers who build complex, enterprise-level applications. These applications are typically deployed widely and have interdependencies with other application and systems.
The Enterprise Library 3.1 release contains the following application blocks:
1. Caching Application Block: Developers can use this application block to incorporate a local cache in their applications.
2. Cryptography Application Block: Developers can use this application block to incorporate hashing and symmetric encryption in their applications.
3. Data Access Application Block: Developers can use this application block to incorporate standard database functionality in their applications.
4. Exception Handling Application Block: Developers and policy makers can use this application block to create a consistent strategy for processing exceptions that occur throughout the architectural layers of enterprise applications.
5. Logging Application Block: Developers can use this application block to include standard logging functionality in their applications.
6. Security Application Block: Developers can use this application block to incorporate authorization and security caching functionality in their applications.
7. Validation Application Block: Developers can use this application block to create validation rules for business objects that can be used across different layers of their applications.
8. Policy Injection Application Block: Developers can use this application block to implement interception policies that can be used to streamline the implementation of common features, such as logging, caching, exception handling, and validation, across an application.
Mostly i used Security, Exception Handling, Data Access, Logging. In my future articles i will provide how to use these blocks on Web and Windows applications.
Sunday, November 23, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment