.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.

13 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which is the first event in page life-cycle Event?

  1. PreLoad
  2. Load
  3. InitComplete
  4. PreInit
Question 2 Multiple Choice (Single Answer)

You need to obtain performance information about your Web Application. You should use which of the following?

  1. Data Readers
  2. Performance Counters
  3. Web Performance Counters
  4. Data Performance Counters
Question 3 Multiple Choice (Single Answer)

What is the name given to the type of assembly that contains localized resources?

  1. Module
  2. Private
  3. Satellite
  4. Shared
Question 4 Multiple Choice (Single Answer)

Name two properties common in every validation control

  1. ControlToValidate property and Text property
  2. CompareTovalidate and ControlTovalidate
  3. CompareToValidate and Text Property
  4. CompareToValidate and ID property
Question 5 Multiple Choice (Single Answer)

How many version of .NET Framework has been released -

  1. 3
  2. 4
  3. 5
  4. 6
Question 6 Multiple Choice (Single Answer)

Which of the following abbreviations is incorrectly expanded?

  1. GAC- Global Assembly Cache
  2. FCL - Framework Class Library
  3. WF - Window Workflow Foundation
  4. LINQ - Language Integrated Query
Question 7 Multiple Choice (Single Answer)

Which object can help you maintain data across users?

  1. The Session object.
  2. The Application object.
  3. The Response object
  4. The Server object
Question 8 Multiple Choice (Single Answer)

Windows Workflow Foundation - the new user interface system was introduced with

  1. .NET Framework 1.1
  2. .NET Framework 2.0
  3. .NET Framework 3.0
  4. .NET Framework 3.5
Question 9 Multiple Choice (Single Answer)

The New object Relational Mapping (ORM) framework to be introduced with Microsoft.Net 3.5 SP1 is known as

  1. ADO.ORM
  2. ADO.NET Data Services
  3. ADO.Hibernate
  4. ORM.ADO
Question 10 Multiple Choice (Single Answer)

Which class do you implement to customize the storage of viewstate into sql server?

  1. SaveViewState
  2. LoadViewState
  3. PageStatePersister
  4. SqlPageStatePersister
Question 11 Multiple Choice (Single Answer)

.NET Framework 3.5 Language Integrated Query (LINQ) support all the listed providers except

  1. LINQ to ORACLE
  2. LINQ to XML
  3. LINQ to Objects
  4. LINQ to SQL
Question 12 Multiple Choice (Single Answer)

The property TypeName must be set for which ASP.NET data source control?

  1. AccessDataSource
  2. SqlDataSource
  3. ObjectDataSource
  4. XmlDataSource
Question 13 Multiple Choice (Single Answer)

Which of the following is used for adding client side script to C# code ?

  1. AddJavaScript
  2. RegisterClientScript
  3. AddClientScript
  4. RegisterJavascript