Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Log4Net on .Net Standard has no version for getting logger without repository

c# log4net .net-standard

How to include MaterialDesignXamlToolkit to WPF class library?

Can this foreach be improved? [closed]

c# foreach

Getting the drive's items from Microsoft Graph API: The request is malformed or incorrect

How to specify output folder for the referenced nuget packages?

What is MauiContext and how to get one in .NET MAUI project?

c# .net maui platform

SkiaSharp set new rotation point at the centre of the canvas and Rotate around that point

c# xamarin.forms skiasharp

How can I reply an email in the same the thread? with sendgrid

What are the .NET 5 Source generators?

c# .net sourcegenerators

Dotnet core 1.1 on linux: Any particular way thats better than others when seeding data with EF Core?

Why add-migration command is not creating migration? Not recognising packages

Json.NET ToObject Date Serialization Format

c# .net json.net

Add HTTP message handler to all HTTP clients

The entity type has multiple properties with the [Key] attribute. Composite primary keys can only be set using 'HasKey' in 'OnModelCreating'.'

c# entity-framework-core

Any fast way to check if two doubles has the same sign?

c# algorithm performance

C# WPF add KeyBinding events in XAML

Nullable types as function parameter in C#

c#