Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Unsupported Media Type with HttpClient / .NET Core

EF Core Migration Add - creates a migration with unexpected DropForeignKey, DropUniqueConstraint, DropColumn statements

Run two blazor WASM apps inside a single WASM-hosted project

Facebook SDK for .NET Core

MSBuild tools offline installation

How can I do a POST in .NET Core 2.2 if the content is XML formatted?

How to return custom error messages in dotnet core Web Api

Optimizing .NET Core self-contained deployment

deployment .net-core

Solution targeting .NET Core 2.1 builds with old System.ServiceModel.Primitives and System.Private.ServiceModel

How to redirect to URL (with custom headers) from C# Controller

System.ServiceProcess ServiceController in .NETCore

.net-core

How to customize MongoDb collection name on .Net Core Model?

Blazor .Net server side where to load LocalStorage data

.net-core storage blazor

System.Net.Http.HttpRequestException: Cannot assign requested address - error while communicating between 2 .net core web apps in localhost

how to read excel file in memory (without saving it in disk) and return its content dotnet core

System.NotSupportedException when calling OData service from NetCoreApp2.1

.net-core odata

Reading extended file properties with .NET Core

JsonConverter will not convert enum with dashes(hyphens) [duplicate]

How to Dump a .NET Core Application on Linux

.net linux .net-core dump

How does the Span<T> type wrap around heap-allocated arrays if it's a stack-allocated value type in .NET Core CLR?

c# .net-core clr