Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to do open generic decorator chaining with unity + UnityAutoRegistration

Why is my Uninstall method not called from the msi?

How can I make the msi overwrite old files?

c# .net iis installation

Should I use fileName or filePath to describe a fully qualified file name in .NET? [closed]

.net

Can not unbox bigint to long

c# asp.net .net sql-server

How to get variables from .ascx in another .ascx?

c# .net asp.net variables

Asserts in helper methods

c# .net testing

How to use a BroadcastReceiver from .NET MAUI on Android?

android .net maui

How to localize/rename the "Default" (no group) header in a Winforms ListView?

c# .net winforms listview

Thread-safety considerations with IDictionary and ConcurrentDictionary

c# .net concurrency clr

Task gets stuck in "[Scheduled and Waiting to Run]"

c# .net async-await

How to serialize a class instance to XML in .NET Core?

c# .net xml

c# console application stays on status running in task scheduler windows 2016

Restrict access to a specific assembly

Using Automapper to map from dynamic/JObject to arbitrary types without creating multiple maps

In C#, is it possible to determine the type parameter of a generic at runtime?

c# .net generics

WPF Binding a collection of collections to a DataGrid

c# .net wpf xaml

How can I use an array-initializer syntax for a custom vector class?

How to set Validation for a cell in Excel created using NPOI

c# .net excel apache-poi npoi

Why File.OpenRead() appends relative path to the executable file?

c# .net