Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Integrating Paypal with .Net Core 3

Read the Authors of an Assembly

Role based authorization in ASP.NET Core 3: how to grant access everywhere to certain role?

GET and POST appear to be allowed regardless specification in the builder's WithMethods(..)

error MSB3823: Non-string resources require the property GenerateResourceUsePreserializedResources to be set to true

.NET core - Dependency Injection, factories and IDisposable

.NET Core secrets on a production server when not hosting on Azure

c# asp.net-core .net-core

StackExchange.Redis - Unexplainable time-out exception issue

.Net Core 3.x compatibility with .Net Framework 4.7

Difference between .NET Core and Entity Framework Core

The referenced project is a non self-contained executable. A non self-contained executable cannot be referenced by a self-contained executable

c# asp.net .net .net-core

Update owned entity EF Core 5

Net Core: Dependency Injection in Integration Test [duplicate]

Slow performance using Nlog when compared to log4net

Entity Framework Core MigrationBuilder "ALTER DATABASE statement not allowed within multi-statement transaction."

POST Fetch .Net Core

Package X is not compatible with netcoreapp3.1

How to mock FluentValidation ValidationResults in test

C# .NET Core 7 Http Listener app, wrapped in docker, cannot be reached from localhost

Entity Framework Core - efficient way to update Entity that has children based on JSON representation of entity being passed in via Web API