Programming Windows Azure: Programming the Microsoft Cloud
$10.49
Price: [price_with_discount]
(as of [price_update_date] – Details)
Learn the nuts and bolts of cloud computing with Windows Azure, Microsoft’s new Internet services platform. Written by a key member of the product development team, this book shows you how to build, deploy, host, and manage applications using Windows Azure’s programming model and essential storage services.
Chapters in Programming Windows Azure are organized to reflect the platform’s buffet of services. The book’s first half focuses on how to write and host application code on Windows Azure, while the second half explains all of the options you have for storing and accessing data on the platform with high scalability and reliability. Lots of code samples and screenshots are available to help you along the way.
Learn how to build applications using the Windows Azure toolsetDiscover how Windows Azure works under the hood, and learn the how and the why behind several featuresChoose to write application code in .NET or other languages such as C/C++, PHP, or RubyUnderstand the various options for managing your serviceGet up to speed on Azure’s storage services, including blobs, queues, and tablesBuild a secure backup system, and learn about cloud application security, cryptography, and performance
From the brand
Explore Azure resources
Sharing the knowledge of experts
O’Reilly’s mission is to change the world by sharing the knowledge of innovators. For over 40 years, we’ve inspired companies and individuals to do new things (and do them better) by providing the skills and understanding that are necessary for success.
Our customers are hungry to build the innovations that propel the world forward. And we help them do just that.
ASIN : B0043M58U8
Publisher : O’Reilly Media; 1st edition (May 7, 2010)
Publication date : May 7, 2010
Language : English
File size : 5968 KB
Simultaneous device usage : Unlimited
Text-to-Speech : Enabled
Screen Reader : Supported
Enhanced typesetting : Enabled
X-Ray : Not Enabled
Word Wise : Not Enabled
Print length : 369 pages
[ad_2]
Craig McMurtry –
Pathetic
The author does little more than recap information that is readily available in the SDK documentation, and has added hardly any thought about the practicalities of Azure development. (In fact, I could find NO evidence of such thought, but I’ve written “hardly any,” in case I missed an iota.) For example, if you want to use an Azure Worker Role, you might create one from the template provided by the Azure SDK add-in to Microsoft Visual Studio. You will peruse the automatically-generated code and think to yourself, perhaps, “okay: what are the implications of the different alternatives for sleeping on the thread in the Run() method.” You won’t find that question or any others answered in Krishnan’s book, though. What you will find is text that simply restates what you will read in the generated template. So save yourself $49.99 and just download the SDK and read the templates. Perhaps you want to use SQL Azure in your solution? The author devotes 9 pages to that subject. Here are a couple of things you might want to do if you actually want to use SQL Azure:(1) Take a definition of an existing database and deploy that into Azure. There is nothing at all on how one might accomplish that … not so much as a hand-wave in the direction of the Visual Studio Database Edition facilities that would allow you to generate a complete definition of your database for deployment to SQL Azure.(2) Connect to a SQL Azure database from an Azure Web or Worker role. Krishnan has a code snippet showing how to accomplish that (which one could have found in the Azure SDK documentation easily enough) but not a word about how one might not HARD CODE the connection parameters, but instead get them from configuration, and, in that case, how best to secure the configuration information.Questions like these would arise for anyone who is actually trying to write anything more than a “Hello, World” application, and who develops software professionally. There are no answers to any of those sorts of questions here. I believe I have read all of the books on Azure published to date, and among those, Tejaswi Redkar’s “Windows Azure Platform,” is by far the best.
Franck Jeannin –
Excellent introduction to Azure with good insight into the project’s genesis
When a new technology is released (especially something as visible as Microsoft Azure) lots of publishers (and authors) jump on the bandwagon thinking that timing is what really matters and quality is… well, a nice to have.If you fear that Programming Windows Azure is one of those books, stop worrying. Not only the quality is definitively there but you also get lots of inside information on the genesis of Azure that shows that the author was involved in the project from the very beginning.Granted, you don’t absolutely need to know why some design decisions were made in order to program for Azure but it helps you get the big picture which in turn will make you a better Architect.So, if you want to learn about Azure and be able to write your first Azure application within a few hours or if you want to know why there is a dog on the book cover or why traffic lights don’t work in India, read this book!
Mark –
Ongoing Review
This is an ongoing review. I will update as I make my way through the book, but wanted you to know my impressions along the way.Chapter 1: Interesting history about cloud computing. I started to read carefully, but became bored and switched to skimming.Chapter 2: Windows Azure Under the hood. A little more interesting than chapter 1, but still at a very high level. The author seemed to ramble. Perhaps I’m just impatient.Chapter 3: Your first cloud app. The author has you create a simple web site by hand (notepad). I had to fix a few inevitable typos. When deploying, the book example uses the ‘old’ developer portal.Chapter 4: Service Model. Chapter starts by explaining roles.Ongoing…
Ahmet Balkan –
Very nice book, but a little outdated
Sriram made an excellent job writing this book. This is a nice introduction to Windows Azure cloud services family. It gives you quite a lot of idea about how do Azure services work and how can you empower your business with them. However this book is written a few years ago therefore a new edition would be great. Some of the stuff you will find in this book is deprecated now (but you can notice this while reading Azure online documentation on MSDN) and there are also lots of new services in Azure now. If you want to learn about them, you should spend some time surfing on Azure website. Overall great book, easy to read and understand. — Ahmet Alp Balkan.
Marshall Rosenstein –
Great introductory text
This book covers all of the major topics in Azure programming with enough detail for you to navigate the major API’s and create your first real application. The examples are very concise, but also self-contained enough so that you can open the book at any chapter and understand what’s going on without having a thorough understanding of the previous chapters. So you can either read this book end-to-end (a quick read) or just refer to the sections that you need.
Garrett Stritch –
Completely Obsolete
I want to thank Amazon and OReilly for selling me this completely obsolete book. None of the examples come close to working, and there are NO updates in the book’s errata – thanks OReilly for the complete lack of support for a 4 year year old tech book.
Wendyl LeMonjelo –
Outdated, lame
This book is so incredibly outdated, it’s borderline unusable. Huge topics are completely skimmed over. I can’t stress enough how disappointed I am with this book. I bought it because of the high ratings – you all let me down.
Gizi Ben-Tovim –
Excellent Azure learning book
The book has lots of useful information and examples for Azure beginners.This is the first Azure book I found useful.It is easy to read and follow and I highly recommend it.
DattMe –
As another reviewer mentioned, this book is no longer relevant. It took me three chapters to get into the examples, by which time I discovered that the Azure Cloud Service project type is now labelled as “Classic” and presumably not worth learning. The Service Fabric Application project type seems to be the current thing. Amazon were kind enough to reverse the order and let me find a newer one.