skip to the main content area of this page
Patterns and Practices

Repository Factory External Resources


Simplifying Data Access for the Repository Factory - Still Using SqlHelper??

The Repository Factory ( and most software factories ) have a needless dependency on Enterprise Library which makes it difficult to use with clients who already have their own infrastructure layer services. I fixed that for a client by applying simple design patterns that made Enterprise Library a provider as opposed to a dependency.

Read More

Repository Factory With Pluggable Database Provider - 4 Hours Including Custom Tooling

I created a completely pluggable version of the Repository Factory that does not require Enterprise Library and has an improved Enterprise Library GUI Plug-In to support pluggable database providers.

Read More