• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 

Recommended Providers

Fully Managed WordPress Hosting
lc_banner_leadgen_3
Fully Managed WordPress Hosting

WordPress Theme

Divi WordPress Theme
WPZOOM

Forum Membership

Forum Membership

What is ASP.NET

Started by Tech, August 30, 2007, 02:13:07 AM

Tech

ASP.NET is a new programming framework from Microsoft for developing next generation web Applications. It is a framework built on the Common Language Runtime and introduces a new paradigm to server-side Web development.

There are several advantages that ASP.NET offers, such as:

Performance: The code written in ASP.NET is compiled, so straight ahead it is a performance boost. The code written in .Net Framework is complied in Common Language Runtime. ASP.NET can take advantage of early binding, just-in-time compilation, automatic resource optimization, runtime profiling, automatic memory management, enhanced exception handling, and caching services, right out-of-the-box, this improves the performance before you start coding. A problem with Web site's performance is with data-access. For example, a database table will spend the majority of its execution time connecting to the database and querying the information.

ASP.NET comes with a data-caching module. This data-caching module allows you to specify what data on an ASP page to cache and on what conditions to empty the cache and re-query the data-store.

ASP.NET ships with Performance Counters which system administrators can use to gather application metrics. They can be used to measure the performance of either a single instance of an ASP.NET application or all ASP.NET applications combined on a computer

Tool Support : Now you can drag-and-drop web controls like you do VB controls, double-click and write the server code for the control. ASP .NET supports XCOPY deployment that requires no registration or stopping of the server, supports dynamic DLL updates and extensible configuration using XML files.

Flexibility. Because ASP.NET is based on the Common Language Runtime, the power and flexibility of that entire platform is made available to web application developers. The Common Language Runtime's Base Class libraries, Messaging, and Data Access solutions are all seamlessly accessible from the web. ASP.NET is also language-independent, so you can choose a language that best applies to your application, or partition your application across many languages. Further, Common Language Runtime interoperability guarantees that your existing investment in COM-based development is preserved when migrating to ASP.NET.

ASP.NET currently offers built-in support for three languages, C# (pronounced "C Sharp"), Visual Basic, and JScript.

ASP.NET is different from ASP in two major ways:

ASP.NET offers several programmatic enhancements over ASP, such as, Compiled ASP.NET Scripts, Caching: Post-Back Forms: Server Controls, and Deployment. ASP.NET offers a change in programming fundamentals. ASP followed procedural pattern of creating pages.(e.g.; lets take a form which takes user information and then authenticates the user. Here we would generally create a form, which receives the user information in the first page, and then in the second page we would process the user collection for authentication in ASP.) ASP.NET is a new programming framework from Microsoft for developing next generation web Applications. It is a framework built on the Common Language Runtime and introduces a new paradigm to server-side Web development

Web Application Developer

Article Source: http://EzineArticles.com/?expert=Sanjiv_Ghosh

brucecraig88

It is calculated to be a ground-breaking knowledge that enables quick expansion of important web submission and services. It can used to produce animated websites.

serleselby

ASP.NET is a server side scripting language, ASP.NET a web application framework developed and marketed by Microsoft programmers to dynamic Web sites, Web applications and Web services are allowed to build.

ramsankeiio

ASP.NET is considered to be a revolutionary technology that enables rapid development of powerful web applications and services. It is used to create dynamic websites.

disolmodo78

The new programming framework from Microsoft is known as ASP.Net. It is used for development of next generation web applications. There are several advantages of using it.

milfordrodger

ASP.NET is the next generation of Microsoft ASP , a feature of Internet Information Server . Both ASP and ASP.NET allow a Web site builder to dynamically generate Web pages to fly by inserting queries to a relational database of the website. ASP.NET is different from its predecessor in two ways: it supports code written in compiled languages such as Visual Basic, C + +, C # and Perl, and features server controls that can separate the source content, allowing WYSIWYG editing pages.


yours

Asp.net is one of the few I like part of the curriculum

Michael Caine

#7
ASP.NET is website developing language used in .NET framework. It creates .ASPX file. It supports both VB and C# code behind.


Cegonsoft OJT

madelinekim

Quote from: serleselby on October 02, 2010, 08:50:25 PM
ASP.NET is a server side scripting language, ASP.NET a web application framework developed and marketed by Microsoft programmers to dynamic Web sites, Web applications and Web services are allowed to build.

I do agree ASP.NET is server side scripting language. It is the language that created on Common Language Runtime and also supports the data-caching module. As it is cost efficiency the designers can easily create the site with embellished opportunities. 




sankalppatil

ASP.NET is a server-side scripting language, ASP.NET a web application framework developed and marketed by Microsoft programmers to dynamic Web sites, Web applications and Web services are allowed to build. It is the next generation of Microsoft ASP, a feature of Internet Information Server. Both ASP and ASP.NET allow a Web site builder to dynamically generate Web pages to fly by inserting queries to a relational database of the website.

nisargshah

ASP.NET extends the .NET platform with tools and libraries specifically for building web apps.

These are some things that ASP.NET adds to the .NET platform:

Base framework for processing web requests in C# or F#
Web-page templating syntax, known as Razor, for building dynamic web pages using C#
Libraries for common web patterns, such as Model View Controller (MVC)
An authentication system that includes libraries, a database, and template pages for handling logins, including multi-factor authentication and external authentication with Google, Twitter, and more.
Editor extensions to provide syntax highlighting, code completion, and other functionality specifically for developing web pages