Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Entity Framework Core 2.1, rename table using code-first migrations without dropping and creating new table

StructureMap proxy all instances or modify instances just before returning

c# .net-core structuremap

Distributed Transactions: .NET Framework vs .NET Core

Why does XmlSerializer fail to serialize enum value in .Net Core but works fine in .NET Framework

IIS Express vs dotnet run [duplicate]

c# visual-studio iis .net-core

How to auto increment the version (eg. “1.0.*”) of a .NET Core project?

.NET Core: TcpClient.GetStream crashes when using async

Visual Studio 2017 macros show empty on build but not in macro selector

Remote debugging .net core 2.0 console app over ssh

Multiple types [FromBody] on same method .net core web api

.NET Core Assembly.LoadFile at PostBuild event

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

ToAsyncEnumerable().Single() vs SingleAsync()

How do I specify dependencies in a .NET Standard Class Library?

What's the alternative to WebRequestHandler in .NET Core?

Programmatically start a .NET Core web app for Selenium testing

Stream a multi-GB file to AWS S3 from ASP.NET Core Web API

How to use dotnet (.NET Core) to pack a sln file that contains a sql project?

c# msbuild .net-core

Why is .NET Core handling ReadKey differently on Raspbian?

F# Refer a module function from another file

.NET Core - Hook incoming request with a Request-Id to outbound HTTP requests