Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Store does not implement IUserRoleStore<TUser> ASP.NET Core Identity

How to get params from AuthorizationHandler .NET Core

c# asp.net-core .net-core

.net core 2.0 logging inside Kubernetes pod console

c# docker kubernetes .net-core

Visual Studio 2017 Unit Test Project vs xUnit Test Project

.NET Core - HttpClient vs RestSharp [closed]

c# .net-core httpclient

Where is full documentation about the csproj format for .net core?

c# msbuild .net-core csproj

Building a .NET Core app via command line, so that it works on a machine without .NET Core installed

Compile multiple dotnet core projects in one step using dotnet cli

.net-core dotnet-cli

Docker Compose - adding identifier to network name

How to change Azure App Service to 64-bit

azure 64-bit .net-core

How should I manage DbContext Lifetime in MVC Core?

Difference between AllowedHosts in appsettings.json and UseCors in .NET Core API 3.x

c# .net .net-core

AutoValidateAntiForgeryToken vs. ValidateAntiForgeryToken

.NET Core - how does the 'dotnet publish' command work?

deployment build .net-core

Using Factory Pattern with ASP.NET Core Dependency Injection

Where is the EDMX

What is the equivalent of [Serializable] in .NET Core ? (Conversion Projects)

c# .net-core

Can I use Entity Framework 6 (not core) in .net core?

How do I provide ILogger<T> in my unit tests of .NET Core code?

Cannot install .Net Core 2.2 on UBuntu 18.04