Ideal data structure/techniques for storing generic scheduler data in C#
- by GraemeMiller
I am trying to implement a generic scheduler object in C# 4 which will output a table in HTML. Basic aim is to show some object along with various attributes, and whether it was doing something in a given time period.
The scheduler will output a table displaying the headers:
Detail Field 1 ....N| Date1.........N
I want to initialise the table…