Reading Notes #45

WasabiCloudCloud

Azure lets us focus on our product rather than focusing on how we need to scale the application
“For a rich comparison of SQL Azure and Windows Azure Table storage, see Joseph Fultz’s MSDN Magazine article at: http://aka.ms/SQLAzureVsAzureTables.”
This blog has three posts that give detailed explanation of how a test rig with Controller and Agents can be created in Windows Azure.”
There does not seem to be any good working OAUTH v2 examples for Java using ACS

Programming


Miscellaneous


~Frank


Reading Notes #44

They Will Bring You In The Cloud
They will bring you in the cloud.

Cloud


Programming


Miscellaneous

  • 5 Tricks for a Killer Company Blog - Five simple tips to get started blogging in a business perspective.
  • Hit the Presentation Sweet Spot - Twenty minutes is very short. Maybe it is a good idea for a specific type of presentation... How do you plan a 2-3 formation?
  • Your Personal Brand as a Developer: Implementing (Part 2 of 2) (Jonathan Rozenblit) - Part 2 on an unusual topic but important. Our brand, as a person. On the internet everything is amplified and could be seen by a lot of people very quickly. A post to read "before it is too late".
  • Coping with Email Overload (Peter) - This could be a good advice for a lot of people. While I'm working on a project where co-workers are across the country I not sure I can do this but maybe tweaking it with rules for only those people.

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