What is the concept of inheritance and how it works in .net?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
Whate are resource files?
What is the difference between an abstract class and an interface?
Value type & data types difference. Example from .NET.
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
Describe session handling in a webform, how does it work and what are the limitations?
Directcast(123.34,integer) - should it throw an error? Why or why not?
What is view state in .net?
What is a garbage collector?
What is a Strong Name?
Explain can 2 different applications use the same dll in gac at the same time?