ASP.NET: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 5:
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...