ASP.NET

What is ASP.NET?

ASP.NET is a framework for delivering dynamic content to your web browser. If you have a website that need to deliver content from a database and manage the data from a web interface you will utilize ASP.NET.

What is Dynamic Content?

Dynamic Content is industry wide term loosely used to describe that a page’s contents, data or functionality is delivered to the requesting medium, such as your web browser, based on the parameters that was specified by an user or program. So in other words if you are an administrator of a section on your web page you may have more options or functionality than just a normal user. A good example will be where an administrator may have an option to edit content on a page and might show information such as, who was the last person that modified the content, or when content was last modified. A customer/guest user is not interested in seeing this information. They simply want to see the information that is relevant to them.

What does ASP.NET bring to the table?

ASP.NET a web serving content framework making use of your favorite development language such as Microsoft C#, Microsoft Visual Basic, Microsoft C++, etc. ASP.NET is also based on the Microsoft .NET framework, sharing all functions that is available for the operating system, desktop and services.