Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Populate Enumerable.ToList with one line of code

c# .net ienumerable

Web api routing - default actions with custom actions mapped twice

c# .net asp.net-web-api

Is ExecutionContext cleared after the thread is returned to thread pool?

How to create general lists / template lists in C#

c# .net xna-4.0

How do you call GetMethod for a generic function that takes a generic parameter (without using GetMethods)?

c# .net generics reflection

Efficiently paging large data sets with LINQ

c# .net linq

regex get anything between double curly braces

.net regex

Setting Timer Interval to Infinite

.net .net-2.0 timer

Decorating .NET assemblies

c# .net assemblies

How does a .NET Core console project runs on windows OS without *.exe file?

c# .net .net-core

UWP app not able to resolve .NET Standard 2.0 assembly

c# .net uwp serial-port

Is it safe to use Rijndael.Create() instead of new RijndaelManaged()

Storing a certificate file in SQL server table

Binding to Dependency Property which is, in turn, bound to another binding source

c# .net wpf data-binding command

Lucene.Net - How to treat a space-separated phrase as a single token?

c# .net lucene lucene.net

Attach file existing on FTP server to mail in C# .NET

.NET list sort returns different order after all returns of 0

c# .net list sorting