Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

How do I use Visual Studio 2019 to remotely debug a .NetCore application on a Hyper-V Linux VM?

Decompiled Sources only show "throw null" for every .NET Framework class

@attribute [AllowAnonymous] in Blazor server-side component has no effect

ICustomAuthorizeRequestValidator isn't being called?

How to get Serilog to enrich logs

Attaching middleware to a specific route in ASP.NET Core Web API?

Inject .NET Core IConfiguration into Singleton

asp.net-core .net-core

How to add Content-Type: application/octet-stream to .Net Core header

Cannot access a closed Stream when returning FileStreamResult from C# .NetCore API

Write stream directly to HttpClient

Reading Stream: Byte[] vs Memory<Byte> vs Span<Byte>

c# .net .net-core

Can't make a function call in in spite of the using-statement and extension needed

c# asp.net .net-core

Scope Logging in Application Insight

If you write a C# or F# program that runs on .NET Core, will the same bytecode also run on .NET (with no .NET Core installed)? [closed]

c# .net f# .net-core

CsvHelper error when using RegisterClassMap

"Error Unable to create an object of type 'AppDbContext'. For the different patterns supported at design time"

How do I read a custom error message returned when HttpWebRequest.GetResponse throws a WebException?

c# .net-core