What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
947What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
1158Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
1060What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
991
How can I get the ascii code for a character in c#?
what are some characteristics of an array?
the c# keyword .int. Maps to which .net type?
Is there throws keyword in c#?
What is concatenation and when should it be used?
Define property in c#.net?
What is a dynamic assembly?
Can properties be private in c#?
What is the advantage of generics in c#?
Can struct be static in c#?
What is the difference between do and while loop?
What is an expression in c#?
What is a three-tier application.
What is the difference between ref and out in c#?
What are different types of Delegates in C#?