Diary of a computer engineer trying to start a software business. Dilemma between idealistic self and realistic world... how is he going to survive?

Monday, February 14, 2005

Project AutoSeek

An On-Demand Application.

During the development, I ran into several problems. With appropriate software engineering practices, I was able to dissolve all of the problems. Through prototyping, I am now able to develop similar application within fair amount of time-- a real RAD. Another technique used was decomposition. I've divide the system into the following: SQL construction, html server page (with aspx and scripts to generate real-time effect), back-end server (to generate appropriate response for interface to consume), IIS administration.

Couple notes:
for SQL:
-remember to set primary key
for html server page:
-this and back-end are 2 different pages.
-remember to change localhost to correct ip
Back-end server:
-include namespace
-remove unnecessary pre-generated data (html settings)
-learn to work with SqlConnection/SqlDataAdapter
IIS administration:
-permission must be set correctly (script on)

0 Comments:

Post a Comment

<< Home