Skip to content

Update ASP.NET Core fundamentals docs to highlight Blazor #34356

Description

@tdykstra

[EDIT by guardrex to add a remark at the top.]

Description

See #33127 (comment):

Actually, looking through all of the ASP.NET Core fundamentals topics, it looks like we should do a general pass through those topics to shift them from Razor Pages to Blazor.

  • Overview (fundamentals/index) - Tracked by 37558. Resolved by 37568.
  • 🚧 In-progress! 👷‍♂️ App start up (fundamentals/startup) - Prior work: 34358. Tracked by 37590. Resolved by 37591.
  • Dependency injection (services) (fundamentals/dependency-injection) - Prior work: 34417 Tracked by: 35804. Resolved by 36816.
  • Native AOT
    • Overview (fundamentals/native-aot)
    • Tutorial (fundamentals/native-aot-tutorial)
    • Request Delegate Generator (fundamentals/aot/rdg)
  • Middleware
    • Middleware overview (fundamentals/middleware/index) - Add section on middleware by app type #34383
    • Write middleware (fundamentals/middleware/write)
    • Request and response operations (fundamentals/middleware/request-response)
    • Request decompression (fundamentals/middleware/request-decompression)
    • Factory-based middleware (fundamentals/middleware/extensibility)
    • Factory-based middleware with third-party container (fundamentals/middleware/extensibility-third-party-container)
  • Host
    • WebApplication and WebApplicationBuilder (fundamentals/minimal-apis/webapplication)
    • Generic Host (fundamentals/host/generic-host)
    • Web Host (fundamentals/host/web-host)
  • Configuration (fundamentals/configuration/index)
  • Options (fundamentals/configuration/options)
  • Environments (dev, stage, prod) (fundamentals/environments)
  • Logging and monitoring
    • Logging (fundamentals/logging/index)
    • HTTP logging (fundamentals/http-logging/index)
    • Enrich HTTP request logs in ASP.NET Core (fundamentals/http-logging/http-log-enricher)
    • W3C logger (fundamentals/w3c-logger/index)
  • HttpContext (fundamentals/use-httpcontext) - Add Blazor to lists of app types #34367
  • Routing (fundamentals/routing)
  • Handle errors (fundamentals/error-handling)
  • Make HTTP requests (fundamentals/http-requests)
  • Static files (fundamentals/static-files)
  • Validation (fundamentals/validation)
  • dotnet-scaffold telemetry (fundamentals/dotnet-scaffold-telemetry)

Note: Metrics coverage was moved on #37547.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/index.md

Document ID

8e663029-63b9-2622-f852-9f8a2ec70db3

Article author

@tdykstra

Related Issues


Associated WorkItem - 354367

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions