dotnet / dotnet/AspNetCore.Docs
Freshness Opportunities FY27Q2
- Dominant language
- C#
- Stars
- 13.1k
- Forks
- 24.6k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 97
Description
- [ ] API endpoint authentication behavior in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/security/authentication/api-endpoint-auth.md
- [ ] Areas in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/mvc/controllers/areas.md
- [ ] ASP.NET Core code generator tool (`aspnet-codegenerator`) https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/tools/dotnet-aspnet-codegenerator.md
- [ ] ASP.NET Core directory structure https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/directory-structure.md
- [x] ASP.NET Core fundamentals overview https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/index.md
- [ ] ASP.NET Core load/stress testing https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/test/load-tests.md
- [ ] ASP.NET Core MVC with EF Core - tutorial series https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/data/ef-mvc/index.md
- [ ] ASP.NET Core performance https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/performance/overview.md
- [ ] ASP.NET Core SignalR supported platforms https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/signalr/supported-platforms.md
- [ ] ASP.NET documentation https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/index.yml
- [ ] [WadePickett] #37639 PR #37640 Authentication and authorization in gRPC for ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/grpc/authn-and-authz.md
- [ ] Background tasks with hosted services in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/host/hosted-services.md
- [ ] Browser link in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/client-side/using-browserlink.md
- [ ] Bundle and minify static assets in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/client-side/bundling-and-minification.md
- [ ] Client-side library acquisition in ASP.NET Core with LibMan https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/client-side/libman/index.md
- [ ] Configure options for the ASP.NET Core Kestrel web server https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/servers/kestrel/options.md
- [ ] Configure portable object localization in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/portable-object-localization.md
- [ ] Custom formatters in ASP.NET Core Web API https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/web-api/advanced/custom-formatters.md
- [ ] Data Protection configuration in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/security/data-protection/configuration/index.md
- [ ] Data Protection key management and lifetime in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/security/data-protection/configuration/default-settings.md
- [ ] Dependency injection into views in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/mvc/views/dependency-injection.md
- [ ] Deploy ASP.NET Core apps to Azure App Service https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/azure-apps/index.md
- [ ] Development-time IIS support in Visual Studio for ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/iis/development-time-iis-support.md
- [ ] Differences between SignalR and ASP.NET Core SignalR https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/signalr/version-differences.md
- [ ] Factory-based middleware activation in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/middleware/extensibility.md
- [ ] Get started with ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/get-started.md
- [ ] Get started with the Data Protection APIs in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/security/data-protection/using-data-protection.md
- [ ] Globalization and localization in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/localization.md
- [ ] gRPC services with ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/grpc/aspnetcore.md
- [ ] Host ASP.NET Core in Docker containers https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/docker/index.md
- [ ] Host filtering with ASP.NET Core Kestrel web server https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/servers/kestrel/host-filtering.md
- [ ] HTTP logging in .NET and ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/http-logging/index.md
- [ ] IIS modules with ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/iis/modules.md
- [ ] In-process hosting with IIS and ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/iis/in-process-hosting.md
- [ ] Log creation and redirection with the ASP.NET Core Module https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md
- [ ] Make an ASP.NET Core app's content localizable https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/localization/make-content-localizable.md
- [ ] Microsoft.AspNetCore.App metapackage for ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/metapackage-app.md
- [ ] Migrate from ASP.NET Core in .NET 5 to .NET 6 https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/migration/50-to-60.md
- [ ] Object reuse with ObjectPool in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/performance/ObjectPool.md
- [ ] Open Web Interface for .NET (OWIN) with ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/owin.md
- [ ] Out-of-process hosting with IIS and ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/iis/out-of-process-hosting.md
- [ ] Overview of ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/overview.md
- [ ] Provide localized resources for languages and cultures in an ASP.NET Core app https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/localization/provide-resources.md
- [ ] Publish an ASP.NET Core app to Azure with Visual Studio https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md
- [ ] Razor Pages unit tests in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/test/razor-pages-tests.md
- [ ] Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 of 8 https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/data/ef-rp/intro.md
- [x] Request and Response operations in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/middleware/request-response.md
- [ ] Request timeouts middleware in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/performance/timeouts.md
- [ ] Response caching middleware in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/performance/caching/middleware.md
- [ ] Run an ASP.NET Core app in Docker containers https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/docker/building-net-docker-images.md
- [ ] Scaling ASP.NET Core Apps on Azure https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps.md
- [ ] Session in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/app-state.md
- [ ] Share authentication cookies among ASP.NET apps https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/security/cookie-sharing.md
- [ ] Share controllers, views, Razor Pages and more with Application Parts in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/mvc/advanced/app-parts.md
- [ ] Strategies for selecting language and culture in a localized ASP.NET Core app https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/localization/select-language-culture.md
- [ ] Test ASP.NET Core middleware https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/test/middleware.md
- [ ] Test controller logic in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/mvc/controllers/testing.md
- [ ] Troubleshoot and debug ASP.NET Core projects https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/test/troubleshoot.md
- [ ] Troubleshoot ASP.NET Core localization https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/troubleshoot-aspnet-core-localization.md
- [ ] Tutorial: Create a complex data model - ASP.NET MVC with EF Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/data/ef-mvc/complex-data-model.md
- [ ] Tutorial: Get started with EF Core in an ASP.NET MVC web app https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/data/ef-mvc/intro.md
- [ ] Tutorial: Handle concurrency - ASP.NET MVC with EF Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/data/ef-mvc/concurrency.md
- [ ] Use ASP.NET Core APIs in a class library https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/target-aspnetcore.md
- [x] Use HttpContext in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/use-http-context.md
- [ ] What's new in ASP.NET Core in .NET 9 https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/release-notes/aspnetcore-9.0.md
- [ ] Work with SameSite cookies in ASP.NET Core https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/security/samesite.md
- [x] Write custom ASP.NET Core middleware https://github.com/dotnet/AspNetCore.Docs/blob/live/aspnetcore/fundamentals/middleware/write.md
Contributor guide
Assessment
This issue has not been assessed yet.