Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

RabbitMQ Client (DotNet Core) preventing application from closing

c# rabbitmq .net-core

NetCore 6 - Converting null literal or possible null value to non-nullable type

How to Mock HTTPClient from IHttpClientFactory combined with Polly policies in .NET Core using Moq

ASP.NET Core 3.1 WebRoot Path

.NET Core console application with EF Core is not working when run from using dotnet run command, throwing authentication failed exception

Multiple authentication methods in asp.Net core 2.2

How to add calculated value into this TryUpdateModelAsync<>

c# asp.net-core .net-core

Verify Expression<Func<T, bool>> argument in a unit test with NSubstitute

IAuthorizationPolicyProvider: can I use multiple policy providers or I have to consider all cases inside one general policy provider?

.NET SslStream: How to extract session key?

c# .net ssl .net-core sslstream

Exclude properties for migrations [duplicate]

Using IConfigureOptions to configure an injected dependency

Being able to reuse same CancellationTokenSource - CancellationTokenSource.CreateLinkedTokenSource

JWT Bearer Authentication Does not read Token from headers

No SaveChanges Method on IConfigurationDbContext with Identity Server 4

How to stop copying referenced project's AppSettings.json and web.config to output folder

How to handle Transfer-Encoding: chunked when downloading a file with .NET Core HttpClient.PostAsync

Xunit - unit test with list or object as parameter

c# .net-core xunit

Why isn't anything passed to the .UseStartup<Startup>() method in default webapi .Net Core application?

c# asp.net-core .net-core

How to inject an IStringLocalizer into IApplicationModelConvention?