Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to load assembly from stream in .NET Core

c# .net .net-core

First Time Call with BenchmarkDotNet

Entity Framework Core Filter DbSet

Log4Net printing "ThreadID" and "Thread Name" in the log

c# .net vb.net log4net

Displaying progress of file upload in a ProgressBar with SSH.NET

c# .net winforms sftp ssh.net

How do I change the font size of a List box in PowerShell

.net windows powershell

Double lock with volatile or memory barrier

ClosedXML - Setting data type for cell does not work

c# .net excel closedxml

Why does a value type act like a reference type when it's property of a reference type?

c# .net

FakeItEasy configure fake to throw exception and return value on the next call

.Net StopWatch and Powershell

.net powershell stopwatch

Why is `System.Void` different from `unit` type?

Iterate through implementations of an interface and invoke a method

c# .net

Get the full name of a nested property and its parents

c# .net reflection

Hide a row in TableLayout

c# .net tablelayoutpanel

Is there a `when()` statement or some equivalent in C#?

c# .net

Understanding 32-bit vs 64-bit in .Net

c# .net 32bit-64bit

Is Core Affinity Something that We Can Safely Do in .NET?

Is using the null conditional operator in a destructor bad practice?

c# .net vb6

Adding an anonymous Task to List<Task> does not execute it after calling .WaitAll() C#

c# .net asynchronous task