Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync 2.0.0

In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses SQL Server as the data store and leverages async database operation to provide better scability.