what is NET Framework ?
Answers were Sorted based on User's Feedback
Answer / rahul
The Microsoft .NET Framework is an environment for building,
deploying, and running robust, scalable distributed
applications.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / kishan
The .NET Framework is an environment for building,
deploying, and running Web Services and other applications.
It consists of three main parts: the Common Language
Runtime, the Framework classes, and ASP.NET
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sowjanya
it consits of bcl(base class liabraries).bcl is the huge
mass or prewritten code that can be easily incorporated and
used in our program. example are system.threading,system.io
etc
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahendran
A programming Infrastructure created by Microsoft for
building,Deploying,Running Applications and Sevices that
use Dotnet Technologies such as Desktop Applications and
web services.......
Is This Answer Correct ? | 2 Yes | 1 No |
What are the difference between ASP and ASP.Net?
What is application session?
what is diffrent between asp & asp.net
What is SQL injection?
what is manifest?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is view state and how it works in asp net?
How would you turn off cookies on one page of your website?
What are the asp.net server side objects?
What is difference in .net 1.1 and .net 2.0?
how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.
repeater and gridview diff? Why is repeater fast than gridview?