adspace


What are Attributes in .NET?

Answer Posted / Prachi Shukla

Attributes in .NET are special classes that allow you to associate additional information with other program elements such as classes, methods, properties, and fields. They provide a way for customizing the behavior of your code during compilation or runtime.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143