what is NET Framework ?

Answers were Sorted based on User's Feedback



what is NET Framework ?..

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

what is NET Framework ?..

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

what is NET Framework ?..

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

what is NET Framework ?..

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

Post New Answer

More ASP.NET Interview Questions

accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?

1 Answers   CTS, TCS,


What is sequence of code in retrieving data from database?

3 Answers   Accenture,


What is asp net objects?

0 Answers  


How do I use response redirect?

0 Answers  






How many column in table of sql server?

3 Answers  


What?s a bubbled event?

6 Answers   Visual Soft,


What is http only cookie?

0 Answers  


Can user control be stored in library?

0 Answers  


What is the purpose of using MVC programming pattern in ASP.NET?

0 Answers   PUCIT,


What r the remotable objects. and how u make an application remotable

1 Answers  


What is the roll of JIT in asp.net?

7 Answers  


Categories