Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

The following projects do not have a valid ProjectGuid and were not built using a valid solution (.sln) thus will be skipped from analysis

sonarqube .net-core

How to connect to SQL Server from .Net Core without using Entity Framework?

sql-server .net-core

RNGCryptoServiceProvider in .Net Core

cryptography .net-core

Use .net core with legacy .net framework dlls

instance of entity type cannot be tracked because another instance with same key value is tracked

How to set default page asp.net [duplicate]

Encrypt String in .NET Core

c# encryption .net-core

What is the new GlobalSection in a VS2017 15.3 solution file?

Can I use ASP.NET Core targeting only .NET 4.6.1?

.net asp.net-core .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