C# Dictionary source for an English dictionary application



I am doing an assignment on an English Dictionary application using C#. The app source can either be an XML file, MSQL database or get directly from the internet. I decided to use XML file as the source but the problem is I don't know any available Dictionary source file in XML and I'm not crazy to create and copy paste the word's meaning for every words into the XML. Does any one know a ready-to-use XML file to use as the source for my application (if not MSQL database or a website is also applicable)


No comments:

Post a Comment