MVC framework is built on top of ASP.NET framework
B
Correct answer
Explanation
The MVC framework is NOT built on top of ASP.NET framework - it's an alternative pattern built directly on the ASP.NET core runtime, alongside traditional Web Forms. ASP.NET MVC and ASP.NET Web Forms are both built on ASP.NET, but neither is built on the other. The statement 'built on top of ASP.NET framework' is false.