I'm learning about Microsoft Azure, and there are lots of concepts that, although are not new for me, I'd like to know more about them, like for example database sharding, denormalization, nosql, content delivery networks, distributed cache (like memcache), asynchronous processing, split systems, load balancing, etc... etc...

I'm looking for a book about approaches rather than technique.

The problem is that I can read a lot about how to use Azure Storage, or how to use Azure CDN, but without a correct approach, the result won't be as good as expected.

Thanks in advance.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Microsoft's Patterns and Practices group has put out several resources in the last year that you might want to take a look at. They generally take an over-arching approach. Here is a link to one of their resources on building applications on Windows Azure.

http://msdn.microsoft.com/en-us/library/ff966499.aspx

link|improve this answer
I've been taking a look and it's gonna be ver useful for me. Thanks. – NullOrEmpty Jan 27 '11 at 19:43
feedback

there are no book per se but there are a lot papers out there on distributed computing and cloud computing which can come handy. Otherwise if u want to go for books there is a three book volume from tenebaum titled distributed networks.

link|improve this answer
Do you mean 'Distributed Systems: Principles and Paradigms,' by Tanenbaum and Van Steen? – phooji Mar 26 '11 at 3:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.