Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Using parameters with EntityFramework and `FromSql`

Error the process cannot access the file because it is being used by another process while building project by CLI on .NET Core

c# .net .net-core

How to update appsettings.json based on publish profile using .NET Core?

Unable to start Kestrel. System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use

FirefoxWebdriver No data is available for encoding 437

c# .net-core

The program '[13492] dotnet.exe' has exited with code -2147450749

c# .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