Community

Reading Properties from XML File

(RestartX) Sometimes, we need to config our application using a config file such as XML. We have to parse the whole XML document to pick up the right value with dozens of ‘if’. Now, we can use reflection technology to set values with lesser ‘if’ by enumerating the XML document and set the right valu

Read More - Register for Free Membership