Q. What are reference types in C# asp.net?
A. Here are the list of reference types in C# -
class
string
interface
object.
Q. Specify the assembly name where System namespace are available in C# asp.net web applications?
A. Assembly Name – mscorlib.dll will be used for asp.net components.