JavaScript EditorJavascript debugger     Javascript examples


Team LiB
Previous Section Next Section

ASP.NET File Types

You’ll see a number of new file types in your ASP.NET applications. To avoid any confusion, let’s take a minute to go over the ones you’ll see most often and discuss how they’re used.

In addition to the functionality available in a classic ASP Global.asa file, which was used for handling Application and/or Session start and end events and declaring Application- and/or Session-level variables, ASP.NET also allows you to import namespaces, link to assemblies, and perform other useful tasks. You’ll learn more about Global.asax in Chapter 7.


Team LiB
Previous Section Next Section


JavaScript EditorJavascript debugger     Javascript examples