Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Why use the full .NET Framework with ASP.NET Core?

asp.net-core .net-core

BigInt inconsistencies in PowerShell and C#

c# powershell .net-core bigint

Reading stream twice?

c# .net .net-core stream

Hosting ASP.NET Core as Windows service

How to replace AddJwtBearer extension in .NET Core 3.0

Setting the version number for .NET Core projects

asp.net-core .net-core

Can I build UWP with .NET Core?

.net .net-core

Using Dependency Injection with .NET Core Class Library (.NET Standard)

Securing a SPA by authorization server before first load

Should I install Visual Studio 2017 beside Visual Studio 2015 or should I first uninstall Visual Studio 2015 and then install Visual Studio 2017?

How do you filter xunit tests by trait with "dotnet test"?

.net-core xunit

How can I get my .NET Core 3 single file app to find the appsettings.json file?

What is an equivalent method to `GetCustomAttributes` for .NETCore (Windows 8 Framework)?

Where's the NuGet package location in ASP.NET Core?

.NET Core Blazor: How to get the Checkbox value if it is checked?

c# html .net-core blazor

Docker build complains it can't find nuget fallback package folder

docker .net-core nuget

Cross-platform background service in .NET Core (think windows service/unix daemon)?

Net Core API: Purpose of ProducesResponseType

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

What are the differences between Microsoft.NET.Sdk and Microsoft.NET.Sdk.Web

c# .net msbuild .net-core

How to run a .Net Core dll?

c# .net-core