Ok, I have some cool code bits, announcements, and other such things. Some of the code bits will be here "Developer Document", the blog entry for the first example I've written up is here "SDK, ADO.NET DataTable/DataSet, and Code Bits", and then of course the regular sundry of my writings.
There has been an on and off demand internally for some additions to the Webtrends SDK for our DX Web Services offerings, so I added some bits. The following are a list of the features:
- Map to DataTable/DataSet from Data Transfer Object. Alright, I'm going to do a little explaining on this topic. The DataTable is the standard, years old ADO.NET DataTable that someone can put in with other DataTables in the DataSet. It basically provides the data pulled from the DX web services in a flattened easy to use DataTable format.
- Profile & Report Listing Factory. I added a profile and report listing factory for pulling lists from the DX web services. This seemed like a no brained, it just needed to be available.
- I also refactored the Report Factory Methods to accept a string or Uri Object Parameter to retrieve a report from. This way, if another tool creates a Uri then it can be used directly instead of parsing it apart only to hand of the values to have the factory parse it back together.
- Last but not least, available in bite size assembly format. Check out the Webtrends Developers' Website for the bits.
You must be logged in to post a comment.