Andrei's blog
sharing coding bits
Friday, November 16, 2012
Remote debugging in Visual Studio, target on a different domain
›
My computer is a Windows 7 32bits and I had to debug a ASP.NET 32 bit worker process running on a Windows Server 2008 64 bit machine. The s...
HibernateException: Creating a proxy instance failed –> Unable to obtain public key for StrongNameKeyPair issue
›
I stumbled upon the following exception for a webapp of a particular site: HibernateException: Creating a proxy instance failed –> Unabl...
Sunday, October 30, 2011
Merged Dictionaries with ResourceDictionary set to linked XAML
›
As you know, you can add a linked XAML file using "Add as link" feature from "Add file" in Visual studio. I created a fo...
Sunday, June 12, 2011
Set focus to Silverlight application and to a scrollviewer content
›
First, when the webbrowser is displaying the Silverlight app, the HTML element of the Silverlight plugin(object tag) might not have the focu...
Wednesday, January 19, 2011
ICollectionView and CollectionViewSource
›
Very good sources for these two: http://marlongrech.wordpress.com/2008/11/22/icollectionview-explained/ http://omniscientist.net/?p=187 http...
Thursday, November 05, 2009
Removing path point tangent in Expression Blend
›
I had situations went I wanted to remove the corner roundness of path points. For instance, you have a path created from a rectangle with co...
Wednesday, November 26, 2008
DataGrid custom sorting
›
As you know DataGrid can sort your items by default when column headers are clicked. You can however implement your own custom sorting. Whe...
‹
›
Home
View web version