ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 349 Page Views: 

What does .Net framework specifies?



Posted By: Avi Date: 1 October 2010 01:46:14 AM
 Answer:

.NET Framework is a collection of tools that makes the software development easier and faster. It comprises of various languages such as C#,VB.net etc, along with compilers , pre made codes , controls, assemblies etc. It also consist of code to create a server. Since most of these things will be used to develop an application the word framework is used for it.


Posted By: avibtech


Date: 1 October 2010 01:46:14 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image pFuKez
Related Questions
ASP.Net : How does the RaiseBubbleEvent works?

How does the RaiseBubbleEvent works?

RaiseBubbleEvent implementation is done with the help of control , which cannot be overridden. The e....
Category: ASP.Net Date: 10/5/2010 12:50:20 AM
ASP.Net : Diffrentiate between src and code behind?

Diffrentiate between src and code behind?

src:- It is an attribute where we mention the name of the code-behind class to dynamically compile a....
Category: ASP.Net Date: 10/5/2010 12:26:19 AM
ASP.Net : The ViewState is available during which phase of the processing lifecycle of ASP.net?

The ViewState is available during which phase of the processing lifecycle of ASP.net?

It is available after the Init() method and before the Page_Load() method.
Category: ASP.Net Date: 10/4/2010 6:59:19 AM
ASP.Net : What can be done with a control having bubbled event?

What can be done with a control having bubbled event?

The control can perform the following three things if it has bubbled event:- 1. Nothing is done. In....
Category: ASP.Net Date: 10/4/2010 4:23:20 AM
ASP.Net : Whch classes are required to send a mail in asp.net and write code for it?

Whch classes are required to send a mail in asp.net and write code for it?

MailMessage and SmtpMail are the classes which will be required to send the mail. Code for this will....
Category: ASP.Net Date: 10/4/2010 2:13:19 AM