Silverlight database to DataGrid, yet another approach- Part II

by Taoffi Nassar 5. February 2010 23:55
This is the second part on how to format/adapt data to be displayed in a Silverlight DataGrid in a way that allows the preservation of business logic.   Server side objects As we have seen, in part I, the server will prepare our data into the designed classes before transmitting it to the Si... [More]

Html Content Viewer for Silverlight

by Taoffi Nassar 25. January 2010 04:57
In a previous post, I talked about a solution to manipulate (animate for example) the Silverlight control inside the hosting html page.   The reverse side of the problem (displaying html content inside a Silverlight control), is a requirement which comes out in the context of numerous web pro... [More]