Does anybody know if there is any detailed documentation for the Mongoose assemblies mentioned in the IDO Development Guide?
The guide has some good examples, but only covers some basic objects/methods.
When viewing these assemblies in the Visual Studio Object Browser, there are lots of objects and exposed methods that could prove to be useful, but trying to figure out what they do is slow and tedious. In a lot of cases, the method name and signature is enough to determine how to use it, but in other cases, it is just taking a guess with lots of testing/trial and error.
For cases where backend custom code is required, we are trying to keep it within .NET methods (as opposed to Stored Procedures in SQL), utilizing the IDO layer. I do feel like this is leading to a more maintainable/manageable code base, but sometimes it feels like developing with my hands behind my back.