Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Running .NET 5 Api under Kestrel from Visual Studio 2019 ignores launchSettings.json applicationUrl setting

xUnit test class internal

Printing variables to console

c#

NSubstitute mocking Mongo IFindFluent does not work

C# Adding Filter to combobox dropdown list

Can C# structs coming from the unmanaged world be "live"-updating?

c# marshalling unmanaged

How to properly implement Busy Indicator from WPF Extended Toolkit

c# wpf mvvm wpftoolkit

Can't use WinUI 3 File Picker

How can I dispose my Excel Application

c# excel automation

Nullable in csproj - what's the default?

c# .net

What happens when an Azure Timer function has an execution duration that's longer shorter than the trigger period?

c# .net azure azure-functions

Get email addresses from distribution list using c#

NuGet: Copying .DLL file without creating a reference?

c# nuget nuget-package

How to publish the particular .Net Core project automatically whenever it is built by Visual Studio?

NU1201 Project is not compatible with net472 when a .netcore dll is referenced from a multiframework console app

Why does DataContext fail to inherit on objects constructed as attached properties?

Polly create HttpClient (IHttpClientBuilder.AddPolicyHandler) without ServiceCollection