score:0
i don't have a good answer for you, but i do know that azure table storage is for non-relational data tables, meaning that if you need to create relational joins between tables, this most likely won't be the route to go.
as for sql data services, there's a codeplex project called phluffyfotos that has a "linq to sds provider" that you might want to check out for inspiration.
phluffyfotos is a web 2.0 picture gallery service where users can upload their pictures from the web or mobile device. this sample is designed to demonstrate how you can develop a multi tenant application using sql server data services (ssds).
the demo utilizes several technologies including: asp.net mvc preview 4, linq, windows communication foundation, silverlight, windows powershell, and the .net compact framework 3.5.
score:2
you should use sql data services. i guess by now you know this:
for the underlying windows azure platform, we’re adding fastcgi / php support, along with the ability to run full trust .net applications; sql data services goes relational, allowing you to use the full ado.net stack, linq to sql, and so on inside a cloud offering;
Source: stackoverflow.com
Related Query
- want to get data from specific column of azure mobile service table using linq
- Retrieving data from the table using LINQ to SQL
- How to reinsert data from one table onto itself using LINQ in code migration?
- Error when trying to delete data from table with LINQ to SQL
- c# Linq or code to extract groups from a single list of source data
- Pulling data from one SQL Azure table, add a column, then populate a different table
- Linq to Sql - How to get data from second level table
- LINQ to SQL Every Nth Row From Table
- Linq to select data from one table not in other table
- How does linq actually execute the code to retrieve data from the data source?
- Returning datasets from LINQ to SQL in a REST/WCF service
- Manually select related table data (SELECT N + 1 problem) LINQ to SQL
- Windows Azure Table Storage LINQ Operators
- Populate Excel with data from LINQ to SQL query
- Eliminate comma(,) from a column of a Data Table using LINQ
- Retrieve and print data from dynamic sql query with linq
- Retrieving Data from LINQ to SQL in JSON format?
- Is a full list returned first and then filtered when using linq to sql to filter data from a database or just the filtered list?
- creating Linq to sqlite dbml from DbLinq source code
- Pull data from multiple tables in one SQL query using LINQ and Entity Framework (Core)
- Linq to sql as object data source - designer problem with partial classes
- Import Data from Excel to SQL Server DB using LINQ to Excel
- C# LINQ How to get a data source from a db?
- LINQ Query to get data from another table
- Linq to sql - Join 2 tables, select 1 row from right table with a 1 to many relationship
- Read data from more than one table using Azure Mobile Services
- Retrieving Data From Multiple Tables in a LINQ to SQL query
- Using Linq to extract data from a Table
- Create and insert from Temporary table using Linq to SQL in DBML
- LINQ to SQL select exact matching record from many to many table
More Query from same tag
- IQueryable (non generic) : missing Count and Skip ? it works with IQueryable<T>
- Schedule optimize
- Returning (blanks) in many to many Linq query
- How use Long type for Skip in Linq
- Linq to SQL Slow Query
- Return certain record based on criteria (2)
- Can Distinct be expressed using so-called embedded query rather than a method call
- Best primary key data type for Linq to SQL
- Returning proper type after using OrderBy()
- how to fix SqlError :failed when converting date and/or time from character string. EF binaryexpression?
- Error in linq query when using average
- Linq conditional group by count
- How to rollback the datacontext to the point of the last submitchanges
- C# algorithm - find least number of objects necessary
- SQL Query Converting select-from-join to LinQ
- performance issue with System.Linq when subdividing a list into multiple lists
- LINQ - Group by lambda expression
- Accessing items in GridView
- CRUD - Create select dropdown list autofills another input box ASP.NET Razor Pages
- C#-Linq: Ignore case when comparing using string.equals in linq
- Linq subqueries
- Convert SQL to Linq with multiple joins , SUM and group by
- Entityframework core query related data filtering
- LINQ: Translating a SQL WITH clause to LINQ and Entity Framework
- Why don't my SQL results match my Linq results?
- OrderBy with value from another table
- Linq OrderByDescending with inline comparer function
- Unable to create a constant value of type 'WebApplication13.Models.Service'. Only primitive types or enumeration types are supported in this context
- Use C# to loop through XML document and if condition is met replace value or node
- Programmatically creating a treeview in sharepoint based on a column