Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

BigInteger.Parse() on hexadecimal number gives negative numbers

How do I make a WiX 3.5 installer with a completely self-contained .NET 4.0 installer?

Using Dynamic instead of reflection to call method by name

is it good to use BlockingCollection<T> as single-producer, single-consumer FIFO query?

Nant build using .NET 4.5 (Beta) assembly references despite specifying "net-4.0"

.net-4.0 nant .net-4.5 ilmerge

Is there a way to expand the current WorkingSet of a process to 1GB? [duplicate]

c# .net .net-4.0

LINQ query and sub-query enumeration count in C#?

c# .net linq .net-4.0

WPF Controls as StaticResource in Resource Dictionary, used in multiple WPF Windows?

How to iterate through Excel Worksheets only extracting data from specific columns

Strange behaviour of Enum.GetName

LinqToSql - Parallel - DataContext and Parallel

How to reference assembly from GAC?

How can I resolve the schemaLocation attribute of an .XSD when all of my .XSD's are stored as resources?

c# xml .net-4.0 xsd

Why potentially dangerous request error even ValidateRequest = false

.net-4.0 asp.net-4.0

Why does TryParseExact require CultureInfo if I specify the exact structure?

Get a reference to the object that called a method?

c# .net-4.0

Textbox with "new line"

.NET 4.0: Is it possible to call ConvertAll for IList<>?

.net generics .net-4.0

C# Attribute XmlIgnore and XamlWriter class - XmlIgnore not working

How to query a DataTable in memory to fill another data table