I wanna build an online project by using ASP.NET.
It is an online timetable creator which takes the information from different schools, stored them in a DB then build a timetable object for each school.
First: what type of a website/project should I use in Visual Studio 2010?
Second: how I can store the timetable object -that made from C# class- and make reference to its school row in a DB? Thanks =')