ASP.NET 2.0 and Visual Studio 2005 Fundamentals

Test your knowledge of ASP.NET 2.0 features, page structure, site navigation, data binding, user management, caching, and the Visual Studio 2005 development environment.

19 Questions Published

Questions

Question 1 True/False

ASP.NET 2.0 does not require IIS on your machine to host Web pages.

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

What new server control object does ASP.NET 2.0 provide to access & bind data?

  1. GridView
  2. DataGrid
  3. DataSet
  4. DataBinder
Question 3 Multiple Choice (Single Answer)

ASP.NET 2.0 includes a new feature for Administrators and Managers to edit configuration settings.

  1. IIS Manager
  2. Microsoft Management Console
  3. web.config file
  4. Integrated Development Environment
Question 4 Multiple Choice (Single Answer)

Although the result set in output cache is updated every 15 sec, this is unacceptable in an ideal situation. What does ASP.NET 2.0 do to overcome this?

  1. SQL cache invalidation
  2. Trigger
  3. GridView
  4. Refresh
Question 5 Multiple Choice (Single Answer)

ASP.NET 2.0 has built-in capability for validating users and their roles. These users and roles are stored in ?

  1. SQL server 2005
  2. MS Access
  3. MS Excel
  4. SQL Server Express
Question 6 Multiple Choice (Single Answer)

Site Navigation in ASP.NET 2.0 allows to navigate through the applications with ease. The various site navigation server controls are,

  1. TreeView Server Control
  2. SiteMapPath Server Control
  3. Menu Server Control
  4. All of the above
  5. None of the above
Question 7 Multiple Choice (Single Answer)

All class's source codes are found in which of the following directory?

  1. \App_Code
  2. \App_Theme
  3. Solution Explorer
  4. Server Explorer
Question 8 Multiple Choice (Single Answer)

Two View tabs offered by Visual Studio 2005 that enables to switch the view of the page are

  1. Design and HTML
  2. Design and Source
  3. HTML and Source
  4. Form and Html
Question 9 Multiple Choice (Single Answer)

List of elements that appear in the bottom of your ASP.NET page, used for navigation is called as

  1. Page Tabs
  2. Smart tags
  3. Tab Navigator
  4. Task bar
Question 10 Multiple Choice (Single Answer)

In Visual Studio 2005, at sometimes you can notice an underline in code. What does that mean?

  1. Code Change status Notifications
  2. Smart tags
  3. Page tabs
  4. Error Notifiaction and Assistance
Question 11 Multiple Choice (Single Answer)

______________ control section in Toolbox includes controls that enable to work through collection of ASP.NET pages such as TreeView, Menu.

  1. Validation
  2. Navigation
  3. Login
  4. Standard
Question 12 Multiple Choice (Single Answer)

This control section in Toolbox deals with personalization features. What's that?

  1. Webparts
  2. HTML
  3. Data
  4. General
Question 13 Multiple Choice (Single Answer)

Which of the following Windows enables you to work with database connectivity?

  1. Server Explorer
  2. Solution Explorer
  3. Properties Window
  4. Toolbox
Question 14 Multiple Choice (Single Answer)

I enable you to quickly program common tasks. Not every server control has me. I appear as a small arrow in right hand corner of the control in Design view. Who am I?

  1. Snippets
  2. Smart tags
  3. Tasks
  4. Tag Navigator
Question 15 Multiple Choice (Single Answer)

Visual studio 2005 includes little pieces of code that perform a specific task to use freely within your code known as,

  1. Snippets
  2. Smart tags
  3. Tasks
  4. Puppets
Question 16 True/False

Visual studio 2005 can save settings - customizations and modications to the development environment.

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

By default , Visual studio 2005 checks your ASP.NET pages in compliance with

  1. Internet explorer 6.0
  2. Internet explorer 3.2/ Netscape navigator 3.0
  3. HTML 4.01
  4. XHTML 1.0 Frameset
Question 18 Multiple Choice (Single Answer)

If you want to create an ASP.NET application on a remote server, where will you choose the location?

  1. File System
  2. Local IIS
  3. FTP Site
  4. Remote Site
Question 19 Multiple Choice (Single Answer)

Which of the following Page Structure Options of ASP.NET 2.0 refers to the business logic of the application?

  1. Code-inline model
  2. Code-behind model
  3. Either 1 or 2
  4. None of the above