.Net Framework Basics

Take This Test

Architecture of .Net Framework

1) Choose all applicable to Common Language Runtime
2) What is a manage module?
3) Which of the following is not a part of managed module?
4) What is the purpose of PE Header in a Managed Module?

Choose all applicable.

5) Select all uses of Metadata -
6) How to determine exactly which versions of the .NET Framework are installed?
7) What is the name of assemblies included in .Net Framework?
8) Match the Namespaces (In Columns) with their Description of Content (In Row)
9) Choose the namespace which contains types to work with text in different encodings, such as ASCII or Unicode.
10) Which type is used to build a Windows service controllable by the SCM?
11) Which one of the following is not true about CTS?
12) Check the following code -

[System.CLSCompliant(True)]
class SampleA
{
public UInt32 DoWork() { //Do Some work return 0; }
}

Will this code compile successfully?

13) Check the version number provided below and select the "Build Number" represented by the version info.

2.5.4015.2 Note - This version information is based on Microsoft versioning scheme.

14) A developer has specified following version attributes for an assembly. While strong naming the assembly which version will be assigned to the assembly.

[assembly:AssemblyInformationalVersion("2.0.0.0")]
[assembly:AssemblyFileVersion("1.0.0.0")]
[assembly:AssemblyVersion("3.0.0.0")]

15) Which of the following custom attribute is used to specify version information of the product irrespective of assembly contained in it.
16) Suppose you have developed a "culture neutral" assembly and you want to deploy it as private assembly, go through various deployment options provided below and select all vaible options
17) Manifest should always be associated with side-by-side assemblies or isolated application.
18) A strong named assembly can only be deployed globally. Is this statement correct?
19) Select all attributes of an assembly which are used to uniquely identify an assembly globally
20) Suppose the strings provided below represent assembly information. How many unique assembly(s) you can figure out from the strings.

"TestPaperBusinesslayer, Version=1.0.8123.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
"TestPaperBusinesslayer, Version=1.0.8123.0, Culture="en-US", PublicKeyToken=b77a5c561934e089"
"TestPaperBusinesslayer, Version=2.0.1234.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"

21) Strong named assemblies are installed in which folder of the system?
22) Can we install any assembly in Global Assembly Chache?
23) Can a strong named assembly be privatly installed?
24) Which statements are true when referring to an assembly and module?

Choose all that apply.

Take This Test

Also check these .Net Framework test papers, these are one of most attempted test paper in this category.

Popular .Net Framework Papers

.Net Framework Fundatmentals
The .Net Framework is an integral Microsoft Windows component designed to support next-generation a...
Input / Output (I/O) using .Net Framework
Test will mainly focus on navigating the file system, reading and writing files, how to compress st...
.Net Framework Basics
Papers will test your knowledge on following subjects - Managed Modules and Assemblies in .Net Com...
MCTS - Advanced Windows Forms Controls
Test paper will test your knowledge of windows form control, configuring the layout and functionali...
.Net 2.0 - Windows Forms & User Interface
Test will mainly focus on Windows Forms and configurable User Interface options available. Windows ...
Collection and Generics - .Net
Collections are used for grouping and managing related objects. Test paper mainly focus on colle...
MCTS - Configuring Controls and Creating the User Interface
Test paper mainly focuses on creating and configuring command and text display controls and text ed...
.Net Framework Test Paper
Test paper comprises of questions on .net framework. Paper focuses on .Net Framework Security, XML ...
Searching, Modifying and Encoding Text using .Net Framework
Test will focus on Regular Expressions and Enconding and Decoding of Text.
.Net Framework Designing and Developing Enterprise Application
Designing and Developing enterprise applications using .Net Framework 3.5, paper contain questions ...