In a previous post we saw how easy is to bind data to a GridView control, without using a build in Data Sources. In this post we will use an SqlDataSource control which will retrieve some data from a database… Read More ›
Day: April 10, 2013
Managing State and Service Instances in a WCF service – The case of a ShoppingCart : Part 1
We have seen in previous posts how to host and consume WCF services where the client used to invoke some operations of the service. These operations though, were totally independent and no state was needed to be kept. The client… Read More ›