Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
964You 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?
1044
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is difference between assembly and namespace?
How does it work?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is the size of a decimal?
what is IDisposal interface
How to add controls dynamically to the form using c#.net.
What is ildasm.exe used for?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
what is scope of a protected internal member variable of a c# class
What is the use of properties window?
What is the difference between protected and private?
What is difference between variable and property in c#?
What is reflection in c#?
Can class inherit from struct c#?