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 |
Which Namespace is used to to achieve MultiThreading in .NET?
What is the difference between a class and an object, and how do these terms relate to each other?
Interop Services?
What are pdbs?
What is the native image generator?
When displaying fonts, what is the difference between pixels, points and ems?
What tools can I use to develop .net applications?
Explain security measures exist for .net remoting in system.runtime.remoting?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
Can I write il programs directly?
What is Code group in .Net with respect to CAS
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?