Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-3.1

ASP.NET Core 3.1 Razor Pages: How to automatically redirect to Login page from Index page?

How to avoid Services.AddScoped for every Use Case I have?

How do I pass OpenID authentication from Blazor WebAssembly to a .NET Core WebApi backend, both using Cognito as the OpenID provider?

GitHub actions publishes my site and ends with HTTP ERROR 500.30

How to set the composite primary key for owned entity types using entity framework core 3.1.1?

Accessing top-level fields in AppSettings.json from injected configuration class

Entity Framework is combining my table name and the Id name

How to get User Information after login in ASP.NET Core3.1

How do I implement an unknown Array type in C# .Net Core?

Configuration.GetSection returns null in vs code, but not in visual studio 19

Programmatically generating request verification token

What is the purpose of UserManager methods like GetPhoneNumberAsync(IdentityUser user), when the desired properties can be pulled from user object?

How to get current JsonSerializerOptions in ASP.NET Core 3.1?

Twilio Messaging Webhook - Unsupported Media Type - Asp.net Core 3.1 API

How to use IAsyncEnumerable in repository class

Invalid Token - The audience 'empty' is invalid

Programmatically render Razor Page as HTML string

.NET Core 3.1 CORS not working on Ember (3.12) web UI

AspNetCore.Authorization: System.ArgumentNullException: 'Value cannot be null. (Parameter 'configure')'

How do you access HttpContext in the constructor of a Controller in .NET Core 3?