Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

.Net Core Worker Service appsettings.json not being read

Property and method Injection in ASP.NET Core Web API

CancellationToken is not cancelling all tasks

c# .net-core

Customize version number in Swagger

The specified framework 'Microsoft.AspNetCore.App', version '2.2.5' was not found

ChangeLog OriginalValue same as CurrentValue on EF Core Update Entity

Is there a difference between method injection or constructor injection of services in the Configure() method of the Startup class?

Can't use LINQ in EF Where expression for lambda property

c# .net-core .net-core-3.0

EF relation - cannot map due to list<guid> being primitive

A named connection string was used, but the name 'DefaultConnection' was not found in the application's configuration

Nuget 'Unable to satisfy conflicting requests' but the package versions are exactly the same. What is the conflict?

Installing dotnet-sdk-7.0 on Ubuntu 20.04 (and 22.04) breaks net6.0 projects (and net7.0 doesn't work either). Sudo needed to build after this

.net Core Controller action, return static html page

How to Load .csproj file into .NET Core 3.0 using MSBuild NuGet

c# .net-core msbuild project

Appsettings.json get string with two programs running

Ignore first segments in ASP.NET MVC Core routing

Should I pass the Localizer to ViewData in .net core Globalization?