Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Is there a MemoryStream that accepts a Span<T> or Memory<T>?

c# .net .net-core

.NET Microsoft.AspNetCore.Http.Extensions UriHelper.GetDisplayUrl returns invalid URI

c# .net http .net-core

netstandard1.0 /netstandard1.2 and LINQ

System.Text.Json.JsonReaderException isn't found in namespace

How to host ASP.NET Core 2.0 (Kestrel) with Unix domain socket behind a nginx proxy?

How to Downgrade to .NET Core 1.0?

How to test a self-contained exe from the debug folder of a test project?

API can't connect to IdentityServer4 on Azure without context.Request.Scheme set to "https"

Release pipeline couldn't find .runsettings file while executing tests on machine

Why does dotnet run launch 2 processes?

.net-core dotnet-cli

How to add parameter/s to every query in DbContext in EF Core to secure tenants data?

Unit test MiddleWare, how to add a HttpRequest to a HttpContext in .NET Core 3.1

Creating SOAP Service from existing WSDL (not consuming)

.net-core soap wsdl

JS/.NET interact on MAUI WebView

c# .net-core maui

How can I create a windows forms project using .NET Core?

What is the use case of IOptions versus IConfiguration (other than IOptions allows mapping to object)?

.net-core .net-6.0

How to use IOptions pattern in Program.cs in .NET6, before builder.build()?

c# .net .net-core .net-6.0