Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

log4net - want a .net 4.0 version

Shared DataGridColumn Widths Across Multiple DataGrids

wpf .net-4.0 datagrid

Converting anonymous type to DataTable

Lambda inside Lambda

c# .net-4.0 lambda

`Dynamic` to a static class converter. Does it exist?

c# .net c#-4.0 dynamic .net-4.0

Is it possible to inject an existing instance into a MEF plugin?

c# .net-4.0 mef

Why can't I cast String func(SomeEnum) to a Func<Enum, String>?

c# .net-4.0 func

Issue on verifying user login name and password

c# .net-4.0

EqualityComparer is missing?

c# .net-4.0

Nodes() vs DescendantNodes() usages?

c#-4.0 .net-4.0 linq-to-xml

c# Linq's - GroupedEnumerable usages?

c# linq .net-4.0 ienumerable

Defending against race conditions in System.Collections.Concurrent.ConcurrentDictionary

WCF Service hosted in a Console Application

ASP.Net using wrong web.config for virtual directory

Run .net event Asynchronously?

c# .net events .net-4.0

Why cant I use Gma.QrCodeNet.Encoding.Windows.Render?

c# winforms .net-4.0 qr-code

Is foreach the only way to consume a BlockingCollection<T> in C#?

Avoid crashing when file is locked?

Do long running process with Task and showing Exception if there is one

Is MarshalByValueComponent still used or useful?