Showing posts from May, 2013
I came across a fascinating article on Peteris Krumins blog using boolean operators to perform handy low-level bit hacks. Most people are used to just using AND and OR operators on integers, but this article goes into much more…
This post will show you how to stream video on asp.net using the WCF rest service. The techniques used here are as we don’t know the exact content length of the data, so we used Content-Encoding transfer encoding to maintain …