Early this year I wrote a post about creating a File Uploader using Silverlight and WCF. And today I got a question from one forum, about to create uploader for multiple files. And here is source code, I am just modified my eariler source code slightly to select multiple file. And here is the helper [...]
Monthly Archives:: July 2011
How to fix Error Code 29506, While installing SQL Management Studio Express on Windows 7 x64
Today I started installing SQL Server Management Studio express on my Windows 7 x64, and I started installing it, after few seconds, I got an error message like this This installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 29506 My initial thought [...]
User Group Meeting – 9th July 2011 – Kochi
Venue: Orion India Systems Pvt Ltd, 103, 2nd floor, Tejomaya, Info park SEZ, Kakkanad, Kochin-682030. Agenda 09:30 – 09:40 Community updates. 09:40 – 10:40 C# Test Automation – Praseed Pai 10:40 – 11:20 Silverlight – Prism – Mahima Radhakrishnan 11:20 – 11:40 Tea Break (15 min) 11:40 – 12:30 Sharepoint 2010 Programing – Abraham Peter [...]
Image cropping control in C# for Windows Forms
This post is also inspired by a SO post – Image Cropping Control for WinForms with Selection Rectangle. I had done a similar implementation using VB.Net long back but I couldn’t remember the implementation. Today I tried it again and here is an implementation, which helps to crop an Image using selection rectangle. We can [...]
Fluent email library for c# using DynamicObject
Today I saw a StackOverflow question (Is there a fluent email library for c#?). And it has got few answers, so I thought of implementing a fluent email library for c# using DynamicObject;and here is a sample implementation. And here is the usage. We can improve it by using Reflection instead of hard coding the [...]