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 |
Explain what is a manifest in .net?
Readonly vs. const?
What should you do to store an object in a viewstate?
What is the difference between an abstract class and an interface?
Explain the difference between managed and unmanaged code?
What is exception handling?
Explain what is an anonymous method and how is it different from a lambda expression?
How to spawn a thread?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
What is operator overloading in .net?
ctype(123.34,integer) - should it throw an error? Why or why not?
What is Garbage Collection in .Net and what is the Garbage collection process?