[AdSense-A] In a project I am working on I need to make use of the UPS API. I could do this in the code directly without much trouble, but in an attempt to be “best practice” IĀ first searched to see if there was a library already built. I did find one, but it seemed a […]
Category: XML
Dynamic Nested XML Elements with LINQ
[AdSense-A] I am working on an opensource project to wrap the UPS API in a C# library. I needed this functionality in a project and decided to just make it happen. You can see the source code as it gets updated here. LINQ to XML is actually a very impressive part of .Net. Easy to […]