Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

EF Core - Running migrations without sources - Equivalent of EF6's migrate.exe

ASP.NET Core CreatedAtRoute No route matches the supplied values

Error:An unknown error occurred while invoking the service metadata component. Failed to generate service reference

c# wcf .net-core

'The specified invariant name 'System.Data.SqlClient' wasn't found in the list of registered .NET Data Providers.' on a .netCore project

asp.net-core .net-core

Run ASP.NET 5 (MVC 6) using .NET Core on IIS

How to include .Net Core 2.0 in Visual Studio 2017

NSubstitute ILogger .NET Core

Where can I find the ASP.NET Core 2 source code? Specifically for Microsoft.AspNetCore.Authentication.OpenIdConnect

System Text JsonSerializer Deserialization of TimeSpan

How to migrate Azure Functions v3 to .net core 5.0

Error while reading json file in dotnet core "the configured user limit (128) on the number of inotify instances has been reached"

How to change default dnx version is Visual Studio Code?

MassTransit and .NET Core DI - how to resolve dependencies with parameterless constructor?

How to deserialize stream to object using System.Text.Json APIs

AspNetCore Abstractions could not load

asp.net-core .net-core

How to manually parse a JSON string in net-core 2.0

warning NETSDK1080: A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher

JetBrains Rider - configure appsettings overrides

c# .net-core appsettings rider

Is it possible to have multiple GETs that vary only by parameters in ASP.NET Core?

Adding custom middleware not working when using IMiddleware