what is asp dotnet

Answers were Sorted based on User's Feedback



what is asp dotnet ..

Answer / krishna kumar - kasbah systems

For beginners
--------------
ASP.NET is a set of web development technologies marketed
by Microsoft. Programmers can use this set of technologies
to build web applications and XML web services.
For intermediate
----------------
This is the latest incarnation of Microsoft's middleware
for the Internet. ASP.NET is built upon the .NET Framework.
The .NET Framework has two main components: the common
language runtime (CLR) and the .NET Framework class
library. The CLR is the foundation of the .NET Framework.
You can think of it as an agent that manages code at
execution time for both Windows and ASP.NET applications.
The class library, the other main component of the .NET
Framework, is an object-oriented collection of reusable
components that you can use to develop applications for
both Windows and the Web. ASP.NET is therefore the required
environment that supports developers who use the .NET
Framework to develop Web-based applications.

Is This Answer Correct ?    3 Yes 0 No

what is asp dotnet ..

Answer / rashmi

Asp.net is a part of the .net Framework. It allows you to
design,develope and deploy the dynamic and interacing web
pages and web services.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain State management in asp.net

0 Answers   BirlaSoft,


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

0 Answers   Sans Pareil IT Services,


How can you debug your.net application?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?

6 Answers   D&B,






How to send data through querystring to another page but it should not be displayed in URL

2 Answers   EMR, Powersoft19,


what is the difference between sql 2000 and 2005?

2 Answers   Cognizant,


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


A Web Service Can Only Be Written In .net. Is it True??

0 Answers   Siebel Systems,


What is asp.net localization?

0 Answers  


What is custom events?

0 Answers  


What methods are fired during the page load?

3 Answers  


Categories