Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

ASP.NET Core

From Wikipedia, the free encyclopedia
Open-source web application framework
ASP.NET Core
Original authorMicrosoft
Developers.NET Foundation and the open source community
Initial releaseJune 7, 2016; 9 years ago (2016-06-07)
Stable release
10.0.0[1] Edit this on Wikidata / 11 November 2025; 17 days ago (11 November 2025)
Repository
Written inC#
Operating systemWindows,macOS,Linux
PlatformCross-platform
TypeWeb framework
LicenseMIT License[2]
Websitedotnet.microsoft.com/apps/aspnet

ASP.NET Core is an open-source modular web-application framework. It is a redesign ofASP.NET that unites the previously separateASP.NET MVC andASP.NET Web API into a singleprogramming model.[3][4] Despite being a new framework, built on a new web stack, it does have a high degree of concept compatibility with ASP.NET. The ASP.NET Core framework supports side-by-side versioning so that different applications being developed on a single machine can target different versions of ASP.NET Core. This was not possible with previous versions of ASP.NET. ASP.NET Core initially ran on both the Windows-only.NET Framework and thecross-platform.NET. However, support for the .NET Framework was dropped beginning with ASP.Net Core 3.0.[5]

Blazor is a recent (optional) component to supportWebAssembly and since version 5.0, it has dropped support for some old web browsers. While currentMicrosoft Edge works, thelegacy version of it, i.e. "Microsoft Edge Legacy" andInternet Explorer 11 was dropped when you use Blazor.[6]

Release history

[edit]
Version numberRelease dateEnd of supportSupported Visual Studio Version(s)
Unsupported: 1.02016-06-272019-06-27Visual Studio 2015,2017
Unsupported: 1.12016-11-182019-06-27Visual Studio 2015, 2017
Unsupported: 2.02017-08-142018-10-01Visual Studio 2017
Unsupported: 2.1long-term support2018-05-302021-08-21[7]Visual Studio 2017
Unsupported: 2.22018-12-04[8]2019-12-23[9]Visual Studio 2017 15.9 and2019 16.0 preview 1
Supported: 2.3long-term support on.NET Framework only[10]2025-01-14[11]Visual Studio 2017
Unsupported: 3.02019-09-23[12]2020-03-03[9]Visual Studio 2017 and 2019
Unsupported: 3.1long-term support2019-12-03[13]2022-12-03[9]Visual Studio 2019
Unsupported: 5.02020-11-10[14]2022-05-08Visual Studio 2019 16.8
Unsupported: 6.0long-term support2021-11-08[15]2024-11-08Visual Studio 2022
Unsupported: 7.0 standard-term support[16]2022-11-08[17]2024-05-14Visual Studio 2022
Supported: 8.0 long-term support[18]2023-11-14[19]2026-11-10Visual Studio 2022
Supported: 9.0 standard-term support[20]2024-11-12[21]2026-11-10Visual Studio 2022
Latest version:10.0 long-term support[22]2025-11-11[23]2028-11-14Visual Studio 2026
Legend:
Unsupported
Supported
Latest version
Preview version
Future version

Naming

[edit]

Originally deemedASP.NET vNext, the framework was going to be calledASP.NET 5 when ready. However, in order to avoid implying it is an update to the existing ASP.NET framework, Microsoft later changed the name to ASP.NET Core at the 1.0 release.[24]

Features

[edit]
  • No-compile developer experience (i.e. compilation is continuous, so that the developer does not have to invoke the compilation command)
  • Modular framework distributed asNuGet packages
  • Cloud-optimized runtime (optimized for the internet)
  • Host-agnostic viaOpen Web Interface for .NET (OWIN) support[25][26] – runs inIIS or standalone
  • A unified story for building web UI and web APIs (i.e. both the same)
  • A cloud-ready environment-based configuration system
  • A lightweight and modular HTTP request pipeline
  • Build and run cross-platform ASP.NET Core apps on Windows, Mac, and Linux
  • Open-source and community-focused
  • Side-by-side app versioning when targeting .NET
  • In-built support fordependency injection
  • Enhanced Security compared to Asp.Net[27]

Components

[edit]

See also

[edit]

References

[edit]
  1. ^https://github.com/dotnet/aspnetcore/releases/tag/v10.0.0.{{cite web}}:Missing or empty|title= (help)
  2. ^"ASP.NET Core license".GitHub. Retrieved2021-09-29.
  3. ^"Choose between ASP.NET 4.x and ASP.NET Core".docs.microsoft.com. 10 April 2024.
  4. ^singh Satinder."Introduction to ASP.NET Core".microsoft.com. Retrieved10 July 2017.
  5. ^"Introduction to ASP.NET Core".docs.microsoft.com.
  6. ^"[Discussion] Updated Blazor browser support for .NET 5 · Issue #26475 · dotnet/aspnetcore".GitHub. Retrieved2020-11-11.
  7. ^"GitHub - dotnet/core: Home repository of .NET and .NET Core". October 20, 2019 – via GitHub.
  8. ^"ASP.NET Blog | Announcing ASP.NET Core 2.2, available today!".ASP.NET Blog. December 4, 2018.
  9. ^abc".NET Core and .NET 5 official support policy".Microsoft. Retrieved2019-12-06.
  10. ^"Announcing .NET 10".
  11. ^https://www.nuget.org/packages/Microsoft.AspNetCore/2.3.0
  12. ^"ASP.NET Blog | ASP.NET Core and Blazor updates in .NET Core 3.0".ASP.NET Blog. September 23, 2019.
  13. ^"ASP.NET Core updates in .NET Core 3.1".ASP.NET Blog. December 3, 2019.
  14. ^dotnet/aspnetcore, .NET Platform, 2020-11-11, retrieved2020-11-11
  15. ^"Announcing ASP.NET Core in .NET 6"..NET Blog. 2021-11-08. Retrieved2021-11-19.
  16. ^".NET and .NET Core Support Policy".Microsoft. Retrieved2024-10-02.
  17. ^"Announcing ASP.NET Core in .NET 7"..NET Blog. 2022-11-08. Retrieved2024-10-02.
  18. ^".NET and .NET Core Support Policy".Microsoft. RetrievedNovember 19, 2023.
  19. ^"Announcing ASP.NET Core in .NET 8"..NET Blog. 2022-11-08. Retrieved2023-11-19.
  20. ^".NET and .NET Core Support Policy".Microsoft. RetrievedNovember 12, 2024.
  21. ^"Announcing NET 9"..NET Blog. 2024-11-12. Retrieved2024-11-12.
  22. ^".NET and .NET Core Support Policy".Microsoft. RetrievedNovember 12, 2025.
  23. ^"Announcing NET 9"..NET Blog. 2024-11-12. Retrieved2025-11-13.
  24. ^Jeffrey T. Fritz."ASP.NET 6 is dead - Introducing ASP.NET Core 1.0 and .NET Core 1.0"..NET Web Development and Tools Blog. Retrieved20 January 2016.
  25. ^"OWIN".ASP.NET 0.0.1 documentation. 17 September 2024.
  26. ^"Roadmap".Github.
  27. ^"ASP.NET vs ASP.NE CORE".ASP.NET VS. ASP.NET Core: The Ultimate Showdown. 17 February 2024.

External links

[edit]
Wikibooks has a book on the topic of:.NET Development Foundation
Implementations
Architecture
Components
Tools
Decompilers
Obfuscators
IDEs
Organizations
Overview
Software
Applications
Video games
Programming
languages
Frameworks,
development tools
Operating systems
Other
Licenses
Forges
Related
.NET
C++
ColdFusion
Common Lisp
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Rust
Scala
Smalltalk
Other languages
Retrieved from "https://en.wikipedia.org/w/index.php?title=ASP.NET_Core&oldid=1322086286"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp