Kaxaml

26. May 2010 5:29 PM
Just would like to share a XAML tool that I found it when I googling just now [More]

Tools ,

Load image from resources dll in WPF/Silverlight

26. May 2010 11:34 AM

As you migrate your business solution application from previous .NET Winform/ASP.NET to microsoft WPF/Silverlight and you wish to reused the existing satellite resource dll which you have created in the pass.


Due to the image object is different between the .NET WinForm/ASP.NET (Bitmap) and WPF/Silverlight (BitmapImage). Which mean, we are not able to call GetObject() in ResourceManager and assign the image into the [More]

Quick Tips ,

Reading LINQ return collection with specific array index

18. May 2010 12:28 PM
A friend just asking me about how to access the LINQ return result collection with a specific array index. Most likely first thought is walk through the collection by foreach. But this might be resource hungry, especially the return collection is huge. So, there is a quick function in the [More]

Quick Tips

Failed to upload file in IE8

13. May 2010 11:42 AM
Yesterday morning, my colleague telling me about there is a problem in uploading files to repository. Then I futher request the error mwssage and notice it is complaining about an invalid file path by the System.IO.File object. After counter check the repository source code and found nothing can go wrong... therefore, decide asking Mr. Google, and so lucky manage to find an article in webtopics blog which explaining the root of the problem... that is IE8 changed some default settings due to security issue... [More]

IE8