Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Serilog Email sink: single email at end of application

c# email configuration serilog

(C#) How to open a file in my program via drag and "Open with ..."

c# forms

Single Database VS Multiple Databases for ERP Accounting Years Transactions Table?

How to mock HttpContext.Current.Items with NUnit and Rhino Mocks

Parallel.ForEach with tuple return c#

Big O of list resize

c# algorithm big-o

Single Youtube Video Embedding in Xamarin Forms but Not Youtube list

Multitasking with windows service

Fastest way to safely read contents of long[] whose elements are changed concurrently

Is there a difference between nesting multiple Task.WhenAll and flattening all tasks into one Task.WhenAll?

c# async-await task

What is the best way of removing rogue ampersands in XML?

c# regex xml linq-to-xml

How do I test that a FileSystemWatcher raises the correct events?

Making a UNION query more efficient in LINQ

c# linq

Is there a way to fill a collection using a LINQ expression?

c# .net linq iteration

Ensure a whitespace exists after any occurance of a specific char in a string

c#

Difference between EventHandler and delegate void()

c# events

Looking for a RegEx Find and Replace Visual Studio addons

Does an IO exception get thrown if the disk is full?

c# .net

C# Do I Need Socket.Close()?

c# sockets asynchronous

Accessing XAML controls in WPF

c# wpf xaml textbox controls