Sergey Zwezdin


Microsoft Regional Director

Microsoft MVP

Browse by Tags

All Tags » WCF (RSS)
Displaying of progress of downloading data in WCF services
Platform Windows Communication Foundation can be used not only for a simple operations call, but also for transfer of big parts of data (for example, files in some mbyte). Sometimes such scenarios are applicable and on slow channels. In this case an indicator...
Throttling in WCF
Here I want to give the main information which need to be known at setting of the service working with high load. ConcurrencyMode Parameter which defines a service operating mode - how many real threads will process messages and to execute actions. This...
Updating data into ADO.NET Data Services which based on LINQ to SQL
We continue to investigate possibilites of use LINQ to SQL as model of data for ADO.NET Data Services. Today we will talk about possibility of change data. I will remind, that ADO.NET Data Services platform gives us possibility not only to select data...
Debugging ADO.NET Data Services
Interest to ADO.NET Data Services platform obviously is growing up among developers of web-services. It also confirmed when I receive e-mail letters with questions about different problems. As a rule these questions are reduced to serivce error after...
More Posts