Watch AzureLearn AzureCreate with AzureDiscuss AzureMSDN SpotlightTechNet Spotlight
The Azure™ Services Platform is an Internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of developer services that can be used individually or together. It reduces the need for up-front technology purchases, and it enables developers to quickly and easily create applications running in the cloud using their existing skills.
Create cloud computing projects and upload them to the Microsoft Pinpoint marketplace. The marketplace will allow you to showcase your products and services to the people who need them the most. »
Chris Rolon gives us a look under the hood of Microsoft SQL Azure to see how was constructed. Chris discusses the issues involving high availability, failure detection, automatic failover, and the distributed data fabric. »
Windows Azure guru David Pallmann explains why Windows Azure is a fantastic platform for RIAs. David provides several examples of RIAs, and he explains how RIAs and cloud computing are causing a shift in software layers as we know them. »
During this webcast, we explore what the Service Bus does and how it works. We also examine the connectivity challenges addressed by the Service Bus and the different communication patterns made possible by the Service Bus to address specific business requirements on the cloud. »
Architecting and building a Software as a Service application requires solving a series of problems that are independent of a particular software platform. Michael discusses three areas of focus for designing and building services so that you can leverage your work into new platforms such as Windows Azure. »
Joe Shirey talks to Clemens Vasters, senior program manager on the Windows Azure team, about the architectural implications of the Internet Services Bus and .NET Services. »
Cloud Computing is often presented as an esoteric technology that is only interesting to large companies. In point of fact, small- and medium-sized companies will find the economics and technology opportunities very compelling. Shy Cohen and Michael Stiefel discuss why this is so, and why SMBs should look for opportunities in the cloud computing area. »
What are the business considerations of risks and benefits when considering cloud computing options, strategies, and trends? Check out this discussion between Miha Kralj and Zhiming Xue. »
Bob Familiar interviews Dennis McCarthy, a software architect at Kronos about his research into leveraging Microsoft Dynamics 4.0 as an S+S Platform. »
Energynet transfers watts and usage data, connecting anything and everything in the energy market. In this unique session, Juval Lowy presents the case for the next boom in software, shares personal observation and perspectives, and points out the skills and expertise required of developers that want to not only survive but thrive on the next boom in software. »
Learn architectural patterns and factors for moving to the cloud. Based on real-world projects, the talk explores building block services, patterns for exposing applications, and challenges involving identity, data federation, and management. »
A group of senior IT architects from across the industry met to consider the coming cloud. What it is, what it means for business and the software profession and what has Microsoft been up to in the cloud? This episode is part one of the discussion. »
Vishwas Lele, CTO of Applied Information Sciences (AIS), articulates three typical styles of applications and services that may be built to take advantages of the Azure Services platform. »
What's the latest on Windows Azure and Microsoft's cloud platform? David Chappell discusses his perspective on this fast-changing area with Bob Familiar. »
This session will cover SQL Azure Overview, SQL Azure Data Access, SQL Azure Architecture, SQL Azure Provisioning Model. »
Get an understanding of Microsoft SQL Azure and its core functionality. »
This session will cover how to programmatically interact with Microsoft SQL Azure using the following APIs: ADO.NET, ODBC, and PHP. »
The Microsoft .NET Service Bus supports a range of connectivity options. In this screencast, see how multicast is supported through a series of code examples and sample applications. »
Windows Azure features a very powerful, yet simple deployment model. By focusing on your application and abstracting away the infrastructure details, you can deploy almost any app with minimal fuss. »
The Windows Azure SDK provides a development fabric that provides a cloud on your desktop. In this screencast, learn how to debug your Windows Azure applications in this environment. »
If you are looking to get started developing with the Live Framework, this is the place to start! In this screencast you'll learn how to get a Live Services token and what you need to download in order to start writing Live Framework applications. »
The Live Framework Resource Model is a simple, straightforward information model based on entities, collections and relationships. In this brief screencast you'll learn how to navigate the relationships between entities by using the Live Framework Resource Browser, which is a tool that ships with the Live Framework SDK. »
.NET Services are a set of highly scalable building blocks for programming in the cloud. In this brief screencast, you'll learn about the registration process, the SDK and the built-in samples everything you need to know in order to get started. »
The .NET Service Bus makes it easy to access your Web services no matter where they are. In this brief screencast, you'll see how to take a basic Windows Communication Foundation (WCF) service and expose it to the Internet with the .NET Service Bus. »
This session will cover creating, accessing and manipulating tables, views, indexes, roles, procedures, triggers, and functions; insert, Update, and delete; constraints; transactions; temp tables; and query support. »
Learn about authentication and authorization. »
This session will cover SQLCMD basics, deployment, development, management, and provisioning. »
This six-part seminar provides you with a basic understanding of Software plus Services, the fundamental concepts, and gives you a demonstration of what makes S+S unique from other approaches to delivering software. »
Get an early glance at the Microsoft SQL Data Services (SDS) Developer Portal and learn how a developer can get a SQL database for their Microsoft Windows Azure application. »
Hear members of the Microsoft SQL Data Services team discuss the new features of SDS including the development model, tools support, and how the services interoperate with the other building block services of the Microsoft Windows Azure Services Platform. »
This two-part video will take pieces from the Worldwide Partner Conference that focus on Microsoft Windows Azure from a Partner perspective. »
Learn about the components found in .NET Services: Access Control, Service Bus, and Workflow. »
This video will teach you about the Windows Azure SDK and the Windows Azure Tools for Microsoft Visual Studio. »
If youre a developer and youre new to Windows Azure, this is the place to start. In this video youll learn what Windows Azure is, and what is provided by the Azure Services Platform. »
There are thousands of different kinds of applications on the Internet, but most of them require the same underlying data: mapping and location information, online photo storage, personalized contact lists. In this video you will learn how to leverage the Live Framework to access this information from both on-premise and cloud-based applications. »
See how you can use the Microsoft SQL Data Services SDK to take advantage of this "database in the cloud." »
His high level overview will give you an introduction to Microsoft Windows Azure platform AppFabric. »
This high level overview for technical and business decision makers will provide an introduction to Windows Azure. »
Through a series of coding examples, see how to take a simple WCF client/service application, expose it on the Internet using the AppFabric Service Bus and then secure it using the Access Control Service. »
In this high level overview, attendees will learn what the Microsoft Windows Azure platform AppFabric and what it offers Microsofts cloud customers. »
In this demonstration-heavy session, see multiple ways in which the Service Bus can be leveraged to provide connectivity solutions for cloud-aware and cloud-based applications. »
Examine the setup and code required to leverage the Access Control Service from a Microsoft ASP.NET application. »
With the recent release of the the CTP (Community Technical Preview) of SQL Azure, it seemed an ideal time for David Gristwood to sit down with SQL guru Keith Burns and have a chat with him about data in the cloud, this new version of SQL Server, what it means for developers and systems designers, and how to get started. »
Windows Azure provides a built-in framework for writing log messages from your applications. In this screencast, you'll learn how to use the Windows Azure logging API and how to read log messages whether your application is running in the development fabric or in the cloud. »
In this screencast, learn how to add create and store custom types in Live Mesh using the Live Framework SDK. »
In this screencast, see how you can connect to and interact with the Live Framework from a PHP application built using Eclipse. »
Windows Workflow Foundation provides a platform for using managed code to defined work as composable, reusable parts. With .NET Services, you can host your workflow in the cloud and access it from anywhere. In this screencast, see the basics of taking a simple workflow and deploying it to the cloud. »
The Microsoft .NET Service Bus supports a range of connectivity options. In this screencast, see how multicast is supported through a series of code examples and sample applications. »
Windows Azure is a pay-as-you-go service that provides easy, automatically managed scalability and availability. The Windows Azure hosting platform nearly eliminates the need for hardware and human resource allocations. »
As an open platform, Windows Azure offers choices to developers. It allows them to use multiples languages (.NET, PHP, Ruby, Python or Java) and development tools (Visual Studio or Eclipse) to build applications that run on Windows Azure and/or consume any of the Windows Azure platform offerings from any other cloud or on premise platform. »
The Identity Developer Training Course represents the unbundling of the Identity Developer Training Kit: all the labs documentation is now unfolded and hosted by Channel9 on the public internet, ready to answer YOUR queries right when you need it. »
The Windows Azure Platform Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Windows Azure platform including: Windows Azure, SQL Azure and .NET Services. »
Check out how Microsoft's strategic application of people, processes, technologies, and experience with consumer and enterprise security has resulted in continuous improvements to the security practices and policies of the Microsoft cloud infrastructure and our online services. »
Get an early look into the Azure Services Platform in this whitepaper by David Chappell. Learn why using computers in the cloud can make lots of sense for your organization. Rather than buying and maintaining your own machines, why not exploit the acres of Internet-accessible servers available today? »
Part of the larger Azure Services Platform, Windows Azure is a platform for running Windows applications and storing data in the cloud. Wherever they run, applications are built on some kind of platform. For on-premises applications, this platform usually includes an operating system, some way to store data, and perhaps more. Applications running in the cloud need a similar foundation. That's the goal of Microsoft’s Windows Azure. »
Windows Azure Table provides scalable, available, and durable structured storage in the form of tables. The tables contain entities, and the entities contain properties. The tables are scalable to billions of entities and terabytes of data, and may be partitioned across thousands of servers. This paper describes the basic concepts and the advanced features of Windows Azure Table. »
Windows Azure Storage provides durable, scalable, available, secure, and performance-efficient storage services for the cloud, and it does this through familiar and easy-to-use programming interfaces. Windows Azure Blob provides a simple interface for storing named files along with metadata for a file. This paper describes the Windows Azure Blob programming interface and the advanced blob concepts. »
This hands-on lab will tell you everything you need to know to get started with SQL Azure. »
WebsiteSpark is a program that offers visibility, support, and software for professional Web Developers and Designers. Visit the site to learn more. »
The Windows Azure Platform Training Course includes a comprehensive set of technical content including samples, demos, hands-on labs, and presentations that are designed to expedite the learning process for the set of technologies released as part of the Windows Azure Platform. »
This overview paper introduces Microsoft® .NET Services, each of its building block services, and how they fit together. »
Windows Azure Storage provides durable, scalable, available, secure, and performance-efficient storage services for the cloud, and it does this through familiar and easy-to-use programming interfaces. Windows Azure Queue provides reliable storage and delivery of messages for an application. This paper describes the Windows Azure Queue programming interface and the advanced queue concepts. »
This whitepaper shows developers how to use a claims-based identity model and the Microsoft .NET Access Control Service – part of the Microsoft .NET Services family – to implement single sign-on, federated identity, and role based access control in Web applications and services. »
This whitepaper shows developers how to use the .NET Service Bus – part of the Microsoft .NET Services family – to provide a secure, standards-based messaging fabric to connect applications across the Internet. »
This whitepaper provides details about the Microsoft .NET Workflow Service, its relation to Windows Workflow Foundation, and what developers need to know to begin building workflows for the cloud. It not only explains the current tools and capabilities but also outlines the vision for future releases. »
In order to be able to host your applications on the Azure Services platform, you will need to create a Windows Azure account and obtain the tokens necessary to create Windows Azure projects and/or SQL Azure database servers and databases. »
Trying out the Azure services is free, however a token is required to gain access to some of the services. »
The Microsoft Online Security Features whitepaper describes how Microsoft's concern for security, as defined in the Trustworthy Computing initiative, has driven key features in the design, deployment, and operation of the Microsoft Online Services environment. »
The Microsoft .NET Services Client Redistributable provides everything you need to run applications that use Microsoft .NET Services. »
Windows Azure Tools for Microsoft Visual Studio® extend Visual Studio to enable the creation, building, debugging, running and packaging of scalable services on Windows Azure. Installation includes the Windows Azure SDK. »
The Windows Azure SDK provides developers with the APIs, tools, documentation, and samples needed to develop Internet-scale applications that run on Windows Azure. Using the Windows Azure SDK, developers can create applications and run it in a local development fabric even without a registered account. »
The Microsoft .NET Services SDK provides developers with the APIs, tools, documentation, and samples needed to develop applications that take advantage of the Access Control Service, Workflow Service and the Service Bus. »
Deploying a service to the Windows Azure hosting environment is a relatively straightforward process. The only real requirements are to supply a package and a service configuration file. »
This open source project, announced in May, is an effort to bridge PHP developers to Windows Azure. PHPAzure is an open source project to provide software development kit for Windows Azure and Windows Azure Storage – Blobs, Tables, and Queues. »
Explore the Live Framework Documentation to learn more about the Live Framework or register to access the Live Framework SDK. »
The Microsoft .NET Services offer interoperability by design through industry standards and web protocols such as REST, SOAP, WS-*, as well as through community based libraries that make it easier to use the services. The Java SDK for .NET Services, developed by Schakra Inc, includes a set of libraries, tools, prescriptive guidance & sample applications that will enhance productivity for Java developers willing to use the .NET Services to extend their Java applications by using the Microsoft cloud services platform. »
The Ruby SDK for .NET Services, developed by ThoughtWorks, includes a set of libraries, tools, prescriptive guidance & sample applications that will enhance productivity for Ruby developers willing to use the .NET Services to extend their Ruby applications by using the Microsoft cloud services platform to build, deploy and manage reliable, Internet-scale applications. »
The SQL Data Services SDK provides APIs, tools, documentation, and code samples to quickly get you started with SQL Data Services. »
Connect with other users and developers through MSDN community resources. There's a growing archive of technical questions and answers in the forum. »
Discuss the Windows Azure operating system with other users and developers. Find answers to your questions and help others by sharing your knowledge. »
Interested in .NET Services? This is the place for questions, suggestions and discussions with regard to using the services. »
New to SQL Data Services? This is the place for questions and discussion with regard to getting started with the service, signing up, any other service related questions. »
3M
CCH
GXS


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers