answersLogoWhite

0

What is the use of aspnet?

Updated: 8/16/2019
User Avatar

Wiki User

13y ago

Best Answer

ASP.NET is a set of web development technologies marketed by Microsoft. Programmers can use it to build dynamic web sites, web applications and XML web services. It is part of Microsoft's .NET platform and is the successor to Microsoft's Active Server Pages (ASP) technology.

Even though ASP.NET takes its name from Microsoft's old web development technology, ASP, the two differ significantly. Microsoft has completely rebuilt ASP.NET, based on the Common Language Runtime (CLR) shared by all Microsoft .NET applications. Programmers can write ASP.NET code using any of the different programming languages supported by the .NET framework, usually (proprietary) Visual Basic.NET, JScript .NET, or (standardized) C#, but also including open-source languages such as Perl and Python. ASP.NET has performance benefits over previous script-based technologies because the server-side code is compiled to one or a few DLL files on a web server.

ASP.NET attempts to simplify developers' transition from Windows application development to web development by allowing them to build pages composed of controls similar to a Windows user interface. A web control, such as a button or label, functions in very much the same way as its Windows counterpart: code can assign its properties and respond to its events. Controls know how to render themselves: whereas Windows controls draw themselves to the screen, web controls produce segments of HTML which form part of the resulting page sent to the end-user's browser.

ASP.NET encourages the programmer to develop applications using an event-driven GUI paradigm, rather than in the conventional web scripting fashion. The framework attempts to combine existing technologies such as JavaScript with internal components like "Viewstate" to bring persistent (inter-request) state to the inherently stateless web environment.

ASP.NET uses the .NET Framework as an infrastructure. The .NET Framework offers a managed runtime environment (like Java), providing a virtual machine with JIT and a class library.

The numerous .NET controls, classes and tools can cut down on development time by providing a rich set of features for common programming tasks. Data access provides one example, and comes tightly coupled with ASP.NET. A developer can make a page to display a list of records in a database, for example, significantly more readily using ASP.NET than with ASP.

Several available software packages exist for developing ASP.NET applications:

Visual Studio .NET (Proprietary) ASP.NET Web Matrix (Proprietary) Macromedia Dreamweaver MX 2004 (Proprietary) Macromedia Dreamweaver 8 (Proprietary) Macromedia HomeSite 5.5 (For ASP Tags) (Proprietary) Microsoft SharePoint Designer 12 (Proprietary) Visual Web Developer 2005 Express Edition (for ASP.NET 2.0) (Proprietary) Delphi 2005 (Proprietary) SharpDevelop (Free/Open Source)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of aspnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use Microsoft richtext box control in aspnet?

george


How do you use javascript in aspnet?

Ajax, I believe uses JavaScript + ASP.


Why we use aspx as aspnet extention?

B'cos this is the extension of a page in .net


How you stop a page to refresh in ASPNet?

You can use ajax to prevent refresh the page


Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


How many objects in aspnet?

6


How do you insert image using aspnet?

You can add an image object using the asp:Image tag, or just use the html img tag.


What is the default scripting language for ASPNET?

VBScript


Why are the aspnet Ajax extensions 1.0 needed for a successful operations manager 2007 r2 installation?

To enable the use of the WebConsole Health explorer


How does aspnet work?

Asp.Net is client server architecture.


What is the fastest way to concat strings in aspnet?

stringbuilder


How do you read the dll file within the aspnet program which the dll file is used to pass parameter between aspnet program?

Question need some more clarification