ASP.NET: Difference between revisions

Content deleted Content added
No edit summary
 
No edit summary
Line 1:
ASP.NET is the latest Web Based scripting environment from Microsoft.
 
It is essentially a combination of a scripting language, a remotely executed binary and a "Windows Forms" system.
It utilises something called the .net framework.
 
The .net framework is essentially a collection of useful functionality stored as [[classes]], which you can use when developing an [[application]]. These classes make it quicker and easier to develop your own projects.