Describe the two main components of the .NET framework ?
Answers were Sorted based on User's Feedback
Answer / raghumadhav tirunagari
The .NET Framework has two main components, the class
library and the common language runtime. The library
consists of classes that provide the objects you need for
developing Web applications. Classes also exist for
security, file input/output, and Windows applications. The
classes are organized in a hierarchical structure by
namespaces. Namespaces are logical in that classes belonging
to the same namespace can be split up into multiple files.
The Common language runtime (CLR) provides the services
needed for executing ASP.NET applicaitons. It doesn't matter
if a Web application was created in VB.NET or C# since the
CLR compiles all code to the same intermediate language
(IL). All forms in the same web application, however, must
be created in the same language.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
How will create assesblies at run time?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How many types of sessions are there in asp net?
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
What are the new login controls in asp.net 2.0?
How to register exception filter globally?
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?
what is the differance between native code & managed code?
What are typed datasets?
What is WebService ?
8 Answers Tanla Solutions, Yahoo,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)