Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

no improvements on the following PLINQ code

c# linq sorting plinq

Write bit value to database

c# asp.net sql boolean bit

How to reset a form to its default appearance, after interaction with user

c# winforms

Invalid token 'return' in class, struct, or interface member declaration

c#

LINQ filter by type on list from dictionary value

c# linq

Why can't I access protected variable in subclass?

When I add a new item to a List<List<string>> each item of the parent list get the same values

c# generic-list

Setting up structure map in a c# console application

UV coordinates on bezier curve

Populating generic object that is known to be an array at runtime

c# .net .net-8.0

ASP.NET cannot add AutoMapper service

In xunit test catch block not executing after mocking

c# async-await xunit xunit.net

Could not load file or assembly 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform or one of its dependencies. Access is denied

c# asp.net .net asp.net-mvc

Trying to use switch statement insted of if else to find out which value is bigger or smaller

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