Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-5

Asp.net core Identity Password reset "invalid token" even though tokens generated are identical

Implement a menu on tray icon for .NET 5/6 win forms

c# .net .net-core .net-5

How do I call a method in one Blazor (parent) component from another Blazor ("child") component?

.NET Generic Host - Is it possible to stop and restart a host?

Windows Workflow Foundation for .net Core

Cannot convert lambda expression to intended delegate type because some of return types in block aren't implicitly convertible to delegate ret-type

Mocking or creating pragmatically ODataQueryOptions for .NET 5 Core Controller unit test

Relationship between PlatformTarget and RuntimeIdentifier in .NET 5

c# .net-5 csproj

What is the correct way to pass a cancellation token to an async stream?

XML Body is null/default when sending to a web API

Dependency Inversion Principle. Why can I access classes of a non-directly referenced project in ASP.NET 5?

Which ANTLR Nuget packages are which?

DotNet: SocketException (111): Connection refused for UDP on Debian

XmlSerializer breaks on .Net 5 upgrade

c# xmlserializer .net-5

The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot with SendGrid in Docker

.NET 5 IOptionsSnapshot: Cannot resolve scoped service

Hide parameter from Swagger (Swashbuckle)

c# swagger .net-5 swashbuckle