Welcome to Geekdojo Sign in | Join | Help

Sunday, November 02, 2003 - Posts

My WinForms App finally talking to WebServices at Brinkster.com

Two days ago, I completed and successfully deployed an application using Windows Forms as a client to web services on our site hosted with Brinster.com. Its a typical database app where information about people are entered online. I managed to get .Net
posted by richardhsu | 1 Comments
Filed Under:

Nikhil Kothari's Server Control Book

After months of waiting, I have finally got myself a copy of Nikhil Kothari's ASP.NET Server Controls book . Nikhil's Home PageAs expected its fairly power packed, with a lot of deep explanations. So far, the most valuable lesson I have learnt is when
posted by richardhsu | (Comments Off)
Filed Under:

Code Generator, oh how I miss you!!

Over a period of time, I have totally become a 'component-oriented' programmer. Now, whenever I write any application, general purpose or database, I inevitably think in terms of classes and 'components' (since a control is more than just a class). Further,
posted by richardhsu | (Comments Off)
Filed Under:

An excel based pay-slip generating app

Yesterday (7-Oct-2003), I finished and previewed a mini payroll solution built on Excel/VBA/Word combination.Excel is used as the data store, I used VBA to extract the data and generate a Word Doc containing pay slips.It took maybe about 1-2 hours to
posted by richardhsu | 3 Comments
Filed Under: