ASP.NET: Difference between revisions

Content deleted Content added
copyediting (added + fixed links, spelling), still needs work.
CatherineMunro (talk | contribs)
m typo
Line 5:
The ASP.NET architecture uses the [[.NET Framework]] as infrastructure. The .NET Framework is a managed runtime environment (like [[Java platform|Java]]), providing a [[virtual machine]] with [[Just-in-time|JIT]] and a [[class library]]. Using the numerous .NET classes, can cut down on development time.
 
Web developers using ASP.NET can use the .NET Framework to make some tasks easier. For example, programming a feature allowinfallowing files to be uploaded via a web page, is significantly easier using ASP.NET than [[Active_Server_Pages|Classic ASP]] (the name now given to ASP pages).
 
There are several software packages available for developing ASP.NET applications: