I have a WCF service (not RIA) that I use with Silverlight. The application is fast data coming, the Twitter data of course;) which is written in a SQL Server database. The WCF service is in a separate web project and I select the server every 10 seconds from Silverlight.
I've noticed that lately, probably due to the volume, although I limit it to 100 items per request (add a tech (100) statement for all questions).
I have a debug in the manufacturer for my WCF service. Vitiline statement, and in the output window it showed the construction for each request, I think it is bad as I am stupidly creating various treasures etc. so that each request can create many new object contacts.
Is there anyway for Silverlight besides voting for the service and WCF service often wants a small quantity of data (& lt; = 100 objects) for customers' own scenario?
You can bind or look at Insert
Comments
Post a Comment