Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

WPF ViewModel running method in another thread, reporting progress, changing Button's IsEnabled and displaying result

c# wpf multithreading mvvm

Visual Studio 2022 does not "start" application when debugging multiple projects

Azure DevOps Restrict Packages Allowed in Artifact Feed From Upstream Sources

c# azure azure-devops nuget

Can I call QueryHandler/CommandHandler in another CommandHandler in CQRS

EF Core - Missing related entity in class despite foreign key after running Scaffold-DbContext

How to programatically create topic and send message to Kafka using C# dot net client

Native Test Explorer

ActivitySource.StartActivity returns null as if there is no listeners even though console listener is defined

What is the relevance of the DynamicTableEntity class?

How to show the text visualizer for custom classes

EF Core - Create composite unique index with a value object and a parent type

Working with JSON in C# .NET 3.5

c# .net json file-io

What is this System.ArgumentException on ContainerBuilder.Build (autofac)? And is it a problem?

c# autofac .net-4.8

Setting parent of the form to "FindWindow"

c# c parent setparent

C# sort and put back Regex.matches

In Entity Framework Core, what is the difference between using InvariantGlobalization and not using it?

c# entity-framework-core

.NET MAUI Project Build Failure After Updating to .NET 8

c# maui

take out foreach using linq

c# linq