Monday, February 1, 2010

Oracle Providers for ASP.NET

Beginning with .NET Framework 2.0, ASP.NET includes service providers that store state in databases. By storing this state in a database, applications can ensure high availability of data, while making the data equally available to all web servers.

With Oracle Providers for ASP.NET, Oracle supports these service providers for use with the Oracle database. For .NET developers already familiar with ASP.NET providers, the Oracle Providers for ASP.NET are easy to learn and use as they share a common schema and API with existing ASP.NET providers. They integrate seamlessly with existing ASP.NET services and controls, similar to other ASP.NET providers.

Oracle offers the following providers:

* Membership Provider
* Role Provider
* Site Map Provider
* Session State Provider
* Profile Provider
* Web Events Provider
* Web Parts Personalization Provider
* Cache Dependency Provider

takes from oracle.com

No comments:

Post a Comment