Do I have to keep some formatting or coding style when coding for MediaPortal?
All stuff we put into SVN should follow the Microsoft C# coding style guidlines. IMPORTANT: Read this document to follow our adoption of those guidelines, especially the paragraphs about formatting, identation and commenting. Primary goal for the coding style guidelines (no matter if our own or Microsoft’s) is to keep the code most readable for everyone. Please also add comments to your code to make it transparent for other devs. This practice attracts other devs to give some input and fixes for your code. You wouldn’t want to read spaghetti code either, would you?