Tag: Development

Community

REST Fundamentals

(Kalyan Bandarupalli) REST stands for Representational State Transfer, is an architectural style where you can build the software system in which clients (user agents) can make requests to the services [end points]. REST one of the ways to implement the clientserver architectural style. REST can be

Community

TreeView in Silverlight

(Mahesh Chand) A TreeView control provides a hierarchical view of list items where the top level node is called a parent and the following level nodes are called children. This article demonstrates how to create and use a TreeView control in Silverlight using XAML and C#.