Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core-3.0

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

ASP.NET Core 3 and 500.30 In-Process Startup Failure

How to exclude App.config from getting bundled in the .exe in a .net core 3 single-file self-contained WinForms app?

How to use stored procedures with SqlParameters in EF Core 3.0

.net-core-3.0 ef-core-3.0

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