ADO.NET Data Service in Plain English

I have been using ADO.NET Data Service in Silverlight since Astoria team released the client library for Silverlight. I didn’t have a particular idea to use that service except this is something new that I like to try. After reading…

Bulk Image Downloader for WordPress Users

Bulk Image Downloader for WordPress Users

A tool for downloading images from your WordPress.com blog to your local machine. It is also an example of how to use XML RPC service in C#. Executable : WpBulkDownloader-Alpha-Executable.zip SourceCode : WpBulkDownloader.zip Contents Introduction Background Software Requirements How to…

Liz called me an SOB

Liz called me an SOB

Liz at Successful blog (one of top blogs about blogging) gave me the Official SOB award yesterday. <link> I’m really happy to receive this award and this is my first time that I receive an award for my blog. What…

Silverlight Tips/Tricks: Communicating between Javascript and C#

This post is not an article. Just small notes that I made while I’m playing Silverlight. I attached all sample sourcecodes in this post. I hope you will find it useful. If you have some tips that you want to…

Consuming ADO.NET Data Service (Astoria) from Silverlight

Consuming ADO.NET Data Service (Astoria) from Silverlight

This post describes how to access the ADO.NET Data Service (Astoria) from Silverlight by using “ADO.NET Data Services Silverlight Add-On“. Download : SourceCode Contents Introduction Prerequisites Getting Started SQL Database Creating Web Application in Visual Studio 20008 Creating ADO.NET Entity…

Ascgen2 – OpenSource Image to Text (ASCII) Converter

Ascgen2 – OpenSource Image to Text (ASCII) Converter

I found this awesome opensource image to ASCII converter from lifthacker blog. This project is hosted in SourceForge <link> and is completely written in C#. This project is released under GPL license and you can download the executable and sourcecode…