What are the types of attributes in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Is dictionary reference type c#?

0 Answers  


How do you implement multiple inheritance in .NET?

5 Answers   Infosys, Microsoft,


Why do we need delegates in c#?

0 Answers  


What is difference between method overriding and method overloading?

0 Answers  






Which is better interface or abstract class in c#?

0 Answers  


How do namespaces work?

0 Answers  


What are the different types of literals in c#?

0 Answers  


What is session and cookies in c#?

0 Answers  


What is console application with example?

0 Answers  


Is c and c# the same?

0 Answers  


List some of the common data providers for ado.net framework?

0 Answers  


Categories