Data Access Application Block location?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hello,

Anybody know where the Data Access Application Block is located on the MSDN
site? The Data Access and Storage Developer Center is located here:

http://msdn.microsoft.com/data/default.aspx

On that page is a link to the app block, but clicking it redirects to MSDN's
404 error page.

The first search result after a search for "data access application block"
points to the same page, and also generates a 404 error.

Is the block being moved or going away? Temporarily unavailable?
 
Answering my own question, a visit to the .NET Architecture home here:

http://msdn.microsoft.com/architecture/

shows a new top link to an Enterprise Library dated January 31. So things
must be moving around and resulting in some broken links. The Data Access
block is apparently bundled with other blocks now as follows:

- Caching Application Block. This application block allows developers to
incorporate a local cache in their applications.
- Configuration Application Block. This application block allows
applications to read and write configuration information.
- Data Access Application Block. This application block allows developers to
incorporate standard database functionality in their applications.
- Cryptography Application Block. This application block allows developers
to include encryption and hashing functionality in their applications.
- Exception Handling Application Block. This application block allows
developers and policy makers to create a consistent strategy for processing
exceptions that occur throughout the architectural layers of enterprise
applications.
- Logging and Instrumentation Application Block. This application block
allows developers to incorporate standard logging and instrumentation
functionality in their applications.
- Security Application Block.
 
Back
Top