Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

configuration.GetValue list returns null

c# .net .net-core

Unit Testing IServiceCollection Registration

How do I implement DbContext inheritance for multiple databases in EF7 / .NET Core

How to access current HttpContext in ASP.NET Core 2 Custom Policy-Based Authorization with AuthorizationHandlerContext

Why can't I convert from 'System.IO.StreamWriter' to 'CsvHelper.ISerializer'?

c# .net-core csvhelper

How to properly use Code Contracts in .NET Core

c# .net-core code-contracts

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

Change the JSON serialization settings of a single ASP.NET Core controller

How can I convert a .NET Core project to a .NET Framework project?

Why bother with dotnet build before dotnet publish?

build .net-core

How is a Scoped service instance handled in a .NET Core Console application?

Has something replaced bundleconfig.json in ASP.NET Core MVC 2.1?

Mock IMemoryCache with Moq throwing exception

Setting custom <OutputPath> in .NET Core (stop adding framework target)? [duplicate]

EF Core - Table '*.__EFMigrationsHistory' doesn't exist

How to hardcode and read a string array in appSettings.json?

c# .net-core appsettings

Owned type mapping EF Core fails when saving

VS 2017 15.3 Yellow Triangles on References

visual-studio .net-core

What are differences between Portable and win-x64 when deploying?

What is the use of Normalized Email & UserName in .NET core IdentityUser Model?