Describe the two main components of the .NET framework ?
Answer Posted / skumar
The .Net framework has two main parts. They are Base class
library and Common Language Run time.
The Base class library gives the classes that are needed for
execute the .net applications.
The CLR is heart of the .Net framework. Which does many
processing in behind scene. Which has lot of internal parts
like Memory Management(Garbage Collection), code
compilation, verification, execution, thread management, JIT
(Just In Time) Compiler, exception handling and debugging.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Difference between overriding and overloading?
How does a content page differ from a master page?
Differentiate strong typing and weak typing
Describe the differences between the lifecycles of Windows services and Standard EXE?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
How many web.config files can I have in an application?
How can we create Tree control in asp.net?
Explain managed code an un-managed code.
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
In Code-Behind class which kind of code (server or client) is found ?
What are the security types in asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is a viewstate?
What is advantage of code behind coding in ASP.NET?