Sergey Zwezdin
<br/> Microsoft Regional Director<br/><br/> Microsoft MVP
-
Handling authentication-specific issues for AJAX-calls
For modern web-applications has become the usual to use AJAX when you create user interfaces. However, it makes our headache from time to time. And often these difficulties are associated with authentication and processing such requests on the client.
-
Using custom domain with Office 365
This blog post contains steps to linking cutom domain to Office 365.
-
Using Visual Studio 2010 in different environments
Do you like to setup a Visual Studio with the personal preferences? Unfortunately, in some situations we are forced to change development environment settings according to that context in which at present we are. Let's talk about automation of this process.
-
Multitasking at Windows Phone 7 Series
One of most question, discussed with consideration of Windows Phone 7 Series is multitasking. As it was clarified, this question calls concern in a great number of users and developers. Let's more in detail consider this question.
-
Windows Phone 7 Series - what the new mobile platform hides in itself
By this post I wish to open a series of articles about development for Windows Phone 7 Series. We will start that we will consider philosophy of a new platform from the point of view of the developer.
-
My blog has been updated
My blog has been updated. Welcome! Don't forget to update your RSS readers.
-
Use of enum type in ADO.NET Data Services
This the autumn was possible to communicate about ADO.NET Data Services with the Izhevsk developers community. Except other discussed questions, we have started talking about use of enum type as a part of entity which is used in service based on ADO.NET Data Services. As after that in this question was interested some more person, I decide to take out this information here.
-
ADO.NET Data Services 1.5: server driven paging.
We continue to consider new possibilities of ADO.NET Data Services 1.5 and today we will look possibility of compulsory breakdown of data into pages.
-
ADO.NET Data Services 1.5: projections.
Recently I’ve started discussion about ADO.NET Data Services 1.5. I spoke about main trends in this project. Now I want to say about some details. Here we will speak about possibilities to create projections of data in version 1.5 of ADO.NET Data Services.
-
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 of executing of operation (progress bar) is necessary.