ASP.NET for Dynamic and Data driven web sites.
ASP.NET is Microsoft’s technology for building dynamic WebPages and database driven websites. ASP.NET WebPages are built out of server controls, which are converted to HTML elements at the server side and then rendered by the client’s web browser. The ASP.NET server controls are rich, scalable and easy to use when designing WebPages using the recommended
Visual Studio IDE. ASP.NET WebPages code can be written in Common RunTime languages as C#, VB.NET and J#.
ASP.NET is part of the Microsoft .NET Framework, which means you have access to 1000’s of .NET classes that you can use within your code.
ASP.NET webpages need to be hosted on a Windows Operating System with the .NET framework installed. ASP.NET pages cannot be run on any other operating system. There are software packages that claim ASP.NET pages can be run on other operating systems link Linux and Solairs, however not all .NET classes are supported so there is no guarantee your pages will be served correctly by the server. Keep ASP.NET webpages on Windows Operating Systems for greater reliability and performance.
On the following webpages, we will show you some of the basic ASP.NET web server controls. We will show you examples of the controls, how to create the controls and you will see how the controls are presented (rendered) to the web browser (web page source view).
|