Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
1047You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
1132
How can an inner class access the members of outer class?
Define xslt.
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is lastindexof c#?
Why hashtable is thread safe in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Are c# constructors the same as c++ constructors?
How many types of inheritance are there in c#?
What does console writeline do?
Why do we use yield in c#?
What is private virtual in C#?
Write a sample code to write the contents to text file in c#?
What is a namespace server?
What is the difference between func and action delegate?
Explain About CLS?