Reusable components

I am creating some reusable components to use across the project.
Below are the list where I have created:
1.String Handling: Format,Split
2.Read Config file value through the key like Web.config in .net

Please suggest components.

Hi @Kadhambam_Pookkal,

Read Config File (XML)

  1. read text file
  2. Deserialse xml
  3. use for each to read the xelement

Regards,
Arivu

1 Like

Hi @arivu96

can you share the xaml file

Regards,
Ramnath R.