Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is there any alternative to avoid name collisions other then Namespaces?

0 Answers  


Can we mention error in web.config file?

2 Answers  


How many object in c# asp .net

1 Answers  


What is session id in web application?

0 Answers  


Types of objects in ASP?

8 Answers   Beget, Microsoft,


What does this do? sn -t foo.dll

3 Answers  


Can private assembly be used for more than one application? If so how?

7 Answers   Satyam,


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  


diff between Server.Transfer() and Server.Execute()

1 Answers  


Can you create an app domain ?

1 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


What is the sequence in which ASP.NET events are processed?

0 Answers  


Categories