Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

.NET Core 2.1 can't reference a .NET Framework 4.7.2 Class library

.net .net-core

For a .Net Core 2.1 project, Why does Nuget restores .Net 4.6.1 packages?

c# .net-core

How to prevent launchSettings.json from being created in Visual Studio 2017

HttpClientFactory - Get a named, typed client by its name

What is the equivalent of Type.GetGenericArguments() in .NETStandard 1.0 / .NET Core?

Can I install .Net Framework and .Net Core on the same machine?

.net .net-core

How can I create a Memory<T> from a Span<T>?

c# .net .net-core

How can I write unit test for my background service?

.net Core amd Roslyn CSharpCompilation, The type 'Object' is defined in an assembly that is not referenced

c# .net roslyn .net-core

How to store the token received in AcquireTokenAsync with Active Directory

SMTP settings in appSettings.json in dotnet core 2.0

c# asp.net .net-core

.NET Core 3.1 - Could not load file or assembly System.Runtime, Version=4.2.2.0

c# .net-core .net-core-3.1

.Net Core appsettings.json best practices - override dev settings (or vice versa)?

.net asp.net-core .net-core

Shutdown .Netcore IHostedService as Console App

c# .net-core

Form View Designer is NOT working in Visual Studio 2019 with using c# .NET Core 3.1 [duplicate]

Avoid Entity Framework Error with Multiple Tasks Running Concurrently on Same DbContext

.NET Core 1.0 - How to run "All tests in Solution" with xUnit command line

Pass data to startup.cs

c# .net-core

How can I reference System.Data.Odbc for dotnet core in my project?

odbc .net-core

Why does .NET Core 2.0 perform worse than .NET Framework 4.6.1

c# .net-core