top of page
Search

The Tech Platform
Aug 17, 2023
How to Convert XML to JSON File in Python
XML and JSON are two different ways to represent the data. Though both are used to structure and share data, they each have unique...

The Tech Platform
Jul 26, 2023
JSON vs XML: Comparing Two Popular Data Interchange Formats
JSON and XML are widely used data formats in data interchange and representation. Both have unique strengths and weaknesses, making them...


The Tech Platform
Mar 17, 2021
Vue.js Transition
Vue.js transition has various ways of applying the transition to HTML elements when elements are added or updated in the DOM. Working...

The Tech Platform
Jan 13, 2021
DOM vs SAX Parser in Java - XML Parsing in Java
DOM vs SAX parser in Java DOM and SAX parser are two most popular parser used in Java programming language to parse XML documents. DOM...

The Tech Platform
Jan 13, 2021
JDOM Example : Reading and Parsing XML with SAX parser in Java
XML parsing with JDOM parser JDOM is an open source library which allow XML parsing and reading in Java program. JDOM is designed by...

The Tech Platform
Sep 21, 2020
Open Sourcing XAML Behaviors for WPF
Today, we are excited to announce that we are open sourcing XAML Behaviors for WPF. In the past, we open sourced XAML Behaviors for UWP...

Vijai Anand Ramalingam
Apr 1, 2019
How to add values to the string array from xml using Powershell
Description: I have two xml files XML1 and XML2 which contains the following values I need to get the xml values in a string array which...

Vijai Anand Ramalingam
Feb 23, 2019
Silverlight Plane Projection Example
In this article we will be seeing how to create Silverlight Plane Projection using Visual studio 2010. Plane projection is used to create...

Vijai Anand Ramalingam
Feb 22, 2019
How to publish a Content type in SharePoint 2010
In this article we will be seeing how to publish content type in SharePoint 2010. SharePoint 2010 introduces a new concept called Content...

Vijai Anand Ramalingam
Feb 22, 2019
How to create Silverlight Rich Text Box using Visual Studio 2010
In this article we will be seeing how to create Silverlight Rich Text Box using Visual studio 2010. Steps Involved: Creating a...
bottom of page