web technology Online Quiz - 163
Description: web technology Online Quiz - 163 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Is it possible to load mapping file programmatically?
You are developing a web application that is retrieving historical library information from a database server and displays it to the users of your application. What cache strategy will give you the best performance?
What control is used to validate that two fields are equal?
Which of the following does the actual .NET code execute ?
What is a DiffGram?
Which one of the following is a limitation of XML serialization?
internal class Piston {} internal class Engine { private Piston[] myPistons = new Piston[4]; public bool Ignition() { //some code } }public class Car { private Engine myEngine = new Engine(); public void Start() { //put in keys etc.. if (myEngine.Ignition()) { //some more code507 } } What concept does the above sample code demonstrate?
Garbage collector runs ?
What ASP.NET object encapsulates the state of the client and the browser?
Which object can help you maintain data across users?
What namespace must be used in order to use the DOM for XML support?
What namespace must be used in order to use the DOM for XML support?
You want to send Personalized Messages to a group of people. Which SQL Server 2005 services would you use?
You have currently installed SQL Server 7.0 Standard Edition SP4 and wish to upgrade to SQL Server 2005. Which versions of SQL Server 2005 can you upgrade to?
It is possible to rename a database and database objects in SQL Server 2005
You are planning for a new installation of SQL Server 2005. You need to select the protocols that client computers might use to connect to the server. Which two protocols will you use to achieve this goal?
Which are the System Databases in SQL Server 2005?
What are the different recovery models in SQL Server 2005?