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.
Questions
ASP.NET 2.0 does not require IIS on your machine to host Web pages.
- True
- False
What new server control object does ASP.NET 2.0 provide to access & bind data?
- GridView
- DataGrid
- DataSet
- DataBinder
ASP.NET 2.0 includes a new feature for Administrators and Managers to edit configuration settings.
- IIS Manager
- Microsoft Management Console
- web.config file
- Integrated Development Environment
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?
- SQL cache invalidation
- Trigger
- GridView
- Refresh
ASP.NET 2.0 has built-in capability for validating users and their roles. These users and roles are stored in ?
- SQL server 2005
- MS Access
- MS Excel
- SQL Server Express
Site Navigation in ASP.NET 2.0 allows to navigate through the applications with ease. The various site navigation server controls are,
- TreeView Server Control
- SiteMapPath Server Control
- Menu Server Control
- All of the above
- None of the above
All class's source codes are found in which of the following directory?
- \App_Code
- \App_Theme
- Solution Explorer
- Server Explorer
Two View tabs offered by Visual Studio 2005 that enables to switch the view of the page are
- Design and HTML
- Design and Source
- HTML and Source
- Form and Html
List of elements that appear in the bottom of your ASP.NET page, used for navigation is called as
- Page Tabs
- Smart tags
- Tab Navigator
- Task bar
In Visual Studio 2005, at sometimes you can notice an underline in code. What does that mean?
- Code Change status Notifications
- Smart tags
- Page tabs
- Error Notifiaction and Assistance
______________ control section in Toolbox includes controls that enable to work through collection of ASP.NET pages such as TreeView, Menu.
- Validation
- Navigation
- Login
- Standard
This control section in Toolbox deals with personalization features. What's that?
- Webparts
- HTML
- Data
- General
Which of the following Windows enables you to work with database connectivity?
- Server Explorer
- Solution Explorer
- Properties Window
- Toolbox
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?
- Snippets
- Smart tags
- Tasks
- Tag Navigator
Visual studio 2005 includes little pieces of code that perform a specific task to use freely within your code known as,
- Snippets
- Smart tags
- Tasks
- Puppets
Visual studio 2005 can save settings - customizations and modications to the development environment.
- True
- False
By default , Visual studio 2005 checks your ASP.NET pages in compliance with
- Internet explorer 6.0
- Internet explorer 3.2/ Netscape navigator 3.0
- HTML 4.01
- XHTML 1.0 Frameset
If you want to create an ASP.NET application on a remote server, where will you choose the location?
- File System
- Local IIS
- FTP Site
- Remote Site
Which of the following Page Structure Options of ASP.NET 2.0 refers to the business logic of the application?
- Code-inline model
- Code-behind model
- Either 1 or 2
- None of the above