How to produce an assembly?
What are situations when you register .NET assembly in GAC ?
Which file is taken by compiler when we have both file Application and Server Configuration file?
Please explain is the jit an interpreter?
Can you explain what do you understand about web service?
What is namespaces in .net?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is garbage collection and how it works ?
Why is .net used?
What is strong-typing versus weak-typing? Which is preferred?
Tell us what is a variable of implicit type and what is its scope?
Should I use readerwriterlock instead of monitor.enter/exit?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is the difference between constants and read-only variables?
Explain what is the difference between constants and read-only variables?