Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Hot reload notification/event

c# .net hot-reload

DataTable Select vs List<T> LINQ Performance

How to implement an event which can be canceled?

c# .net events

Entity framework attach: object with same key exists

c# .net entity

'No such table' after mounting sqlite in docker container

c# .net docker sqlite

Using AutoMapper inside a static class in .NET Core 3 with C#

c# .net .net-core automapper

How to use the Monaco editor inside a Windows Forms application?

c# .net winforms monaco-editor

How to change default mouse cursor for the whole WPF application globally?

c# .net wpf mouse-cursor

Nuget dependency versions

.net visual-studio nuget

DispatcherTimer Stop not stopping

c# .net wpf

Best way to create a lot of small files?

c# .net performance createfile

Unable to load DLL 'iclit09b.dll'

Open Windows Explorer to a Combined-GUID folder

c# .net windows

Running fortify scan on .cs files

c# .net fortify

Blazor error "The call is ambiguous between the following methods or properties" when working with InputSelect

How can two plugin assemblies reference different versions of a dependency library?

c# .net .net-assembly

How do I get windows taskbar height in WPF application?

c# .net wpf

Best way to start several async tasks in parallel? [closed]

How to get list of files from web URL outside my web application

c# asp.net .net