Categories
|
Test Your Knowledge: Understanding ASP.NET File Types
Summary
Lots of different file extensions are used in ASP.NET projects. Test your knowledge on the basics these file types.
|
Table of Contents
Common ASP.NET File Types Files that Contain UI The ubiquitous .aspx Common UI with .master Post-development flashy UI with .skin Files that Contain Code Code behind the web pages with .aspx.cs or .aspx.vb, etc. Code for the common UI with .master.cs or .master.vb, etc. UI-less code with .cs, .vb, etc. Setting up the site with .config Less Common ASP.NET File Types Custom Controls in .ascx files Web Services in .asmx files HTTP Handlers in .ashx files Figure 1. ASP.net extensions are handled by the aspnet_isapi.dll Global Events in .asax files TOC for the entire site via .sitemap files Support for multiple browsers with .browser files Non-ASP.NET File Types Image files The raw .htm, .html Styling with .css The world of XML with .xml, .xslt, .xsd Most acceptable scripting with .js Databases with .mdf, .ldf
|
Read the Article
|
Go to Article:
Understanding ASP.NET File Types
|
Review Answers for Questions in this Test
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
Recognizing the file types helps understand quickly the architecture of a web site that you didn’t develop (also helps with the files you didn’t explicitly create but the development environment generated). This article talks about the common and not-so common types of files you see as you develop with Visual Studio / ASP.NET.
|
This article discusses the directory structure and the files created in a sample first iPhone application. The file types discussed include .h, .m, .xib, and other common extensions that a programmer would directly deal with. File types like .pch, .xcodeproj, .plist, .framework that are indirectly (or less frequently) worked on by a programmer are also discussed.
|
This is a test on the article that discusses the directory structure and the files created in a sample first iPhone application. The file types discussed include .h, .m, .xib, and other common extensions that a programmer would directly deal with. File types like .pch, .xcodeproj, .plist, .framework that are indirectly (or less frequently) worked on by a programmer are also discussed.
|
Various subdirectories are used in a typical ASP.NET program. This is a test on the basics of various subdirectories.
|
This article talks about the directory structure you see when you work with (and grow) an ASP.NET web site. Visual Studio creates some directories automatically for you and these directories have some special meaning (that means, only a certain types of files can go into these directories).
|
|
|
|
|