ASP.NET: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 3:
It is essentially a combination of a scripting language, a remotely executed binary and a "Windows Forms" system.
 
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.
 
Web Developers using ASP.NET can use the .net framework to make some tasks easier e.g. Uploading files via a Web Page is significantly easier using ASP.NET then [[ASP|Classic ASP]] (the name now given to ASP pages)
 
There are many choices of software to use for creating ASP.NET Web applications. These include...:
 
*[[Visual Studio.Net]]