.Net Framework Interview Questions and Answers
.Net Framework : What is reflection in .Net?

What is reflection in .Net?

Discovering class information at runtime.
Category: .Net Framework Date: 8/25/2009 9:46:41 PM
.Net Framework : For what purpose Boxing is used in .Net?

For what purpose Boxing is used in .Net?

Boxing is used to convert value type to reference type
Category: .Net Framework Date: 8/25/2009 9:39:47 PM
.Net Framework : What is Global Assembly Cache (GAC)?

What is Global Assembly Cache (GAC)?

Global assembly cache contains shared assemblies that are globally accessible to all .net applicatio....
Category: .Net Framework Date: 8/22/2009 7:39:06 AM
.Net Framework : Contrast the use of an abstract base class against an interface?

Contrast the use of an abstract base class against an interface?

Abstract class can provides implementation for some methods and properties while Interfaces can prov....
Category: .Net Framework Date: 8/22/2009 7:37:40 AM
.Net Framework : In the context of a comparison, what is object identity versus object equivalence?

In the context of a comparison, what is object identity versus object equivalence?

1) Two objects are identical if they share same address in memory.Two objects are equivalent if they....
Category: .Net Framework Date: 8/22/2009 7:35:23 AM
.Net Framework : Is string a value type or a reference type?

Is string a value type or a reference type?

String is a refrence type. Value types differ from reference types in that variables of the value ty....
Category: .Net Framework Date: 8/22/2009 7:32:08 AM
.Net Framework : What is a Windows Service?

What is a Windows Service?

A windows service is an application that started when windows is booted and runs in background as lo....
Category: .Net Framework Date: 8/22/2009 7:30:20 AM
1 2 3 
Recent Answers
What is difference between string and stringbuilder?
Vinit Kumar answered: string -the object of this class are immutable i.e. we can not change any character that is c....
How Just in Time Compiler Works?
Johndecruse answered: When you execute the program, i.e. the intermediate code, the Just-In-Time (JIT) compiler com....
If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish it over t....
Satyen Kasturi answered: what you want is to use Application pages. These are located in Layouts directory. Within ....
where are the different file to content query webpart? To design a page?
uday answered: content query webpart displays a dynamic view of sites ,pages
have worked in BDC?
Mike answered: BDC stands for Business Data Catalog. It is a new feature introduced in Microsoft Office SharePoint ....
12345678910...