What are the types of attributes in c#?
Answer Posted / Vinay Kumar Sahu
In C#, there are two main types of attributes: custom attributes (user-defined) and predefined attributes (provided by the .NET Framework).
Post New Answer View All Answers
What is an abstract class c#?
957
How to assign Null value to Var?
1053
Which namespaces are necessary to create a localized application?
1134
Why can't we use a static class instead of singleton?
947
What is expression tree in c#?
992
How do you inherit a class into other class in c#?
985