Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Azure Functions environment variable is always null

Efficiently replacing properties of a large JSON using System.Text.Json

Double underscore for configurations in DotNetCore 3.1 doesn't seem to work as I was expecting

asp.net-core .net-core

.NET Core on Linux: Allow writing to a named pipe by another user

linux .net-core named-pipes

"No frameworks were found" when trying to run .NET Core application

.net .net-core

.NET 8, EF Core query could not be translated when using a static collection/list as field

FluentMigrator: How to set default schema for MigrationRunner

.net-core fluent-migrator

Task.Run causes "Cannot access a disposed context instance" exception

ASP.NET Core MVC check Authorization on post back

System.Configuration.ConfigurationManager vs Microsoft.Extensions.Configuration

`dotnet build` and `dotnet restore` hangs forever without any error

Odd string interpolation Null Reference Exception when debugging

c# .net-core

Dotnet Core & Swagger: Prevent Swagger UI without authentication

Create a custom CLI Tool that can be distributed with NuGet

c# .net .net-core nuget

CredentialCache.DefaultCredentials isn't respecting IIS App Pool Credentials with dotnet core 2.2

c# iis .net-core restsharp

How to authenticate against an Asp.Net Core Identity from an Angular(Or another SPA)?

ASP.Net Core BackgroundService is cancelled without reason

c# asp.net-core .net-core