Skip to content
ASP.NET

File:Asp.net.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ178817· pop 62· linked from 633 articles

ASP.NET is a server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.

AI overview

ASP.NET is a framework created by Microsoft that helps programmers build websites and web applications that generate pages dynamically based on user requests. It matters because it provides tools and structure that make it easier and faster for developers to create interactive web services that respond to what users do on their browsers.

AI-generated from the Wikipedia summary — may contain errors.

Key facts

Software.name
ASP.NET (software)
Software.developer
Microsoft, Scott Guthrie
Software.latest_release_version
4.8.1
Software.programming language
.NET languages
Software.operating system
Microsoft Windows, Linux, macOS
Software.platform
.NET Framework
Software.genre
Web framework
Software.license
Proprietary software
File format.name
ASP.NET (file format)
File format._noextcode
on
File format.extension
.aspx, .asmx, .aspc, .cshtml, .vbhtml
File format.mime
text/html
File format.owner
Microsoft

via Wikipedia infobox

Described at

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.

Excerpt from a page describing this subject · 2,116 chars · not written by Vinony

Source code

Note: This repo is for ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x. For ASP.NET Core MVC, check the AspNetCore repo. ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup. Check out the contributing page to see the best places to log issues and start discussions.

Excerpt from the source-code README · 1,668 chars · not written by Vinony

Wikidata facts

Show 7 more facts
file extension
ashx
inception
2002-01-01
software version identifier
3.3.0
Commons category
ASP.NET
source code repository URL
github.com/aspnet/AspNetWebStack
Sources (8)

via Wikidata · CC0

~9 min read

Article

7 sections
Contents
  • Programming models
  • IIS integrated pipeline
  • Third-party frameworks
  • Versions
  • Other implementations
  • References
  • External links

ASP.NET is a server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.

ASP.NET was first announced to the public under the codename ASP+, and is a re-implementation of Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.

Gallery (2)

Connections

Categories