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

What is attribute?



Posted By: Avi Date: 15 October 2010 05:23:49 AM
 Answer:

Attributes add metadata to the program. You can query them using reflection.


Posted By: avibtech


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

Loading
Enter the text as shown in the image Vn3XAY
Related Questions
.Net Framework : What is msbuild?

What is msbuild?

It is build system for Visual Studio.
Category: .Net Framework Date: 10/13/2010 9:00:48 PM
.Net Framework : Does the .NET framework support transactions?

Does the .NET framework support transactions?

Yes
Category: .Net Framework Date: 10/13/2010 6:33:49 PM
.Net Framework : What is garbage collection and how it works?

What is garbage collection and how it works?

Garbage collection manages the allocation and release of mememory for application. Each time the new....
Category: .Net Framework Date: 10/13/2010 6:23:48 PM
.Net Framework : Does the .NET framework supports 64 bit?

Does the .NET framework supports 64 bit?

Yes
Category: .Net Framework Date: 10/13/2010 5:31:49 PM
.Net Framework : What is the difference between integer.Parse and integer.TryParse?

What is the difference between integer.Parse and integer.TryParse?

integer.Parse will throw exception if the string provided couldn’t be parsed. TryParse will return f....
Category: .Net Framework Date: 10/13/2010 4:38:48 PM