Click here to Skip to main content
15,905,427 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi All ,

I am developing Student Information System(SIS) and i want to implement a module for scheduling in schools.So my question is that from where to start and what to use to perform this task.? Thanks in advance for any help.
Note : Some people told me that i must use Artificial Intelligence.
Posted
Updated 26-Feb-11 23:40pm
v2

First let us know which all modules u want to integrate with the system...As long as the software requirements goes i would vote for C# with Sql server Express(i think i'll be enough to hold the data for small to mid size schools and it's free for commercial use)
 
Share this answer
 
Firstly, like any task, begin by looking at the requirements. If you don't have any, then establish some! If you don't know what you need to achieve, in sufficient detail, then you don't know what to do.

Then, look at the requirements and work out what kind of classes, data structures, and methods they imply. Define your interfaces with the outside world.

Then look at data input: what info do you need to get from the user? When do you need it? Design form(s) to acquire it.

Finally: implement and test.

Then, debug, and test again.

To be sure, test again, but more thoroughly! :laugh:

Always start by thinking; never start by coding.
 
Share this answer
 
Comments
Bryce Tucker 27-Feb-11 10:38am    
My 5 for the last line.
Sergey Alexandrovich Kryukov 27-Feb-11 12:47pm    
Very good, my 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900