English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How can I define ASP.NET 2.0 ? I'm looking for the perfect definition that a layman can understand.

2007-01-21 06:36:26 · 2 answers · asked by paolo_maldini_1 1 in Computers & Internet Programming & Design

2 answers

ASP.NET is the web site part of the .NET framework. .NET is a body of pre-coded solutions to common programming problems, such as opening or reading a file from the hard drive, creating a network connection, displaying a clickable button, etc. Anything that pretty much all programs need to use in one form or another. ASP.NET is the portions of the framework specific to web sites - including things that are useful when developing web sites like web code and sending e-mails, but excluding things like program windows and other things that aren't found in websites.

2007-01-21 06:47:10 · answer #1 · answered by Rex M 6 · 0 0

This is the latest incarnation of Microsoft's middleware for the Internet. ASP.NET is built upon the .NET Framework. The .NET Framework has two main components: the common language runtime (CLR) and the .NET Framework class library. The CLR is the foundation of the .NET Framework. You can think of it as an agent that manages code at execution time for both Windows and ASP.NET applications. The class library, the other main component of the .

2007-01-22 00:31:04 · answer #2 · answered by Anonymous · 0 1

fedest.com, questions and answers