OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.
Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
Learn More
Digital business card + lead capture + contact enrichment
Your complete in-person marketing platform
Share digital business cards, capture leads, and enrich validated contact info - at events, in the field, and beyond. Powered by AI and our proprietary data engine, Popl drives growth for companies around the world, turning every handshake into an opportunity.
Lazily serializes an object to XML for usage in XPath/XSLT.
Lazily serializes an C# object to XML for usage in XPath/XSLT.
For example:
_________________________________________
ObjectXmlNavigator nav = new ObjectXmlNavigator("myObject", MyObject);
XslTransform xslTrans = new XslTransform();
xslTrans.Transform(nav, null, objStream);
_________________________________________
Using the ObjectXmlNavigator object you can now access the properties of MyObject in your XSLT.
EnvRide provides a way to override an Xml File based on "Environments" (e.g. Local, Dev, QA, Prod) and to automate this process for build scripts. Powerfull because uses Xpath, can change everything of a Xml file.