Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Unexpected results in Linq query

c# winforms linq .net-3.5

C# - Static class,Private Constructor,abstract class - all prevent instance creation-which one to use?

c#

What is the best way to fast insert SQL data and dependant rows?

c# sql sql-server bulkinsert

Dynamic casting based on a string

c# casting

Interlocked.Exchange can't be used with generics?

c# generics interlocked

Writing a Windows Shell Extension similiar to the Assembly Cache Viewer

c# shell-extensions

Trying to understand the point of constraints - am I on the right track?

c# generics c#-3.0

ASP.NET Core Identity returns 404 instead of 401

Where does the CascadingParameter HttpContext come from in a Blazor server side app with identity?

Awaited task does not handle exception gracefully

c# exception async-await

C# Func<> delegate argument conversion error

c# lambda delegates

Infragistics UltraGrid - how to add rows when scroll reaches bottom?

How to generate hash using specified salt and password in asp.net Identity?

If System.Double initializes the constant field "NaN" to double.NaN, does it mean that "Double" and "double" don't refer to the same type?

c# .net il disassembly

Is there a way to write a unit test in C# to ensure a method isn't called anywhere in a project?

c# unit-testing reflection