What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
942What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
1150Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
1055What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
984
Is namespace a class?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is the data provider name to connect to access database?
Is c# code is unmanaged or managed code?
Is c# different than c++?
What is the meaning of 0 in c#?
What are synchronous and asynchronous operations?
What is ienumerable and iqueryable?
Describe ado.net?
Explain how many types of exception handlers are there in .net?
Which is executed if an exception has not occurred?
How can I access the registry from c# code?
Can we override interface method?
What are access modifiers in c#?
List some of the common data providers for ado.net framework?