Related resources for CLR object
  • CLR Stored Procedures in SQL Server2/3/2023 7:57:46 AM. In this article, we will learn about CLR Stored Procedures in SQL server.
  • CLR Object And JSON Serialization And Deserialization2/2/2023 10:49:02 AM. This article demonstrates how to serialize and deserialize CLR objects for web-based applications.
  • Converting XML data to CLR object using XmlSerializer2/14/2011 2:31:38 AM. My last Post (Consuming Webservice from Silverlight) was all about accessing a web service/API from Silverlight; there I described how to consume an external API, with a sample from GeoName web services. As I said in that article, this article is the continuation. Here I am going to demonstrate how to convert the result output, which is in XML, to a CLR object and of course using it as a datasource in a Silverlight application.