Explain about major components of the .NET framework.
• Common Language Runtime(CLR)
• Framework Class Library(FCL)
• Base Class Library(BCL)
o User-defined class library
o Predefined class library
• Common Type System(CTS)
• Common Language Specification (CLS)
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the contents of assembly?
What method do you use to explicitly kill a users session? How?
What is boxing in .NET?
What is the difference between boxing and unboxing?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is singleton activation mode in .net?
What is different between User Control and Web Control and Custom Control?
Explain the main components in .net?
What is the advantage of .net core?
Explain the Scope of public/private/friend/protected/protected friend.
What do you mean by Driver Script?