.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 995 Page Views: 

What are generics?



Posted By: Avi Date: 15 October 2010 06:05:48 AM
 Answer:

Generics add support for type parameters in .NET Framework.


Posted By: avibtech


Date: 15 October 2010 06:05:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 7sx3zS
Related Questions
.Net Framework : Explain CLR (Common Language Runtime) and its functionalities?

Explain CLR (Common Language Runtime) and its functionalities?

Common Language Runtime (CLR) is the engine available in .Net Framework to compile and run the progr....
Category: .Net Framework Date: 11/30/2009 3:42:09 PM
.Net Framework : How Just in Time Compiler Works?

How Just in Time Compiler Works?

.Net Framework uses two step compilation process. We write code in C#, VB.Net, or in other supportin....
Category: .Net Framework Date: 11/30/2009 2:53:38 PM
.Net Framework : Describe the difference between a Thread and a Process?

Describe the difference between a Thread and a Process?

A process is a unit of execution which has its own data regarding the source, has its own memory spa....
Category: .Net Framework Date: 10/30/2009 7:29:42 AM
.Net Framework : What namespaces and classes are typically used to develop Windows Services in .Net?

What namespaces and classes are typically used to develop Windows Services in .Net?

Namespace: 1) System.ServiceProcess Classes: 1) ServiceBase 2) ServiceProcessInstaller 3) ServiceIn....
Category: .Net Framework Date: 9/30/2009 7:18:12 AM
.Net Framework : How to register a shared assembly?

How to register a shared assembly?

Following two approaches can be used to register a shared assembly: 1) Open the "C:\WINDOWS\ass....
Category: .Net Framework Date: 9/4/2009 7:14:27 AM