Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

c# DateTime. Reset time to 0

c# datetime

How to access a service added to DI container from inside Asp.Net Core's ConfigureServices method

Is there any way to get the first 5 characters of a GUID?

c#

Certificate Memory Leak

Load assemblies with dependencies in a different AppDomain

C# DataGridView, custom property from columns editor is not saved

Why is params 'less performant' than a regular array?

Remove Focus from TextBox by Clicking Anywhere/Anything Else

c# .net winforms user-controls

Azure DevOps 2019 Server failed on executing tests with code coverage

Wrong calculated CPU usage using C# and WMI

c# wmi cpu-usage

Design Patterns for SqlConnection, connection pooling and unit of works

Appropriate pattern for awaiting Task.WhenAny(List<T>) when list can have other tasks appended

c# async-await task

Multiple string replace performance [duplicate]

c#

How can I use SslStream/AuthenticateAsServer with a self signed cert/key?

c# .net server tls1.2

Discord.Net GetUser By Id Returns null

c# discord discord.net

How to set Dynamic IssuerSigningKey and TokenDecryptionKey in AddJwtBearer options in ConfigureServices method on Startup.cs file

c# jwt asp.net-core-3.1 jwe

Register Open Generic Decorator with Scrutor

C# list of "Type" that implements specific interface

c# interface compile-time