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 an anonymous method and how is it different from a lambda expression?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is web.config in .net?
What is the advantage of packaging over xcopy in .net?
Is .net is a language?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Types of JIT and what is econo-JIT ?
Do I have any control over the garbage collection algorithm?
is c#.net supports multiple inheritance?
What is new in .net core?
Difference between class and interface in .net?
Explain the .net framework overview?