Content deleted Content added
m typo |
small typo fixed |
||
Line 1:
'''ASP.NET''' is a web development environment from [[Microsoft]].
It brings the concept of "form", from desktop development, to the web. [[HTML]] has the FORM [[tag]], but in ASP.NET, a web page is a [[WebForm]]. Instead of
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.
|