Question:
what is asp and .net?
Darshan Patel
2010-12-12 17:29:08 UTC
what is asp and .net?
Four answers:
?
2010-12-12 22:38:22 UTC
ASP.NET, the next version of ASP, is a programming framework used to create enterprise-class Web Applications. These applications are accessible on a global basis leading to effecient information managment. The advantages ASP.NET offers is more than just the next version of ASP.

Advantages Using ASP.NET

* ASP.NET drastically reduces the amount of code required to build large applications

* ASP.NET makes development simpler and easier to maintain with an event-driven, server-side programming model

* ASP.NET pages are easy to write and maintain because the source code and HTML are together

* The source code is executed on the server. The pages have lots of power and flexibility by this approach

* The source code is compiled the first time the page is requested. Execution is fast as the Web Server compiles the page the first time it is requested. The server saves the compiled version of the page for use next time the page is requested

* The HTML produced by the ASP.NET page is sent back to the browser. The application source code you write is not sent and is not easily stolen

* ASP.NET makes for easy deployment. There is no need to register components because the configuration information is built-in

* The Web server continuously monitors the pages, components and applications running on it. If it noticies memory leaks, infinite loops, other illegal software or activities, it seamlessly kills those activities and restarts itself

* ASP.NET validates information (validation controls) entered by the user without writing a single line of code

* ASP.NET easily works with ADO .NET using data-binding and page formatting features

* ASP.NET applications run fater and counters large volumes of users without performance problems.
Sid
2010-12-13 05:29:44 UTC
ASP Active Server Pages. It's a server-side language that's interpreted by Microsoft IIS servers. Requirement? The ability to write programs and familiarity with .Net,you will require either MS Visual Web Developer of MS Visual Studio to work on ASP.NET, they have an inbuilt running environment



ASP.NET is a strong medium-a language- used to make web application,which run in IIS.



.NET is a framework, contains many languages: ASP, VB, C++ . It's not free, and work only on windows
Nik
2010-12-13 01:44:18 UTC
asp.net is



Active Server Pages net is network / ing



It is a language much like PHP it's main job is information exchange to an online server / local server.

It can do things like user log in scripts and registration scripts but it can also manipulate HTML and other languages.
?
2010-12-13 07:16:56 UTC
.Net is framework which is used to create Microsoft Softwares.

ASP is programming framework to write Web pages.



For more info please refer www.msdn.com ( Microsoft's own website)


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...