Archive of ‘Silverlight’ category

Request throttling in ASP.NET Web API

Real world scenario When you start to build real world REST API you will surely try to limit access to you API. You can limit number of concurrent requests by using http://www.iis.net/download/dynamiciprestrictions or some other [Read More…]

RIA Services July 2009 preview major changes

1) DomainContext class changed significantly One of improvements is adding support for Asynchronous Domain Operations. DomainContext supports three kinds of domain operations : Query, Submit and Invoke . I have example where I call Load [Read More…]

1 2