SEAMonster: Intelligent Image Resizing Tool
SEAMonster is the open-source .NET-based implementation of seam carving. Seam carving is an image resizing algorithm developed by Shai Avidan and Ariel Shamir. What that algorithm does is that it changes the dimension of image by intelligently removing pixels from…
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…
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…
Script#: C# to Javascript Converter
Have you heard about Script#? I heard about this toolkit last week even Nikhil started this project last year. I knew that there is a Java-to-Javascript converter called GWT (Google Web Toolkit) in Java World since long time back and…
Free Awesome ProgressBar in C#
SQL Server 2005 Circular Progress Bar Download : http://www.codeproject.com/vb/net/sql2005circularprogress.asp Author : ateece A progress disk similar to that in SQL Server 2005 Download : http://www.codeproject.com/cs/miscctrl/ProgressDisk.asp Author : Amr Elsehemy Status List – Vista Style Download : http://www.codeproject.com/useritems/Status_List.asp Author : Shahpour…
What is TypeForwardedToAttribute?
Note: The actual class name is TypeForwardedToAttribute. (not TypeForwardedToAttributes ) TypeForwardedToAttribute class is new class in .NET framework 2.0. It helps you to move the existing classes (types) from one assembly to another without breaking to the existing application. Before…
