Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to add Data Validation in EF Core with Database First approach?

asp.net mvc - nearly identical ViewModels [duplicate]

Is performing .ToList() more than once is a bad idea?

c# linq sqlite xamarin

Activation/Deactivation with ObservableAsPropertyHelper

c# dispose reactiveui

C# ExecuteScalar() null COUNT vs SELECT

does HierarchicalDataTemplate.Triggers support conditional binding to ItemsSource and ItemTemplate?

c# wpf xaml

References missing from c# Class Library created in Visual Studio

How to invoke CUDA from C#

c# cuda pinvoke gpu

How can I get HTMLPREFIX inside the partial view i Razor

Xunit Timeout parameter: minimal working example

c# timeout xunit.net

Using reflection to get each instance of XmlElementAttribute for a single property

perpendicular/tangent object snap issue with AutoCAD in .NET

c# .net math geometry autocad

How to deal with exceptions when using DTOs

c# wcf dto

How to seed data in .NET Core 6 with Entity Framework?

storing passwords in sql server database using ef core code first

Post json Object which property name has space to third party api from c#

Prior to C# 11, every field in a struct had to be explicitly assigned? Cannot reproduce

c#

Using a text embedding model locally with semantic kernel

"Cannot implicitly convert type" error only when generic is instantiated with an interface

c# generics c#-12.0

A mutex can only be released from the same thread that waited on it?

c# multithreading mutex