Archive for the ‘General’ Category.
30th December 2006, 04:15 am
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 […]
Tags:
.Net,
ASP.Net,
C#,
code,
codeproject,
control,
Projects,
webcontrol Category:
.Net,
ASP.Net,
C#,
General,
Projects |
1 Comment
17th December 2006, 04:30 am
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 […]
10th December 2006, 05:28 am
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 […]
6th July 2006, 11:22 pm
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. […]
18th June 2006, 11:30 pm
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
4th January 2006, 10:52 pm
First sentence of programming world…
I will share my programming experiences, you will meet coding side of my fabulous life…
Console.WriteLine("Hello World");