Problem : I wrote a WPF application in C# using VS 2010. The application will run fine in debug mode […]
Category: .Net Error
Why compiled lambda build over Expression.Call is slightly slower than delegate that should do the same?
Problem : Why compiled lambda build over Expression.Call is slightly slower than delegate that should do the same? And how […]
Get supported image formats from BitmapImage
Problem : How can I get a list of image formats supported by System.Windows.Media.Imaging.BitmapImage? I am writing a simple image […]
Should I unit test for multithreading problems before writing any lock?
Problem : I am writing a class that I know that needs a lock, because the class must be thread […]
.Net TableLayoutPanel – Clearing Controls is Very Slow
Problem : This is really simple. I have a TableLayoutPanel that is populated with controls (just Labels, Buttons, and some […]
WCF: StackoverFlow exception
Problem : I am getting an exception when trying to servialize the .NET ServiceController class. It serializes fine when it’s […]
Windows 8 start “metro” app from desktop app?
Problem : Is there any way to start a “Metro” app from a desktop app in .net? Solution : All […]
Indexes for LINQ queries
Problem : Please advise is there a standard way to make queries like this faster var res = qlist.Where(o => […]
DebugDiag not showing .NET stack information under .NET 4
Problem : Feels like there’s probably a simple answer to this, but I haven’t been able to find it. The […]