Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

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

.NET Core Identity doesn't refresh auth cookie for static files and throws 500 error

`gulp.watch` blocking execution of `dotnet run`

c# npm gulp .net-core

Enable file logging on IIS for serilog

iis .net-core serilog

Is it possible to programmatically install a Visual Studio extension?

What is the difference between swashbuckle.aspnetcore and swashbuckle packages?

Disable wss for ASP.NET Core Hot Reload