What is 'Common Type System' (CTS) in .NET?
Explain why do we use the “using” statement?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
Difference between assembly manifest & metadata
Can "this" be used within a static method?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
Conceptually, what is the difference between early-binding and late-binding?
Explain the difference between the stack and the heap?
What is Event - Delegate? clear syntax for writing a event delegate
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Explain is the jit an interpreter?