Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

Why is System.Environment.MachineName value uppercased?

.NET 4.0 Excel Interop issues with dynamic collections

C# order list by two different things

c# list .net-4.0

C# .NET Tasks: How to get notification when multiple tasks have completed

.net .net-4.0 task

Wpf ListBoxes' ItemsSource strange behaviour

.net wpf .net-4.0

Difference between assigning an Action<T> method and subscribing to Action<T> event

Task.Factory.StartNew not executing the task when deployed

How to tell a constructor it should only use primitive types

c# types .net-4.0 overloading

Using await SemaphoreSlim.WaitAsync in .NET 4

Why is string.Split(';') valid but string.Split(':',StringSplitOptions.RemoveEmptyEntries) is not?

c# .net .net-4.0

Can I use a .NET 4 feature while targeting .NET 3.5 SP1?

Thread order execution?

How to apply TextBox Control Template?

For-Loop and LINQ's deferred execution don't play well together

c# linq for-loop .net-4.0

System.Reactive/Rx .NET 4.0 on Nuget

How do I add custom properties to a Word doc with .NET 4?

Optimizing large switch statement

Processing large text file in C#

c# .net string c#-4.0 .net-4.0

Mixed Mode Error when building in Release Mode

Reflection not restricted even if it's not in grant set