Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

IEnumerable<string> and string[]

c# .net-4.0

Entity Framework 4.1 Code First - Include is being ignored when using LinqKit PredicateBuilder

Is there any performance hit or thread context switch on using unsafe code?

c# .net-4.0

How to setup complex routing in asp.net MVC

Limit the type of a base class parameter

c# winforms .net-4.0

How to show tab control in asp.net

Method with no parameters in c# and still a method?

WindowChrome ResizeBorderThickness issue

What is the use case of ConcurrentQueue<T>.TryPeek()?

Maximize window of another running program

c# .net winforms .net-4.0

in .Net 4: PInvokeStackImbalance Exception

c# .net .net-4.0 msvcrt

FileStream and memory usage

Parallel ForEach using up very little processing power as time elapses

Loading AjaxControlToolkit Scripts from Microsoft's CDN using ScriptManager/ToolkitManager

Writing a unit test for a function with a web request

c# .net unit-testing .net-4.0

C# Interface with static property or methods?

IEnumerable<T> and Take(x) issue?

Comparer<T>.Create in .NET 4

c# .net-4.0

PreApplicationStartMethod Attribute causes exception

c# asp.net .net-4.0

When is .net object = null game for garbage collection? Does scope matter?