Showing tag results for Azure

Mar 12, 2011
Post comments count0
Post likes count0

A few options for Windows Azure Storage Backup & Restore

Cesar De la Torre
Cesar De la Torre

I just wanted to record a few options I found for Windows Azure Storage backup-restore (I’m not talking about SQL Azure, in this case). If you have any other option for this matter, please tell me and I’ll be happy to update this post. 1) Windows Azure Storage Tables backup and storage: http://tablestoragebackup.codeplex.com/ http://b...

Azure
Mar 12, 2011
Post comments count0
Post likes count0

Typical issue‘One of the request inputs is not valid’ when Working with the Windows Azure Development Storage

Cesar De la Torre
Cesar De la Torre

  One of the typical issues is getting the error "One of the request inputs is not valid" that occurs when testing the application with empty tables in development storage. This is because Development Storage currently requires the schema for an entity stored in a table to have been previously defined before you are allowed to query it. WORKAR...

Azure
Mar 10, 2011
Post comments count0
Post likes count0

Architects Forum XXVI ‘CloudPower’ – Presentations (Spanish)

Cesar De la Torre
Cesar De la Torre

As many people asked for it, here you can download the presentations (in Spanish) we delivered yesterday, during the Architects Forum XXVI, regarding the following topics: - CQRS in Windows Azure - Claims based Security and Windows Azure Access Control - Windows Azure AppFabric-Cache - Windows Azure Connect - Windows Azure AppFabric Service Bus. D...

Azure
Feb 6, 2011
Post comments count0
Post likes count0

How to fix: Error when deploying Windows Azure App on WA SDK V1.3 – The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.

Cesar De la Torre
Cesar De la Torre

  You might get this error (The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.) if your Solution is working under any Source Control manager, like TFS, etc… Not joking… This is the whole exception: You might also see this error in the OutP...

Azure
Feb 6, 2011
Post comments count0
Post likes count0

Using Multiple Administrators WLID on a Windows Azure Subscription

Cesar De la Torre
Cesar De la Torre

Just a useful tip: When managing your Windows Azure subscriptions it is advantageous to have multiple service administrators manage the Hosted Services, Storage Accounts and CDN on a subscription. When a subscription is purchased through the Microsoft Online Services Portal, the service administrator specified during the subscription process is the...

Azure
Dec 20, 2010
Post comments count0
Post likes count0

Handling SQL Azure Connections issues using Entity Framework 4.0

Cesar De la Torre
Cesar De la Torre

    The underlying platform within SQL Azure consists of many instances of SQL Server, each of which is managed by the SQL Azure fabric. The SQL Azure fabric is a distributed computing system composed of tightly integrated networks, servers, and storage. It enables automatic failover, load balancing, and automatic replication between phy...

AzureEntity-FrameworkSQL Azure
Nov 30, 2010
Post comments count0
Post likes count0

Just released V1.0 of our DDD NLayered Architecture Guide/Book and Sample-App (Free eBook)

Cesar De la Torre
Cesar De la Torre

[UPDATED - April 2017] - IMPORTANT:  For up-to-date architecture and development guidance using .NET (i.e. .NET Core, ASP.NET Core, Docker containers, etc.) including Domain-Driven Design patterns, microservices architectures and other .NET related technologies like Xamarin for mobile apps check this landing page pointing to multiple NEW guides and...

AzureSilverlightWindow Azure