Hacker News new | ask | show | jobs
by daigoba66 4422 days ago
Not quite: that's "ASP.NET MVC", the razor view engine, "web pages", and some other libraries like Entity Framework and SignalR. Technically these are just libraries built on the closed-source ASP.NET stack, colloquially known as System.Web, which is essentially IIS.
2 comments

In ASP.NET vNext, there is no System.Web any more. They have broken the core into separate components, and their source is in the OP link.
It's at least available to view the source:

http://referencesource.microsoft.com/System.Web/xsp/system/W...

That's not open-source.