<< < 17 18 19 20 21 22 23 24 25 26 27 > >>   Sort: Rank

The keyword ‘int’ maps to one of the following .NET type ...
The keyword ‘int’ maps to one of the following .NET type ... The keyword ‘int’ maps to one of the following .NET types * System.Int16 * System.Int32 * System.Int64 * System.Int128 System.Int32
2014-06-12, 3042👍, 0💬

What’s the .NET datatype that allows the retrieval of data by a unique key?
What’s the .NET datatype that allows the retrieval of data by a unique key? What’s the .NET datatype that allows the retrieval of data by a unique key? * Primary * Integer * Unique Identifier * HashTable HashTable
2014-03-24, 1868👍, 0💬

Bitwise OR operator in C# is ...
Bitwise OR operator in C# is ... Bitwise OR operator in C# is * OR * || * | * XOR Answer1: || Answer2: |
2014-03-24, 1750👍, 0💬

Bitwise AND operator in C# is ...
Bitwise AND operator in C# is ... Bitwise AND operator in C# is * &amp; * &amp;&amp; * AND * XAND Answer1: &amp;&amp; Answer2: &amp;
2014-03-21, 1765👍, 0💬

State True or False: C# supports multiple-inheritance: * True or * False?
State True or False: C# supports multiple-inheritance: * True or * False? False
2014-03-21, 2393👍, 0💬

The uniqueId that gets generated at the start of the Session is stored in ...
The uniqueId that gets generated at the start of the Session is stored in ... The uniqueId that gets generated at the start of the Session is stored in * Client computer as a cookie * Server machine * Passed to and fro on each and every request and response * Both a and b are correct Both a and b ar...
2014-03-19, 3144👍, 0💬

Which of the following operators has the highest precedence?
Which of the following operators has the highest precedence? * Pre Increment (++x) * Shift bits left: &lt;&lt; * Bitwise Or: | * Post Increment (x++) Shift bits left
2014-03-19, 1779👍, 0💬

In C#, which character is used to indicate a verbatim string literal?
In C#, which character is used to indicate a verbatim string literal? In C#, which character is used to indicate a verbatim string literal? * @ * ! * " * # @
2014-03-18, 1876👍, 0💬

The object that contains all the properties and methods for every ASP.NET page, that is built is ..
The object that contains all the properties and methods for every ASP.NET page, that is built is .. The object that contains all the properties and methods for every ASP.NET page, that is built is * Page Object * HTTPPage Object * WebPage Object * System.Web.UI.Page Page Object
2014-03-18, 10962👍, 0💬

You need to generate a public/private key pair for using in creating a shared assembly. Given the above scenario, which .NET SDK
You need to generate a public/private key pair for using in creating a shared assembly. Given the above scenario, which .NET SDK utility should be used? You need to generate a public/private key pair for using in creating a shared assembly. Given the above scenario, which .NET SDK utility should be ...
2014-03-17, 1922👍, 0💬

Which of the following DOT.NET tools manages certificates, certificate trust lists (CTLs), and certificate revocation lists (CRL
Which of the following DOT.NET tools manages certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs)? Which of the following DOT.NET tools manages certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs)? * sn.exe * certnet.exe * certmgr.exe...
2014-03-17, 1788👍, 0💬

Can you have two applications on the same machine one which is using .NET Framework 1.1 and the other using 2.0 ?
Can you have two applications on the same machine one which is using .NET Framework 1.1 and the other using 2.0 ? Can you have two applications on the same machine one which is using .NET Framework 1.1 and the other using 2.0 ? * Yes * No * Depends on System configuration Yes
2014-03-14, 1576👍, 0💬

The code used to turn off buffering is * Buffering = false...
The code used to turn off buffering is * Buffering = false... The code used to turn off buffering is * Buffering = false * OutputBuffer = false * BufferOutput = false * Buffer = Off Answer1: Buffer=true Answer2: Buffer=false
2014-03-14, 2145👍, 0💬

The number of objects in ASP.NET is ...
The number of objects in ASP.NET is ... The number of objects in ASP.NET is * 6 * 7 * 9 * 10 Answer1: 7 Answer2: 10
2014-03-13, 1616👍, 0💬

Which one of the following best describes “Type-Safe”< ...
Which one of the following best describes “Type-Safe”< ... Which one of the following best describes “Type-Safe” * It ensures that the data type are safely handled * It ensures that types are not mismatched when they are called so uses a typecasting before referencing any data object...
2014-03-13, 1701👍, 0💬

State True or False: ASP.NET can currently run only on Windows Platform: * True or * False?
State True or False: ASP.NET can currently run only on Windows Platform: * True or * False? True
2014-03-12, 2701👍, 0💬

State True or False: A single .NET dll can contain unlimited classes: * True or * False?
State True or False: A single .NET dll can contain unlimited classes: * True or * False? True
2014-03-12, 2234👍, 0💬

What tool is used to manage the GAC?
What tool is used to manage the GAC? What tool is used to manage the GAC? * GacMgr.exe * GacSvr32.exe * GacUtil.exe * RegSvr.exe GacUtil.exe
2014-03-11, 2324👍, 0💬

The CLR uses which format for assembly version numbers ...
The CLR uses which format for assembly version numbers ... The CLR uses which format for assembly version numbers * Major:Minor:Revision:Build * Major:Build:Minor:Revision * Major:Revision:Minor:Build * Major:Minor:Build:Revision Major:Minor:Build:Revision
2014-03-11, 2809👍, 0💬

What are the different types of serialization supported in .NET Framework...
What are the different types of serialization supported in .NET Framework... What are the different types of serialization supported in .NET Framework * XmlSerializer * SoapFormatter * XPathNavigator * HttpFormatter xmlserializer
2014-03-10, 1594👍, 0💬

Which of the following languages is NOT included in the default .NET Framework installation?
Which of the following languages is NOT included in the default .NET Framework installation? Which of the following languages is NOT included in the default .NET Framework installation? * C# * VB.NET * JScript.NET * VBScript.NET VBScript.NET
2014-03-10, 1476👍, 0💬

What data type does the RangeValidator control support?
What data type does the RangeValidator control support? Integer,String and Date.
2014-03-07, 1575👍, 0💬

Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?
Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler? It’s the Attributesproperty, the Add function inside that property. So btnSubmit.Attributes.Add("onMo useOver","someClientCode();")A simple”Javascript:ClientCode ();”i...
2014-03-07, 1712👍, 0💬

What’s a bubbled event?
What’s a bubbled event? When you have a complex control, likeDataGrid, writing an event processing routine for each object (cell, button,row, etc.) is quite tedious. The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of itsconstituents.
2014-03-06, 1533👍, 0💬

<< < 17 18 19 20 21 22 23 24 25 26 27 > >>   Sort: Rank