I'm building a .NET web application w/DB on the Azure platform. I'm looking to create the DB using Model First and building the DB on SQL Azure, tables and blob storage. My question, one I've learned not to take for granted, does Entity Developer play nice with SQL Azure? I don't have SQL Server installed and prefer not to. I'm using VS2012, .NET 4.5, EF 5.0
This DB greenhorn thanks you.
Work with SQL Azure?
Re: Work with SQL Azure?
SQL Azure works the same as any other DB...
If you are talking about Azure Storage, you might want to consider using their API rather than using any EF providers.
If you are talking about Azure Storage, you might want to consider using their API rather than using any EF providers.
Re: Work with SQL Azure?
Entity Developer supports SQL Azure.