Archive for April, 2006

Saturday, November 29, 2008 10:16

Create an RSS feed from your IM conversations

Sabifoo  – IM boot that turns all incoming messages(from  AOL Instant Messenger, Jabber, MSN Messenger, and Yahoo Messenger ) into an RSS feed or web page.It will even deliver them on to your blog or other soft via gateways.
[Via Larkware News]
Technorati Tags:  IM messenger yahoo jabber gateway rss

Bookmark It

Hide Sites

$$(‘div.d752′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

ReSharper 2.0 Beta Available for Download

What’s new in upcoming version of  ReSharper ?
ReSharper adds 10 more refactorings to the already implemented set, including Safe Delete, Pull Members Up and Push Members Down, and others.
Context actions Context actions are intended for small code transformations that you may want perform in a certain context. When you position a caret [...]

Saturday, November 29, 2008 10:16

SQLite Administrator

SQLite Administrator provides you with powerful and effective tools for SQLite administration and object management. Its Graphical User Interface  allows you to create/edit all SQLite database objects in a most easy and simple way, run SQL scripts, build SQL queries, extract or print metadata, export/import data, edit BLOBs and many more abilities that will make [...]

Saturday, November 29, 2008 10:16

How to document DataSets

How to document DataSets

Most online resources talks about how to document class methods and properties .In this post I’m going to show how to comment your datasets to create professional and more convenient documentation .
Take a look at picture below.

To achieve such results, organize your XML tags in this way 

<summary>
[Method Sumamry]
</summary>
<value>
The dataset contains the following tables [...]