|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduction to SQL Azure : Creating our database |
The portal database design is very simple, consisting of only five tables. The Jupiter ERP database has only three tables, and will be a local database (this will not live in SQL Azure; it is a representation of an on-site ERP system) |
|
|
Introduction to SQL Azure |
If we reach the maximum size limit set for a Web Edition database (5 GB), then it is not easy to migrate from a Web Edition database to a Business Edition database. |
|
Overview of SQL Azure |
SQL Azure can be used individually or in conjunction with other Azure services. In either case, local applications can connect directly to SQL Azure. When used in conjunction with Windows Azure services, local applications can also access data stored in SQL Azure via web services. |
|
|
Microsoft Azure : Setting Up for Development |
In order to build an Azure application, we need a framework to access the underlying classes, a development environment, and possibly a few hotfixes as well. The downloads necessary vary by OS (32 or 64 bit, XP or 7), language choice (.NET or PHP), and development environment (Visual Studio or Eclipse) |
|
|
|
|
|
|
|
|
|
|
|
Orchestration Patterns with BizTalk Server : Example |
A project team with Superior Stamping has chosen to expose the Order Fulfillment orchestration as an ASMX Web service. The orchestration receives three different message types grouped into the OrderFulfillmentPort |
|
|
|
|
|
|
Service-Orientation with .NET : Utility Abstraction with a .NET Web Service |
Standard Mold is interested in creating a Notification service. They have a number of different systems that already notify people about IT system failures and outages, but this legacy architecture requires that their SMS sending software support four different SMS vendors, and has therefore become complex and expensive to maintain |
|
|
|
Service-Orientation with .NET : Exception Shielding |
Services are sometimes designed to return detailed data about the nature of a given exception, thereby inadvertently disclosing information about their underlying architecture that can be abused by malicious consumer programs. |
|
|
|
|
|
Service-Orientation with .NET : Service Loose Coupling |
The goal of the Service Loose Coupling principle is to allow services to develop and evolve with minimal impact on each other, a consideration that is key to achieving the Increased Organizational Agility goal of service-oriented computing. |
|
|
|
|
|
|