Tagged Questions

0
votes
1answer
26 views

Data compression for ADO.NET data services

I have an ADO.NET data service exposed by a .NET app (not IIS) which is consumed by a .NET client app. Some calls to this data service return large amounts of data. I'd like to co …
0
votes
2answers
27 views

How do I implement IDataServiceMetadataProvider and tell my Data Service to use that custom provider?

There's no obvious entry point for implementing a custom provider for an ADO.NET Data Service using IDataServiceMetadataProvider, and then telling a Data Service to use that provid …
0
votes
1answer
27 views

Can I use ADO.NET Data Services with a LINQ-to-DataSet data source?

We have an existing application that relies heavily on stored procedures and untyped DataSets. I'd like to maintain that flexibility, but leverage the REST capabilities of ADO.NET …
0
votes
1answer
24 views

ado.net data services silverlight security

I have a application where the validation is done in the web server side (in the page). and the control is passed to the sl client. The SL client makes call to the ado.net data ser …
0
votes
1answer
16 views

AtomPub - What’s your recommendation?

I'm looking to create a service (based on .NET Fx 3.5 or 4.0) that exposes data via Atom and enables AtomPub (so that I can update using Windows Live Writer). There looks to be tw …
1
vote
1answer
34 views

ADO.Net Data Service Operation: Array of integers as a parameter

This question is a bit of a two parter for .Net data services. This is the function signature I'm trying to achieve: /// <summary> /// Returns Descriptions for any asset in …
1
vote
2answers
36 views

What is the difference between writereplace & writeMerge in Ado .net data service?

I am configing ado.net dataservice in public static void InitializeService(IDataServiceConfiguration config) { // config.UseVerboseErrors = true …
1
vote
1answer
100 views

Hitting a ADO.NET Data Services from WPF client, forms authentication

Hey all! There are a number of questiosn on StackOverflow that ALMOST hit this topic head on, but they are either for other technologies, reference obsolets information or don;t s …
0
votes
2answers
52 views

data not deleted from DB when removing items in RIA Services

I have a Silverlight3 client consuming an unmodified/code-generated DomainService through RIA Services with a Linq-to-SQL back end. Is this the correct way to delete a row from th …
0
votes
0answers
35 views

ADO.NET Data Services querying against LINQ to NHibernate: “Could not understand: (IIF(([1003] = null), null, Convert([1003].Contains(”name”))) = null)”

I'm trying to perform a simple query using ADO.NET Data Services running against LINQ to NHibernate. I can execute this query var query = _context.CreateQuery("FileDTOs") …
1
vote
1answer
44 views

Consuming Service Operations of an ADO.NET Data Service from a .NET Client

I am trying to build an ADO.NET Data Service with lots of entities and a few service operations. On one side I created a ASP.NET Web Application, in which an ADO.NET Entity Data Mo …
2
votes
3answers
98 views

What should I know about working with ADO.Net Data Services? (FAQ)

I've been learning by doing with ADO.Net Data Services (Astoria) for the last couple of months, and while I like the technology the learning has been a real trial. Information that …
0
votes
2answers
92 views

Creating a custom property in Entity Framework

I have a database I'd like to create an entity from, and then generate RESTful output. My objective is to add a property to one of the tables once it becomes an entity. The data …
0
votes
1answer
34 views

When to use WCF and when to use ADO data services in ajax websites?

I am really confused about when to use WCF and when to use ADO data services in my website ajax calls. I always make my javascript code call a webservice to get data from server " …
0
votes
1answer
57 views

Silverlight 3 Architecture and implementing DataAnnotations - Adivce

I am uisng Silverlight 3 and ADO.NET Data Services with a cusotm-built Model (separate project) and DAL (separate project)) in place. Within my Silverlight project, I create a [Se …

1 2 3 4 5 7 next
15 30 50 per page