Which of the following languages is NOT included in the default .NET Framework installation?
* C#
* VB.NET
* JScript.NET
* VBScript.NET
VBScript.NET
What are the different types of serialization supported in .NET Framework
* XmlSerializer
* SoapFormatter
* XPathNavigator
* HttpFormatter
xmlserializer
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
What tool is used to manage the GAC?
* GacMgr.exe
* GacSvr32.exe
* GacUtil.exe
* RegSvr.exe
GacUtil.exe
State True or False: A single .NET dll can contain unlimited classes
* True
* False
True
State True or False: ASP.NET can currently run only on Windows Platform
* True
* False
True
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
* It ensures that an object only references memory locations that it’s allowed to, preventing data corruption and the accidental misuse of object types
* All of the above
All of the above
The number of objects in ASP.NET is
* 6
* 7
* 9
* 10
Answer1:
7
Answer2:
10
The code used to turn off buffering is
* Buffering = false
* OutputBuffer = false
* BufferOutput = false
* Buffer = Off
Answer1:
Buffer=true
Answer2:
Buffer=false
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
Which of the following DOT.NET tools manages certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs)?
* sn.exe
* certnet.exe
* certmgr.exe
* gacutil.exe
certmgr.exe
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?
* certmgr.exe
* gacutil.exe
* sn.exe
* resgen.exe
sn.exe
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
In C#, which character is used to indicate a verbatim string literal?
* @
* !
* "
* #
@
Wednesday, July 16, 2008
Subscribe to:
Post Comments (Atom)
Archives
-
▼
2008
(201)
-
▼
July
(64)
- Acronyms in .NET
- Short Answer .NET Interview Questions (PAGE 5)
- Short Answer .NET Interview Questions (PAGE 4)
- Short Answer .NET Interview Questions (PAGE 3)
- Short Answer .NET Interview Questions (PAGE 2)
- Short Answer .NET Interview Questions (PAGE 1)
- VB.NET Interview Questions 16
- VB.NET Interview Questions 15
- VB.NET Interview Questions 14
- VB.NET Interview Questions 13
- VB.NET Interview Questions 12
- VB.NET Interview Questions 11
- VB.NET Interview Questions
- VB.NET Interview Questions 9
- VB.NET Interview Questions 8
- VB.NET Interview Questions 6
- VB.NET Interview Questions 5
- VB.NET Interview Questions 4
- VB.NET Interview Questions 3
- VB.NET Interview Questions 2
- VB.NET Interview Questions 1
- ASP.NET 2.0Interview Questions see
- Tough ASP.NET interview questions all see
- ASP.NET INTERVIEW QUESTIONS 16
- dot see it
- dot net free interview questions see
- General C# Interview Questions :
- C# Interview Questions and Answers 15
- C# Interview Questions and Answers 14
- C# Interview Questions and Answers 13
- C# Interview Questions and Answers 12
- C# Interview Questions and Answers 11
- C# Interview Questions and Answers 10
- C# Interview Questions and Answers 9
- C# Interview Questions and Answers8
- C# Interview Questions and Answers7
- C# Interview Questions and Answers 6
- C# Interview Questions and Answers 5
- C# Interview Questions and Answers 4
- C Interview Questions 3
- C Interview Questions 2
- C Interview Questions
- .Net Web Interview Questions and Answers 5
- .Net Web Interview Questions and Answers 4
- .Net Web Interview Questions and Answers 3
- Which of the following operators has the highest p...
- .Net Web Interview Questions and Answers
- dotnet
- .Net Database Interview Questions 12
- Microsoft .Net Interview Questions 00
- .Net Database Interview Questions and Answers free
- What are different methods of session maintenance ...
- Microsoft .Net Interview Questions and Answers 8
- Microsoft .Net Interview Questions and Answers 2
- Microsoft .Net Interview Questions and Answers
- .Net Interview Questions and Answers 10
- .Net Interview Questions and Answers 8
- .Net Interview Questions and Answers 6
- .Net Interview Questions and Answers 5
- .Net Interview Questions and Answers 4
- .Net Interview Questions and Answers 3
- dot net interview questions 2
- .Net Interview Questions and Answers 1
- Interview questions for .NET
-
▼
July
(64)
No comments:
Post a Comment