Microsoft Azure : enterprise application development : straight talking advice on how to design and build enterprise applications for the cloud /
Straight talking advice on how to design and build enterprise applications for the cloud using Microsoft Azure with this book and eBook.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
©2010.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Microsoft Azure: Enterprise Application Development
- Microsoft Azure: Enterprise Application Development
- Credits
- About the Authors
- Acknowledgement
- Acknowledgement
- About the Reviewer
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Errata
- Piracy
- Questions
- 1. Introduction to Cloud Computing
- What is an enterprise application
- What is cloud computing
- Some benefits of cloud computing
- Some downsides of cloud computing
- Cloud computing infrastructure
- Cloudy skies ahead.
- Is cloud computing "enterprisey" enough Summary
- 2. The Nickel Tour of Azure
- Explaining Azure to the managers
- Windows Azure
- Compute service
- Storage service
- Blob Storage
- Table Storage
- Queue Storage
- Azure Fabric Agent and Controller
- SQL Azure
- Windows Azure platform: AppFabric
- Codename Dallas
- Development Fabric
- Considerations for the ASP.NET developer
- How are Azure costs calculated
- Calculating Windows Azure pricing
- Calculating SQL Azure pricing
- Calculating AppFabric pricing
- Summary
- 3. Setting Up for Development
- Downloading the tools.
- Configuring the local machine for developmentInstalling Windows Azure tools and SDK
- Summary
- 4. Designing our Sample Application
- Project design
- Integrating application with cloud features
- Creating an Azure account
- Summary
- 5. Introduction to SQL Azure
- Overview of SQL Azure
- Manageability
- Managing SQL Azure
- Similarities
- Differences
- High availability
- Scalability
- Relational data model
- Familiar development model
- What's the same in SQL Azure
- Data types
- Database objects
- Fully supported T-SQL commands
- Part ially. supported T-SQL commands
- SQL Server built-in functions.
- Multiple active result setsWhat's different in SQL Azure
- Number of databases
- Database objects
- Service Broker, SQL Browser, and DTC
- T-SQL commands
- System functions
- Data synchronization
- Security
- Development considerations
- Managing maximum size
- Management tools
- SQL Azure portal
- SSMS 2008 R2
- Project Houston
- Access 2010
- Managing databases, logins, and roles in SQL Azure
- Migrating schema and data
- Manually scripting objects and data
- SQL Azure Migration Wizard
- SQL Server Integration Services (SSIS)
- SQL Server Import and Export Wizard
- Creating packages from scratch
- DAC Packs.
- BCPThe Jupiter Motor's ERP system database and the Dealer Orders database
- SQL Azure portal
- Creating our database
- Summary
- 6. Azure Blob Storage
- Blobs in the Azure ecosystem
- Creating Blob Storage
- Windows Azure Content Delivery Network
- Blob Storage Data Model
- Blob Storage
- Representational State Transfer
- The Blob Storage API
- Working with containers using the REST interface
- Working with containers using the StorageClient library
- Working with blobs
- Summary
- 7. Azure Table Storage
- Table Storage versus database tables
- Some of the good stuff
- Limitations of Table Storage.
- Adding Table Storage to an Azure account.