Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Ambiguous call between (Func<IInterface>) and (Func<Task<IInterface>>)

c#

How can I create an Azure AD application using the fluent API?

Why does compiler return `dynamic` when it should return a specific type?

Reduce Cognitive Complexity

c# .net-core sonarqube

Accessing Claims Principal in the Service layer in the API of a Net core 6 App

c#: DI and additional parameter

Visual Studio 17.8, I do not see .NET 8.0 as a option for Blazor Server project template

c# blazor .net-8.0

In C# is there a way to shorten reference calls like Microsoft.VisualBasic.Interaction.MsgBox() to something like myMsgBox()?

c# inputbox msgbox

Redirect in custom action filter

c# asp.net-mvc

C# TaskFactory not completing all iterations

c# task taskfactory

Can you copy a struct to another, when both are the same, unknown, type

c# struct

Why would an AutoMapperExtension behave differently from a direct implementation?

c# automapper

How to retry a NUnit TestCase?

c# nunit

LINQ Get single result or null

c# linq

Difference between "" (Empty String) and isNot Nothing?

.Net Core 2.0 Web Api circular dependency after moving database context to DAL class library

Invalidate user in Identity Core when roles/account changes

How to instantiate UrlHelper for a Controller Unit Test in Asp.Net Core 2.0

Using Entity Framework Core in a Powershell Cmdlet?

Is it useful to put the C# 7.2 'in' parameter modifier everywhere

c# struct pass-by-reference