Friday, March 18, 2016

SQL Server In-Memory OLTP as ASP.NET Session State Provider

Special thanks to Matthew Wilkin for kindly helping to peer review this article. Internet applications use the HTTP protocol, following a request-response paradigm. As each request is independent of the other, we need to find a way to maintain some information across multiple requests. For that, either we put all the common data in each […]

Continue reading %SQL Server In-Memory OLTP as ASP.NET Session State Provider%


by Brij Mishra via SitePoint

No comments:

Post a Comment