
ASP.NET currently offers built-in support for three languages: C#, Visual Basic, and JScript. The following sections demonstrate how to use these three languages to build basic code snippets you can use in your ASP.NET pages. These exercises are meant to help you visualize the differences between the languages, as well as introduce you to typical examples you will most likely encounter when building ASP.NET applications. For detailed information regarding the syntax for each language, please refer to the documentation available in the .NET Framework SDK.
|