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 |
Write the .net syntax for 'for loop'?
Should I implement finalize on my class? Should I implement idisposable?
What is .NET Framework?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is stored procedure ? how we use it in .NET ?
What is a formatter?
What is difference between .net and .net core?
What are HTML controls, Web controls, and server controls?
What are the fundamental objects in ADO.NET?
Explain how to rename a table using sql queries?
What is UDDI and how to register the web service in it?
Is there any thread in our .net programs?