Igniters, This applies equally to Java and .NET:
Writing XML configuration in not easy or fun. I've seen lots of questions on how to configure things in XML. Spring syntax is cumbersome even when you get used to it. On the other hand, setting IgniteConfiguration properties directly in Java or C# is much easier because of the IDE support. Sometimes users will start with a code-only app and decide to move configuration to XML. So I propose to add IgniteConfiguration.toXml() method in Ignite.NET. Not sure how easy it is in Java, but .NET already has it, just hidden from public API. Thoughts? Objections? Pavel.