TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Roland
NA
11
0
XML for storing data?
Oct 21 2009 4:57 PM
I am about to start developing a simple event manager application (WinForm) in C#. I have only two classes so far, called Event and Person. Event having attributes such as id, name, comment, start, end... My intention is to keep this program easy to use and install for the future users that's why I came to the idea of using XML for storing the users' data. I could use MSSQL as well, but that seems like an overkill in this case, and furthermore if the user does not have it installed it would certainly make the installation process longer... What do you guys think?
Reply
Answers (
2
)
Error Deleting File or Folder
WinForms Controls.Clear() cause memory leaks?