Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

How to figure out who owns a worker thread that is still running when my app exits?

How to check if a generic parameter is dynamic in .NET 4.0

c# .net-4.0

Tracking changes in Entity Framework 4.0 using POCO Dynamic Proxies across multiple data contexts

Return custom values from WPF dialog

c# wpf .net-4.0

vb.net Add Watch stop when value changes

vb.net .net-4.0 breakpoints

Generic/type safe ICommand implementation?

c# wpf generics mvvm .net-4.0

Delete parent with children in one to many relationship

How to read an .RTF file using .NET 4.0

c# wpf .net-3.5 interop .net-4.0

NSIS Installer with .NET 4.0

.net .net-4.0 nsis

When is a Generic HttpHandler (an ashx, the IHttpHandler interface) reusable?

Can not use ClickOnce publish on .NET 4.0 application from Visual Studio 2012

Interlocked.Increment an integer array

c# multithreading .net-4.0

Analogue of Queue.Peek() for BlockingCollection when listening to consuming IEnumerable<T>

How to get first 3 characters of a textbox's text?

c# .net-4.0

How to deep copy an entity

List of entities to datatable

c# .net-4.0 datatable

Seeking alternative to AppDomain.CreateDomain(string, evidence) due to obsolete CAS policy

Find only non-inherited interfaces?

C# code very slow with debugger attached; MemoryMappedFile's fault?

Is using Lazy<T> bad for performance?