Why are strings immutable c#?
What is use of a HashTable in .NET?
How more than one version of an assembly can keep in same place?
Explain about finalize method?
Is null c# operator?
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?
What are the methods in c#?
What is access modifier in c#?
Explain the use of SN.exe
7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
What is inner class in c#?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?