Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to make .editorconfig naming violations visible to dotnet build? (IDE1006 warnings)

How to restore multiple SQL Server databases that use the same naming scheme for their MDF and LDF files

c# .net sql-server

How to properly change the state of a control in WPF using data binding?

c# .net wpf xaml data-binding

Microsoft.AspNetCore.Mvc.NewtonsoftJson 6.0.2 is not compatible with net5.0

c# .net rest .net-core

Two interfaces have same method

c# .net

Casting query .Net C#

c# .net wpf casting

Sending a chat message with Microsoft Teams

PasswordHasher gives different hash result after dotnet 7 update

MVC C# Changing Database Structure Without Dropping Database

Create Zip File from List<Byte[]> in Memory

c# .net asp.net-mvc zip

LINQ Select with join and optional where

c# .net linq entity-framework

how can I validate a web api request object for this scenario?

ACCPAC Missing Method Exception

Code: TokenNotFound Message: User not found in token cache. Maybe the server was restarted

NUnit - Unit testing two separate tests in parallel

c# .net nunit rider

Orleans Private Property Deserialization

.net serialization orleans

How can I use Distinct on a specific property and select the object to keep based on a predicate?

c# .net linq

TargetInvocationException on mocking ChannelFactory with moq

how to insert data into sql server in asp.net website?

c# asp.net .net sql-server