Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Trying to get a Guid? via linq

c# .net linq

Interact with UI via RayCast Unity

Swashbuckle: Polymorphism not working with external nuget package

How do I get the most recent entry by condition in EF Core?

Hot reload notification/event

c# .net hot-reload

Difference between Task.Run(()=> DoWorkAsync()) and new Thread(async()=> DoWorkAsync());

User.Identity.Name is null for Blazor Wasm hosted in asp.net core

c# asp.net identityserver4

Azure Feature Management on startup

How do I use IOptions in WPF CORE 5?

HttpClient POST to WCF returns 400 Bad Request

c# json wcf

Preserving (or restoring) whitespace in TextContent

c# anglesharp

DataTable Select vs List<T> LINQ Performance

How to implement an event which can be canceled?

c# .net events

Unable to delete a worksheet using EPPlus

c# excel epplus

Entity framework attach: object with same key exists

c# .net entity

How to get numeric position of an enum in its definition list?

c# enums

Read certificates from a PKI card

c# asp.net pki

'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

Create DateTime in specific time zone then convert to utc

c# .net-core