Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

WPF - Ability to group multiple controls together and show one of several 'pages'

c# .net wpf devexpress

C# Lazy <T> & Race-to-initialize?

How can I tell if at least one dataGridView row is selected c#

c# .net winforms datagridview

How to unit-test that the logger was called with the correct localizable, formatted string?

c# .net unit-testing

Abstract border and text block into another style/template in WPF

c# .net wpf

How are parameters passed in function calls in CIL?

c# .net clr cil

Easiest way of casting List<Descendant> to List<Base>

c# .net list collections

Setting a property {get;} using reflection in C# [duplicate]

How can I create an exe for .NET Core console applications?

c# .net .net-core

how do you check open entity framework connections

Add Web API Controller to different assembly

How to use perl-style replacement expressions in .NET

c# .net regex

Sharing source code between Mono and Visual Studio

.net visual-studio mono

where to put the GetItems static method? + inheritance question

c# .net design-patterns

.Net 6 config.GetSection() does not act as expected

c# .net .net-6.0

Usage of User32.dll ToUnicodeEx function

c# .net windows winapi

Array of fixed-length BitArrays

Reading a double value from a string

c# .net double