Delegates and Events in C#

0 Comments

Nice article explaining delegates and events in C#: http://www.akadia.com/services/dotnet_delegates_and_events.html

Convert object to string by using XmlSerializer

2 Comments

If you want to convert a custom object [Product] to a string by using the XmlSerializer class, you can use the StringWriter class like: StringBuilder result = new StringBuilder(string.Empty); // Get the product from filesystem

How to clear the Music or Movies database in XBMC

0 Comments

If you want to start from scratch with adding new music or movies to the XBMC meta database, you can remove the MyMusic7.db or MyVideos34.db In my case I had to remove it from two