.net Framework for Basics online Test

Which class do you implement to customize the storage of viewstate into sql server? 
PageStatePersister
SaveViewState
SqlPageStatePersister
LoadViewState
ASP.NET Application file setting is done by
Web.config
Machine.config
Global.asax
None of the above
Which of the following can be used to synchronize threads across AppDomain and process boundaries?
Monitor class
C#’s lock or Visual Basic’s SyncLock keyword
Semaphore class
None of the above
Which event would you use to run a method immediately before deserialization occurs?
OnSerializing
OnDeserializing
OnDeserialized
OnSerialized
Which of the following statements is not true about displaying video in .NET applications?
There is no managed code class that is used to display video.
The .NET Framework provides support for AVI, MPG, and QuickTime formatted video files.
Media Control Interface exposes methods that can be used to play video playback.
DirectShow exposes methods that can be used to play video playback.
Application has xmlDataDocument object named document1 and xslTransform object named sheet1 where stylesheet is already loaded. and dataset object named dataset1. developer want to display tranformed data in html format which method will accomplish this
dataset1.Transform(document1 , null, Response.Inputstream)
sheet1.Transform(document1 , null, Response.Inputstream)
sheet1.Transform(document1 , null, Response.OutputStream)
dataset1.Transform(document1 , null, Response.OutputStream)
The Windows Forms application that you’re creating includes the playing of a video. You want to make sure that the user interface thread is not blocked while the video is playing. Which technique should you use?
Call the RenderFile method on the FilgraphManagerClass class.
Call the Run method on the FilgraphManagerClass class.
Call the Run method, followed by the WaitForCompletion method, both on the FilgraphManagerClass class.
Create an IVideoWindow instance from the FilgraphManagerClass class and set the AutoShow property.
How do you temporarily stop a Timer from firing?
Call Timer.Change, and set the time values to zero.
Let the Timer object go out of scope.
Call Dispose on the Timer.
Call Timer.Change, and set the time values to Timeout.Infinite.
Which of the following is true?
User and Custom controls are displayed correctly in the Visual Studio .NET Designer
Custom controls are displayed correctly in VS.Net Designer
User controls are displayed correctly in the Visual Studio .NET Designer
None of the above
What are three policy in configuration files?
publisher policy,machine policy,enterprise policy
enterprise policy,machine policy,user policy
publisher policy,machine policy,user policy
None of the above
You are writing a Windows Forms application. Part of the application plays a two-minute audio track downloaded on demand from a remote Web site. What factors go into choosing the appropriate format?
The sampling rate of the audio track
The source of the audio track
The compression level of the audio track
None
Which of the following is not a component of an application flow-logic diagram?
Dependency
Class
Interface
Component
Which is the most appropriate place to install a Strong-Named assembly that is intended for use among several web applications?
The Global Assembly Cache on the Web Server
The solution’s /bin directory
The Virtual Directory of the ASP.Net Web Application
GAC on the local area network Primary Domain Controller (PDC) server
What method of the ThreadPool class is used to have the ThreadPool run some specified code on threads from the pool?
ThreadPool.RegisterWaitForSingleObject
ThreadPool.QueueUserWorkItem
ThreadPool.UnsafeRegisterWaitForSingleObject
None of the above
Which DLL translate XML to SQL in IIS
SQLXML.dll
SQLIIS.dll
SQLISAPI.dll
LISXML.dll
Join the .NET Community
Description:

This is another test on asp.net which includes questions from SQL also
Disclaimer: Content, such as images used in the questions (if any), have been picked up from various places for the sole purpose of Instruction.

Comments
Rammohan Reddy
By: Rammohan Reddy
968 days 12 hours 59 minutes ago

its good

Want to learn?

Sign up and browse through relevant courses.

Name:
Your Email:
Password:
Country:
Contact no:


Area code Number
Subjects you are interested in:
Word verification: (Enter the text as in image)


Sign Up Already a member? Sign In
I agree to WizIQ's User Agreement & Privacy Policy

Your Facebook Friends on WizIQ

More Tests By Author

ASP Server Controls
10 Questions | 278 Attempts

ASP.NET, Namespaces ASP.NET
10 Questions | 1002 Attempts

An ASP.NET Application
10 Questions | 200 Attempts

Test your basic knowledge on DATASTRUCTURES, STACK
10 Questions | 527 Attempts

Give live classes, create & sell online courses

Try it free Plans & Pricing

Connect