Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jowsley

    Build String and Log It

    I'm looking to build a string using values set in an object. The string will be the xml representation of the object. Once I have built the string, I would like to write it to the log file and with certain values (like passwords) masked out with "*". The question I have is how do I...
  2. jowsley

    Interface prob

    I would add another option to jwenting's suggestion: c) like option a) you will break up the interface into multiple interfaces but instead of have a "marker interface" that two separate interfaces extend, you will have the parent interface contain the 5 methods for class...
  3. jowsley

    Deleting from an array!

    You could create a dictionary of dictionaries. The key in the first dictionary would be the main product id and the value would be the dictionary which contains all items with that product id. Then the key to that dictionary would be the secondary product id and the value could be the amount...

Part and Inventory Search

Back
Top