please am writing a program that will keep track of events. Though I don't know how best I should have done it. I started off by writing an MyEvent class with public properties like Name of the event, place, time and Date and I wish to extend the class with more public properties as need be. Then I have a SortedDictionary
This application will be a desktop app, and I don't want to go the way of SQL because I don't know it and thirdly I want that file to have custom extension and can only be opened with this app.
Thanks in anticipation for your response.

Guest UserPosted Mar 30, 2016, 6:16 AM