Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Hosted-services / Azure

iBookTracker

0.00/5 (No votes)
3 May 2013CPOL 6.2K  
An app to manage personal book collection

This article is an entry in our Windows Azure Developer Challenge. Articles in this sub-section are not required to be full articles so care should be taken when voting. Create your free Azure Trial Account to Enter the Challenge.

Introduction

Like many book lovers who had subscribed to the Amazon Reading List app in LinkedIn, I was deeply saddened when LinkedIn discontinued that feature. There is now a way to import this list to Shelfari and then even download your book list to your own computer. However, Shelfari has features I don't want and lacks features I need. So I plan to build my own books tracker - the iBookTracker, to manage the books (both real and digital) that I read and collect. Hopefully it will be of interest to  other book lovers too who wish to take good care of their books. 

Why Azure? 

These are the top 3 reasons I find Azure useful: 

  • Easy to get started - build your application with Visual Studio or WebMatrix, click Publish when you're done  
  • Multiple deployment options  
  • Scale on demand - computing resources can be added or removed based on website visitor volume, and budgeted cost without any major upfront fees. 

(I have an Azure account via MSDN)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)