Archive for June, 2008
Intellisense in a Windows Forms Textbox
Recently I came across a problem of implementing a intellisense kind of feature in a normal text box in which the user will type some text in a textbox and keep getting intellisense help to complete the current word.
Basically it was typing of TableName and corresponding columns.
What ultimately was decided was that on typing of [...]
Oracle Workflow Persistence Service for Workflows
Workflow comes with inbuilt MSSQL persistence Service. For other databases you have to create a custom persistence service. I have tried to do the same. Presented below is the basic most Oracle Workflow persistence Service. It has all the elements you need for a basic purpose. I have put appropriate comments with in the code.
To [...]
Creating Workflows – Step by Step Console Application
Many of us need a quick guide on how to create Workflows in a step by step approach which would help us not only today but also in future.
So I thought I would create that guide for all of us. Presented below is a step by step approach of using Workflow foundation and creating Sequential [...]


