Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

xUnit - deps.json not created for Integration Test in .NetCore 3.1 [Api.deps.json'. This file is required for functional tests to run properly.]

How to pass string arrays into an attribute constructor?

c#

How to dynamically load items in a ComboBox using AvaloniaUI

c# .net-core avaloniaui

Compressing with GZIP in c# and decompressing in python fails

python c# gzip

How to get user input parameters in my authorization policy requirement in ASP.NET Core 5.0?

What is the Difference Between Blazor.Server and Asp.Net Web API? [closed]

Automapper & Autofac typeconverter - does not have a default constructor

c# automapper autofac

Linq IQueryable Generic Filter

Entity Framework and compiled expressions performance

c# entity-framework linq

How to send email and roll back changes?

c# .net

VsCode installing C# dependencies

Deconstructors and nullable reference types

.net how to set the the response body when the authorization failed?

c# .net authorization

Task.Run() in async method causes thread pool starvation?

c# .net-core async-await