Introduction To Windows Azure SQL Database Anton Boyko.NET developer
Architecture
Starting With The Basics
Create And Deploy Your Database
Secure Your Database
<addname="AdventureWorks"connectionString= "Data Source=[server].database.windows.net; Integrated Security=False; Initial Catalog=ProductsDb; User Id=[login]; Password=[password]; Trusted_Connection=False; Encrypt=true;" providerName="System.Data.SqlClient"/>
Exploring Advanced Capabilities