Where do we set the min and max pool size for connection pooling?
Are cao stateful in nature?
For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.
What is a framework in c#?
Is vs as c#?
How to use reflection to call generic method?
Describe the types of comments in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Where do we use static class in c#?
What is regex replace in c#?
Can we create instance for Abstract class?
28 Answers HCL, Satyam, SoftSol, Wipro,
Are enums static c#?
class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?