Multiple choice technology web technology

MVC framework is built on top of ASP.NET framework

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.