Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

'IServiceCollection' does not contain a definition for 'AddControllers'

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

Dotnet Core vs DotNetStandard

.net .net-core

.NET Framework 4.6.2 and .NET Standard 2.0 incompatibility

WCFclient operation only Async .Net core 2.0

DotNet Core .csproj code files as child items

c# msbuild .net-core csproj

dotnet restore fails for private nuget packages

Action <T> usage as parameter

c# .net delegates .net-core

Add data using migration Entity Framework Core without specifying the id

What are the costs and possible side effects of calling BuildServiceProvider() in ConfigureServices()

Not getting code coverage in SonarCloud from an Azure Devops .NET core build

Entity Framework Core 3 raw SQL missing methods

Microsoft OData in .NET CORE 5 - Adding OData to services throws up a missing using directive yet the package is there

Unable to load DLL 'System.Security.Cryptography.Native.OpenSsl' when creating new HttpClient

How can I validate Request.Headers["Authorization"] for all controller at a single place?

c# asp.net-core .net-core

Package 'Microsoft.AspNet.SignalR.Core 2.2.2' was restored using '.NETFramework,Version=v4.6.1'

signalr .net-core

The breakpoint will not currently be hit - No executable code is associated with this line

How to register new NuGet package source on .NET Core?

c# .net .net-core nuget package

Can not create classlib (core) using dotnet CLI

How to serialize a dynamic object to a JSON string in dotnet core?

Thread.Sleep() in .NET Core on Mac

c# macos .net-core .net-mac