Showing posts with label Client-Side Scripting. Show all posts
Showing posts with label Client-Side Scripting. Show all posts

Exploring ASP.NET

ASP.NET is a server-side technology that enables programmers to create dynamic Web applications. It has a number of advanced features such as simplicity, security, and scalability that help s in developing robust Web applications. These advanced features of ASP.NET are based on the .NET Framework.

ASP.NET in the .NET Framework
ASP.NET is built on the Microsoft .NET Framework. Microsoft introduced the .NET Framework to help developers create globally distributed software with Internet functionality and interoperability. 
ASP.NET has the following elements:
  • Web Form Pages
  • Configuration files
  • XML Web Service files
                                          LEARN MORE >>>

Introducing Web Development / ASP.Net

One of the most popular server-side technologies used today for developing Web applications is ASP.NET.
WEB applications are programs that are executed on a Web server and accessed from a Web browser. These applications enable organizations to share and access information on the Internet and corporate intranets.
This information can be accessed from anywhere and at any time. In additions, Web applications can support on-line commercial transactions popularly known as e-commerce. An on-line store accessed through a Web browser is an example of a Web application.
A Web Application consists of Web pages. Web pages can be of the following types:

                          LEARN MORE >>