Work with SQL Azure?

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
jkhilpp
Posts: 1
Joined: Mon 10 Jun 2013 15:53

Work with SQL Azure?

Post by jkhilpp » Mon 10 Jun 2013 16:08

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.

HSNMatt
Posts: 18
Joined: Thu 18 Apr 2013 15:30
Location: St Petersburg, FL

Re: Work with SQL Azure?

Post by HSNMatt » Mon 10 Jun 2013 21:34

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Work with SQL Azure?

Post by Shalex » Wed 12 Jun 2013 09:59

Entity Developer supports SQL Azure.

Post Reply