.NET Framework and ASP.NET Programming Quiz
Test your knowledge of Microsoft .NET Framework, ASP.NET web development, LINQ, and related technologies including Windows Workflow Foundation, validation controls, and application lifecycle events.
Questions
Which is the first event in page life-cycle Event?
- PreLoad
- Load
- InitComplete
- PreInit
You need to obtain performance information about your Web Application. You should use which of the following?
- Data Readers
- Performance Counters
- Web Performance Counters
- Data Performance Counters
What is the name given to the type of assembly that contains localized resources?
- Module
- Private
- Satellite
- Shared
Name two properties common in every validation control
- ControlToValidate property and Text property
- CompareTovalidate and ControlTovalidate
- CompareToValidate and Text Property
- CompareToValidate and ID property
How many version of .NET Framework has been released -
- 3
- 4
- 5
- 6
Which of the following abbreviations is incorrectly expanded?
- GAC- Global Assembly Cache
- FCL - Framework Class Library
- WF - Window Workflow Foundation
- LINQ - Language Integrated Query
Which object can help you maintain data across users?
- The Session object.
- The Application object.
- The Response object
- The Server object
Windows Workflow Foundation - the new user interface system was introduced with
- .NET Framework 1.1
- .NET Framework 2.0
- .NET Framework 3.0
- .NET Framework 3.5
The New object Relational Mapping (ORM) framework to be introduced with Microsoft.Net 3.5 SP1 is known as
- ADO.ORM
- ADO.NET Data Services
- ADO.Hibernate
- ORM.ADO
Which class do you implement to customize the storage of viewstate into sql server?
- SaveViewState
- LoadViewState
- PageStatePersister
- SqlPageStatePersister
.NET Framework 3.5 Language Integrated Query (LINQ) support all the listed providers except
- LINQ to ORACLE
- LINQ to XML
- LINQ to Objects
- LINQ to SQL
The property TypeName must be set for which ASP.NET data source control?
- AccessDataSource
- SqlDataSource
- ObjectDataSource
- XmlDataSource
Which of the following is used for adding client side script to C# code ?
- AddJavaScript
- RegisterClientScript
- AddClientScript
- RegisterJavascript