what is asp dotnet
Answers were Sorted based on User's Feedback
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 |
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 |
Explain State management in asp.net
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?
When during the page processing cycle is ViewState available?
You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?
How to send data through querystring to another page but it should not be displayed in URL
what is the difference between sql 2000 and 2005?
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??
What is asp.net localization?
What is custom events?
What methods are fired during the page load?