Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core-3.0

Aes encryption in .net Core 3.0 'Specified key is not a valid size for this algorithm.'

c# .net .net-core-3.0

.net core 3 yields different floating point results from version 2.2

NO_PROXY ignored by .net core 3.0 on Windows

Is it possible to implement custom safe cast (using "as" between arbitrary abstract data structures)?

Assembly unloading after seriaization with Json.NET

c# json.net .net-core-3.0

MVC controller API access in Blazor not working with .NET Core 3.0

File upload with Swagger 5.0.0-rcX and .Net-Core 3

Blazor .NET Core 3.0 - Can cshtml pages use MainLayout.razor

layout blazor .net-core-3.0

NetTopologySuite Distance is returning odd results in .net Core 3

Error Publishing with /p:PublishSingleFile=true Flag

c# .net-core-3.0

How to use enums with EnumMember attribute in FromBody ViewModel in Web API Request?

equivalent of default value during Converting my newtonsoft implementation to new JSON library in .net core 3.0

Making member virtual prevents calling default interface implementation and causes StackOverflowException in C# 8

How to call a stored procedure in EF Core 3.0 via FromSqlRaw

How to use class fields with System.Text.Json.JsonSerializer?

Deserialization of reference types without parameterless constructor is not supported