Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Using Options Pattern in program.cs

c# .net-core swagger .net-6.0

Do aggressive F# compiler optimizations only occur on referenced dependencies + release configuration?

IDesignTimeDbContextFactory not always needed?

Put dockerfile at top level folder of solution

Do .NET Core SDK / Runtime and NuGet Package Versions have to match?

dotnet ef Could not execute because the specified command or file was not found

Localization of data annotations in separate class library

Documentation disappears in NuGet package

Correct use of Worker Service and registration of its services from Web Api (same solution)

c# .net-core worker

How do I use the .NET Core Options Pattern with envorinment variables that contain periods?

Is there a way to log the values from the Data dictionary of an exception in .net core ILogger interface?

Permision denied for dotnet

.net-core

Microservices in .NET Core

Multiple Include/ThenInclude causing duplicates in EF Core

Required keyword causes error even if member initialized in constructor

c# .net-core

SemaphoreSlim usage limitations

c# .net .net-core

What is Entity Framework Include() and when to use it? [duplicate]

Passing command line arguments to roslyn compiler

Consume wcf service in .net core which to use services.AddSingleton or services.AddTransient

Pass a request to another API