ASP .NET 2.0 Provider Toolkit

In ASP.NET 2.0 data sources (not just databases) are accessed by using a provider. These providers implement a specific interface so ‘querying’ different providers feels the same and switching between providers is a easy as pie. Microsoft has released the ASP.NET 2.0 Provider Toolkit to help you build your own providers and included the source code to an Access provider that won’t make it to the release of ASP .NET 2.0