Is ASP.NET compiled or interpreted?
The question is about ASP.NET
Answer:
ASP.NET is a compiled platform. This means that the code written within the context of ASP.NET gets compiled into an intermediate language by .NET runtime environment prior to being executed by the Common Language Runtime. Such compilation ultimately offers better performance compared to interpreted languages.