Razor views in ASP.NET Core are compiled into _________, which improves application performance.

  • HTML
  • CIL (Common Intermediate Language)
  • JavaScript
  • CSS
Razor views in ASP.NET Core are compiled into CIL (Common Intermediate Language). This compilation process improves application performance by translating Razor syntax into executable code that runs on the server.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *