May 22, 2018
Post comments count0
Post likes count0
Announcing ASP.NET Providers Connected Service Visual Studio Extension
Provider pattern was introduced in ASP.NET 2.0 and it gives the developers the flexibility of where to store the state of ASP.NET features (e.g. Session State, Membership, Output Cache etc.). In ASP.NET 4.6.2, we added async support for Session State Provider and Output Cache Provider. These providers provide much better scalability, and enables t...