Register
Sign In
Enterprise Library Contrib
Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Source Code
Wiki
RSS
Enterprise Library Contrib September 2007
Description
This release of Enterprise Library Contrib contains the following community contributions for Microsoft patterns & practices Enterprise Library 3.1:
Data Access Application Block extensions
MySql Provider
- MySql provider for the Data Access Application Block.
SqLite Provider
- SqLite provider for the Data Access Application Block.
SqlEx Provider
- This provider extends the SqlDatabase provider included in the Enterprise Library Data Access Application Block. It provides additional overloads for the UpdateDataSet method so that a collection of rows or a table can be passed to the DataAdapter for update. These methods were developed to support updating datasets that have multiple tables and cascading hierarchies.
Exception Handling Application Block extensions
SqlException Wrap Handler
: Exception handler that will wrap an SqlException with different exceptions based on the SQL Server error code.
Logging Application Block extensions
LogParser
- Combines the benefits of the Enterprise Library Logging Application Block with the ability to deserialize from a human readable log text file all LogEntry objects back. This enables sophisticated log filter capabilities with LINQ on normal log files (.NET 2.0 and Orcas samples) with very few lines of code.
Policy Injection Application Block extensions
PostSharp4EntLib
- Combines the benefits of the Enterprise Library Policy Injection and of compile-time weaving by removing the limitations due to the use of remoting proxies.
PIAB Matching Rules
And Matching Rule: Combines 2 Matching Rules and evaluates to "true" only if both of contained Matching Rules evalute to "true".
Or Matching Rule: Combines 2 Matching Rules and evaluates to "true" if either one of contained Matching Rules evalutes to "true"
Not Matching Rule: Contains another Matching Rules and evaluates to "true" if the contained Matching Rules evalutes to "false".
PIAB Call Handlers
CursorCallHandler: Temporarily changes the cursor while the next handler is being processed.
OneWayCallHandler: Queues the call to the next handler on the ThreadPool
SynchronizedCallHandler: Uses ISynchronizeInvoke to invoke the next handler
ThreadSafeCallHandler: Synchronizes access to the next handler
TransactionScopeCallHandler: Wraps the next handler with a TransactionScope
Validation Application Block extensions
Validators
CollectionCountValidator
TypeValidator<T>
ObjectValidator<T>
EnumDefinedValidator
Designtime enhancements
Lightweight type picker
: An alternative type-picker for the validation application block that allows you to enter a typename in a text-box (instead of using the tree-view to navigate the whole lot of types in the current appdomain).
Test command for Validation Rules
: A dialog that allows to test and play around with validators inside the configuration console.
Other extensions
Default Validators
: The DefaultValidators class provides pre-allocated validators. Use them instead of instantiating new ones every time you need common validators.
ArgumentValidation
ExternallyConfigurableObjectValidator
Files
entlibcontrib2007-09-bin.zip
runtime binary, 91K, uploaded
Oct 2 2007
- 3638 downloads
entlibcontrib2007-09-src.zip
source code, 884K, uploaded
Oct 2 2007
- 3946 downloads
To download the file you must agree to the following license.
Microsoft Permissive License (Ms-PL) This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. 1. Definitions The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. A "contribution" is the original software, or any additions or changes to the software. A "contributor" is any person that distributes its contribution under this license. "Licensed patents" are a contributor's patent claims that read directly on its contribution. 2. Grant of Rights (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 3. Conditions and Limitations (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
Releases
Current
|
Planned
Enterprise Library Contrib July 2007
Enterprise Library Contrib September 2007
Extended SQL Data Access Block 3.1
Extended SQL Data Access Block 3.1.1
Integrated Tool on VS 2008
Standalone Validation Applicatio
n Block 1.2
Standalone Validation Block 0.5
Release Details
Status
released
Release Date
Oct 01 2007
Updated On
Oct 01 2007
Updated By
tomhollander
Wiki Link
[release:7302]