Contents tagged with TipsTricks
-
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.
-
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.