Archive for the ‘General’ Category.

ImageLabel Control for ASP.NET (Potential CAPTCHA Control)

I posted an article to The Code Project for an image control. The basic idea for developing that is to write e-mail addresses as images using various formatting options on web applications.
Labels are generated as images instead of text, to have more privacy without any configurations and without HttpHandlers
ImageLabel is an ASP.NET web control […]

Uncommon Collection features : Indexers, Multiple Indexers with Params and yield

Collections are the most used elements in the programs. Indexers helps us to access the elements of a collection. Although you might not have implemented indexers, you have used indexers a lot. Whenever you have an array or a collection object you use indexers.
Implementing indexers is done by coding “this[TYPE]” property. The object implementing the indexer […]

WPF/E Released

Scott Guthrie and his team at Microsoft has released a new product code named WPF/E. It looks like a flash replacement for Internet Explorer browser with some additional features. First of all, it only works with Internet Explorer, I think if they don’t give support to other platforms and other browsers, although WPF/E seems really […]

Not enough time for everything

I can’t find time for doing my todo list. I am trying to do as much as I can, however I still have unread books, unwatched movies, unread mails etc. Maybe I am not planning very good, however while reading my rss feeds, I saw that some other people are complaining about that. […]

Synergy - Share Keyboard and Mouse on different Computers for free

Synergy is a great program that lets you share a single mouse and computer for multiple computers. You still need monitor for working.
Synergy
Settings window

Start dialog

Systray in action

Info

Hello World

First sentence of programming world…
I will share my programming experiences, you will meet coding side of my fabulous life…

Console.WriteLine("Hello World");