AspNetCore.Docs
AspNetCore.Docs copied to clipboard
Documentation for ASP.NET Core
I create ASP.NET Core Web App with individual user accounts, Then i scaffold identity, Here i select Register, Login, LogOut, and RegisterConfirmation, Then i select ApplicationDbContext as Data Context Class...
Create new doc for `dotnet user-jwts` under Secrets management. See * [ASP.NET Core updates in .NET 7 Preview 5](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-5/) * https://github.com/dotnet/aspnetcore/pull/42125 **New doc title**: Create and manage JWTs for development...
[MapGroup support for more extension methods](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-6/#mapgroup-support-for-more-extension-methods) Related to #26476
Wait until this is finished in another preview. [System.Security.Cryptography support on WebAssembly](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-6/#system-security-cryptography-support-on-webassembly)
[Route groups](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-4/#route-groups) Copy `fundamentals\minimal-apis\7.0-samples\todo\` to `fundamentals\minimal-apis\7.0-samples\todo-group\` ***EDIT by @Rick-Anderson*** Do #26549 as separate PR
I've tried these docs to try and setup a custom identity setup with Guid primary key. It doesn't appear to work. I get an exception when i browse to the...
Based on the documentation, I can bind an options object using code like this: `builder.Services.Configure( builder.Configuration.GetSection(PositionOptions.Position));` Unfortunately, this doesn't work unless we include the `Microsoft.Extensions.Options.ConfigurationExtensions` package. It would be great...
this page is linked from the Configure Storage Emulator Local wizard in Visual Studio. But the choices in the wizard do not match any labels in the doc. So, the...
1. Copy Code from [EF-RP 6.0 project](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu60) to [cu80](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu80) and update for .NET 9 or .NET 8 2. Quick review of code and update where necessary. 3. Add code for...
The scaffolded page differs quite a bit from the tutorial. Please compare and review `index.cshtml.cs` for the tutorial and what is actually generated by the scaffolding. --- #### Document Details...