Posted on: 3/16/2010 8:14:00 PM | Views : 712

Server throttling is one the new features we introduced in our RC release.  It lets you regulate the per request load on the server / DB by specifying maximum result limit on a query method using the QueryAttribute.ResultLimit property.
Here is how you can specify a result limit on a query method:-

Go to the complete details ...