In this article I am going to create a simple tool that can be used to easily post and retrieve articles. I have just made use of File system for the storage.
In this article I am going to create a simple tool that can be used to easily post and retrieve articles. I have just made use of File system for the storage.Let's start off. This is how the UI looks. I tried to make it simple.Let's enter the Topic of the article.Let's post some sample article and hit Submit. The article should be posted now. A file would be created in the path C:\Data\Multi Threading.txt. Clicking on the Get Button brings us to a new form where we can retrieve the articles posted.Hit Retrieve. Great; it works.Conclusion :This was a very simple tool; not very fancy stuff. Will try to come up with some nice features in next version of it.
Working with Directories in C#