Showing posts with label sharding. Show all posts
Showing posts with label sharding. Show all posts

Reading Notes #43

Cloud


from Wely's Cloud Journey blog


Programming

  • Need A Cloud Monkey? Netflix Unleashes Simian Army - Monkeys is the name of all those programmes or applications that are used by Netflix to watch their system. This post report that Netflix announce they will give the code as open source.
  • Outside-the-Box Pizza, Part 3: Mobility & Responsive Web Design (David Pallmann) - In this post all the CSS tricks to support the Responsive web design will be explains. The goal is to support the army of different mobile devices.
  • Why you need to learn async in .NET (weblogs.asp.net) - Nice post with a code sample that illustrate the advantage of using the async framework. Let’s the code represents “the what” of what you want to do not “the how”.
  • WCF-SQL Adapter and permissions - Well explain. I got this once, and I remember spending few minutes trying to understand this error message... It's a shame that it's not the good one that is display first...
  • Lowering the Barriers to Code Generation with T4 - If you are not already using T4 or if you think code generation is only for "big project", this post is for you. This very nice tutorial shows how to use T4 to improve the quality, the stability and the readability of your code. A must for all serious .Net developer.

    Miscellaneous