Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to stub DbSet.Find

Is conditional logic in an MVC3 view a good practice?

c# .net asp.net-mvc-3 view

can this trim code ever fail?

c#

Thread-safe extension method?

Derived classes of abstract class in an Array

Which one is performance wise to clear a string builder?

Managed C++ Static Constructor not called in .net4

c# .net c++-cli

How to upcast generic type parameters

c# generics

Unexpected behaviour using nested Retry, and Circuit Breaker policies of Polly.Net

GraphQL : Not Getting EF Related objects after implementing Types

c# .net .net-core graphql

Azure SQL Authentication Active Directory Default Slow

Switch by type of generic parameter

c# .net generics

ASP.NET Core 7 Web API - authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user

Array Bitwise Type Conversion in C#

c# c++ arrays

Guarantee that a class can only be used by the thread that instantiated it

c# thread-safety