What is .NET Framework?
Answers were Sorted based on User's Feedback
Answer / kranthi kumar.j
A programming infrastructure created by Microsoft for
building, deploying, and running applications and services
that use .NET technologies, such as desktop applications and
Web services.
The .NET Framework contains three major parts:
* the Common Language Runtime
* the Framework Class Library
* ASP.NET.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is JIT and how is works?
Explain the top .net class that everything is derived from?
What is RPC? What is the use of it?
What is Method Overriding? How to override a function in C#?
How WSDL is stored ?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is UDDI and how to register the web service in it?
What is a metadata in .net?
Explain the difference between vb and vb.net?
What is the lapsed listener problem?
What is "common language runtime" (clr) in .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }