Issue
I’d like to improve a very powerfull OutputCaching for my project that will be compatible with mobile caching and intreval taking from sql. I’m looking for System.Web.Mvc.dll source code.
Any links, clues will be very appreciated.
Solution
All the ASP.NET Web Framework code (MVC, Web API, Web Pages) is opensource and can viewed at any time on the Git site:
Asp.Net
https://github.com/aspnet/AspNetWebStack
Asp.Net Core
https://github.com/dotnet/aspnetcore
Answered By – Chris Pratt
Answer Checked By – Marie Seifert (BugsFixing Admin)