Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

The current .NET SDK does not support targeting .NET Core 3.0 | 3.1 | 5.0 | 6.0

asp.net .net .net-core msbuild

The specified framework 'Microsoft.NETCore.App', version '2.2.0' was not found

visual-studio .net-core

Cross-platform file name handling in .NET Core

c# linux .net-core

The non-generic method 'IServiceProvider.GetService(Type)' cannot be used with type arguments

What is deps.json, and how do I make it use relative paths?

c# asp.net-core .net-core

Reference external DLL in .NET Core project

c# .net-core

Does .net core dependency injection support Lazy<T>

How to set javascript variables using MVC4 with Razor

Access from class library to appsetting.json in Asp.net-core

How to get absolute path in ASP.Net Core alternative way for Server.MapPath

How do I show a "Loading . . . please wait" message in Winforms for a long loading form?

c# .net winforms .net-core

Proper way to register HostedService in ASP.NET Core. AddHostedService vs AddSingleton

Do we need interfaces for dependency injection?

.NET Core locking files

asp.net-core .net-core

Error in Visual Studio Code Dotnet Core C#: "The type or namespace name 'System' could not be found", but build succeeds

Difference between .Net Core, Portable, Standard, Compact, UWP, and PCL?

Cascade deleting with EF Core

What does <None Remove="..." /> mean in csproj?

.net-core csproj

Inline variable declaration not compiling

How to get IOptions in ConfigureServices method?