Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Installing .NET Runtime via WIX 4 Installer

.net wix wix4

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

Accessing HttpContext in app.UseStatusCodePages

Both `TouchBehavior.CommandParameter` and `TouchBehavior.LongPressCommandParameter` are always passed as `null` to `Command` and `LongPressCommand`

SetWindowPos doesn't change the maximized state

c# .net window pinvoke

c# put methods inside using statement possible?

c# .net

Running shell commands in ASP.NET

c# asp.net .net shell

SkiaSharp Tiff support

.net 2.0 wsdl.exe directory must be set in global preferences

.net web-services soapui

How set an enum flag for a generic enum type in .NET Standard?

Recognizing visio shapes in an image

c# .net opencv ocr

How can multiple audio files be played in sequence?

c# .net

Registering my .net assembly for COM interoperability doesn't expose my methods

.net com com-interop

Reference to type '(, )' claims it is defined in 'mscorlib', but it could not be found

.net visual-studio-2019

Visual Studio is generating one of my service references with Runtime.Serialization, but the others generate with ServiceModel

Creating dynamic class from a string containing the class definition

Equivalent of Objective-C Dispatch Queues in C# .NET approach or idiom