Spring and ASP.NET Web Development
Covers Spring framework modules and ASP.NET 2.0 features including configuration, controls, data binding, and authentication
Questions
Choose newly introduced controls in Windows Forms 2.0
- Gridview
- Webrowser
- Datagrid
- Masked Textbox
In Datagridview control focus for interaction and presentation is at -
- row level
- column level
- cell level
- None of the above
Choose new datasource controls introduced in ASP .NET 2.0.
- SQL Data Source
- XML Data Source
- Object.
- ODBC
Strongly Typed Dataset contains
- Columns of defined Datatype
- Tables schema information within them.
- All of the above
- None of the above
Choose new databound controls(Controls to display data) introduced in ASP.NET 2.0.
- Detailsview
- Listview
- Formview
- TableView
What are Master Pages?
- ) Home page in your web application
- A web page to create a consistent layout for the pages in your application.
- Menu page in your web application
- All of the above
Theme is made up of -
- Skins and CSS
- CSS and Images
- Skins and Images
- Skins, CSS and Images
The differences between Themes and CSS are
- a) Themes can define many properties of a control or page, not just a specific set of style properties.
- b) Themes can’t include auxiliary files (e.g. graphics) but CSS can include it.
- c) Themes can include style sheet references.
- adding, creating, deleting, and modifying user account information
Choose important functionalities provided by Memberiship and Role Management model.
- adding, creating, deleting, and modifying user account information
- Creating and deleting roles
- Caching user information
- b) Themes can’t include auxiliary files (e.g. graphics) but CSS can include it.
Choose important functionalities provided by Memberiship and Role Management model.
- Login Control
- RemoveUser
- ChangePassword
- passwordRecovery
What is Profile service?
- Service to store per-user data throughout session.
- Service to store per-user data accross sessions i.e. persistently
- Home page in your web application
- Menu page in your web application
What are different navigation controls introduced in ASP.NET 2.0. Choose from the following list.
- Hyperlink
- TreeView,
- Menu
- Tools
Choose correct Configuration sections present in Web.Config file.
- Appsettings
- ConnectionStrings
- System.Data
- Compilation
Choose correct Configuration section Groups present in Web.Config file.
- System.Web
- System.Net
- Pages
- authentication
What are Built-in providers in ASP.NET 2.0? Choose correct options from following list.
- Membership
- Webservice
- Role
- SiteMap
What are special ASP.NET folders that can be added/used in ASP.NET web site project. Choose corerect options from following list.
- Bin,
- Debug
- App_Code,
- App_Data
SiteMap datasource can be used along with Menu and Treeview controls.
- True
- False
This Module provides the fundamental functionality of the spring framework. In this module BeanFactory is the heart of any spring based application.
- ApplicationContext Module
- AOP Module
- Core Container Module
- DAO Module
This module makes spring a framework. This module extends the concept of BeanFactory, providing support for internationalization (I18N) messages, application lifecycle events, and validation.
- Application Context Module
- AOP Module
- Core Container Module
- DAO Module
This module is used for developing aspects for our spring based application.
- Application Context Module
- AOP Module
- Core Container Module
- DAO Module