Archive of ‘C#’ 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…]

ItemClick event on Silverlight ItemsControl

Recently I have been playing with Rik Robinson’s project called Silverlight 2 Scroller. You can read more about this control on this address : http://www.wintellect.com/CS/blogs/rrobinson/archive/2009/01/22/yngwie-malmsteen-syndrome-silverlight-2-scroller-revisited.aspx After looking at ItemsControl I have realize that you probobly [Read More…]

Silverlight supports fullscreen mode

Silverlight 2 has build in support  for fullscreen mode.This feature can be very interested for building same online game solution or some cool video players or …When we enter to this fullscreen mode everything is [Read More…]