New Language Options
ASP.NET gives you unprecedented flexibility in that it enables you to use any .NET-enabled language as your server-side code. Out of the box, you’ll be able to use Visual Basic, C#, JScript, and C++ with managed extensions as your server-side language. Note that we said Visual Basic, not VBScript. ASP.NET finally enables you to use a real programming language, not a scripted language. This offers a huge benefit in a couple areas.
First, you gain the speed of a compiled language versus an interpreted language. Because no time is wasted in parsing the scripted code, and because your code is compiled down into native machine code, you get a very significant speed increase.
Another benefit to using a real programming language ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access