Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Unit testing controller methods which return IActionResult

dotnet publish doesn´t publish correct appsettings.{env.EnvironmentName}.json

dotnet restore warning NU1701

c# .net nuget .net-core

Replace service registration in ASP.NET Core built-in DI container?

Difference between ASP.NET Core (.NET Core) and ASP.NET Core (.NET Framework)

c# .net asp.net-core .net-core

Switch between dotnet core SDK versions

c# asp.net-core .net-core

Visual Studio 2017 cannot update Microsoft.NETCore.App package ("Blocked by project")

Entity framework EF.Functions.Like vs string.Contains

Using Razor outside of MVC in .NET Core

c# .net razor .net-core

Error NU1605 Detected package downgrade

How to fix "The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time" error

c# .net-core blazor

EF Core add-migration Build Failed

Why is code behavior different in release & debug mode?

c# .net .net-core coreclr

The library hostpolicy.dll was not found

.net .net-core dotnet-cli

JWT on .NET Core 2.0

c# .net-core jwt jose

IIS: Handler "aspNetCore" has a bad module "AspNetCoreModuleV2" in its module list

c# asp.net-mvc iis .net-core

ASP.NET Core 3.0 not showing on Visual Studio 2019

Embedded resource in .Net Core libraries

c# asp.net-core .net-core

.NET Core IServiceScopeFactory.CreateScope() vs IServiceProvider.CreateScope() extension

On IServiceProvider what are the differences between the GetRequiredService and GetService methods?