Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How do I register a delegate or function with Autofac when the function belongs to a class that must be resolved?

What is the meaning of static in differents parts of the code?

c#

unit testing a file writer function

Why does the C# compiler think I'm trying to use the sbyte overload when using nullable longs?

c# overloading

Custom WebApplicationFactory in integration testing not registering services in Startup.cs (ASP.NET Core 3.1)

c# asp.net-core

Open .heic bitmap file in SkiaSharp

c# skiasharp

(C#) How to copy classes by value type and not reference type?

DDD - How to use Shared Kernel with multiple bounded contexts?

Show dialog from ViewModel in ReactiveUI Avalonia (MVVM)

c# .net mvvm reactiveui avalonia

WinUI 3 COMException Error when updating TextBlock Text in a timer function

c# .net winui-3

Blazor WebAssembly Add headers to all API requests

Filtering for certain sub-types in EF-Core and TPT-inheritance in WebApi

Unity: 'JsonSerializer' is inaccessible due to its protection level

c# unity-game-engine

.ics files not opening in Chrome Mobile for Apple Devices

Alternative to an infinite loop

Similar function in SQL Server to string.format in c#

Two-Dimensional Array with two different data types in C#

c# arrays sorting

Web.Config - StaticContent ClientCache setup for specific files

How to properly return a subset of object properties

UWP Toast works, but images (AdaptiveImage, ToastGenericHeroImage, ToastGenericAppLogo) not displaying