Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » ADO.NET Data Services (RSS)
A Bad Idea, EF Entities over WCF
Do you want to see something very ugly ?. Try to send a complete EF entity directly as a data contract over the wire with WCF, <Order xmlns:i=" http://www.w3.org/2001/XMLSchema-instance " z:Id="i1" xmlns:z=" http://schemas.microsoft.com/2003/10/Serialization...
Injecting Custom Logic in ADO.NET Data Services
ADO.NET Data services represent today one of the most powerful alternatives to build RESTful services in the .NET platform. This framework basically creates a RESTful API on top of any IQueryable data source. Most of the steps required to publish a set...
More Posts