Problem : I’m having a System.StackOverflowException when trying to Map something in AutoMapper 5 that worked previously with AutoMapper 4. […]
Category: .Net Fix
What is the most secure hashing algorithm in the .NET framework?
Problem : The size of the generated hash and the speed of the algorithm are not important. I’m really only […]
Are threads waiting on a lock FIFO?
Problem : Let’s say I have the following code static class … { static object myobj = new object(); static […]
XMLWriter vs XMLDictionaryWriter
Problem : What’s the difference between XMLWriter and XMLDictionaryWriter? In which cases is each one generally used? Solution : XmlWriter […]
Could not load file or assembly Microsoft.SqlServer.SqlClrProvider on production ASP.net site, where is it?
Problem : On my ASP.net site I have a reference to Microsoft.SQLserver.SMO. I copied this reference onto my production server […]
Difference between HttpClient and Unity’s UnityWebRequest/WWW API
Problem : Unity now supports .NET 4.5 and I’m able to use the HttpClient class from the System.Net.Http namespace. That […]
How can I make some items in a ListBox bold?
Problem : In Visual c# Express Edition, is it possible to make some (but not all) items in a ListBox […]
Indentation of second line in WPF TextFormatter
Problem : I’m making a WPF text-editor using TextFormatter. I need to indent the second line in each paragraph. The […]
“Cannot call methods on DateTime”, and other limitations
Problem : Does anyone know of a definitive list of LINQ to SQL query limitations that are not trapped at […]
Entity framework uses a lot of memory
Problem : Here is a image from the ANTS memory profiler. It seens that there are a lot of objects […]