Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Dapper fails with .net 4.6 - Could not load file or assembly

Get All IP Addresses on Machine

Get calling class name from abstract class in C#

c# .net

Serilog log certain object attributes of a list of objects

c# .net serilog

.NET MAUI webview view actual HTML

c# .net webview maui

Do Stored Procedures really boost performance in MS SQL / .NET?

UserControl Location in WPF

.net wpf wpf-controls

How do I get my .net maui app to appear in the device Share dialog?

DataColumn renaming to only change casing causes a weird behaviour

c# .net datatable system.data

How to Dump a .NET Core Application on Linux

.net linux .net-core dump

What is the difference between XmlArrayAttribute and XmlArrayItemAttribute?

Check for null before select on linq

c# .net linq

How do I get a Video Thumbnail in .Net?

c# .net video-processing

Moq Callback does not invoke moq that I've setup

c# .net unit-testing moq

Keyed dependency injection in ASP.NET Core

Display a MultilineStringEditor at design-time to edit the lines of an edit-control?

How to add an excel ListObject to a given worksheet in C#?

c# .net excel excel-addins vba

Are child objects still alive when Object.Finalize is called by GC?

GetHashCode for StringBuilder generating different code

c# .net hashcode