Welcome to MSDN Blogs Sign in | Join | Help

Marcelo's WebLog

Improving the world one entity at a time

Browse by Tags

All Tags » ADO.NET Data Services   (RSS)
ADO.NET Data Services - CTP and more
In case you haven't seen this yet, the CTP release has been announced at http://blogs.msdn.com/astoriateam/archive/2009/08/31/ado-net-data-services-v1-5-ctp2-now-available-for-download.aspx . Following the philosophy that folks like tables, here you go. Read More...
ADO.NET Data Services and PHP
Data, data, data everywhere... Go ahead and click - code samples ahead. http://blogs.msdn.com/interoperability/archive/2009/08/21/a-new-bridge-for-php-developers-to-net-through-rest-php-toolkit-for-ado-net-data-services.aspx Enjoy! Read More...
ADO.NET Data Services Cheat Sheet
Just run into this today - very nifty cheat sheet for ADO.NET Data Services. http://www.sadev.co.za/files/Posters/ADO.NET%20Data%20Services%20Cheat%20Sheet.pdf Read More...
ADO.NET Data Services v1.5 CTP1 released
The announcement is available here . There's a video showing how to get started, a FAQ, and a link to give feedback and ask questions, so no need to wait - you can play with the future today! Read More...
Project Codename "Astoria Offline", Alpha Preview
As recently announced , early preview bits are available for Astoria that provide synchronization capabilities, which allow you to create applications that work offline (among other things). Note that this announcement was made close to the "1.5" made Read More...
ADO.NET Data Services v1.5 CTP announced
If you haven't seen this yet, ADO.NET Data Services is announcing an upcoming CTP for the v1.5 functionality over here . And if you're wondering about what "1.5" means, yes, that's explained in the post. Some of the goodies that we've wanted for are in: Read More...
A plea for ADO.NET Data Services black belt
Phani , master and commander of all things Astoria, has in his posession pictures of the latest ski trip... (yes, the team definitely knows how to have fun) This is just my way of publicly calling unto him to post them. Peer pressure in action! Read More...
ADO.NET Data Servces in action (and in Word and Outlook!)
Beth Massi has written a couple of very good posts involving ADO.NET Data Services, which I strongly encourage folks to read. Using ADO.NET Data Services (the fundamentals, great walk-through) Building an Office Business Application for TechReady 8 (awesome Read More...
Depth vs. width in ADO.NET Data Services $expand
The $expand option in the query filter is used to request entities associated with the last segment of a request. This is often used to ensure that entities can be materialized with their relationships wired together and to reduce the number of roundtrips Read More...
Limiting how many entities are returned from an ADO.NET Data Service
If you want to limit the number of entities returned from a service, you have a few alternatives... If you're writing code for the client, the easiest way is to just use the '$top' clause to limit how many entities will be returned. Note that '$top' doesn't Read More...
Filter not working in ADO.NET Data Services?
I know this probably sounds kind of silly for a blog post, but: 9 times out of 10, if your ADO.NET filter isn't changing the results you get back, make sure you are using "path?$filter=f" rather than "path?filter=f". Turns out that without the '$' prefix, Read More...
Coincidences, assertions and code contracts
I ran into the language/sorting coincidence not too long ago, and now I read the Introduction to Code Contracts post, which look like a much more sophisticated, structured and toolable tool than the simple Debug.Assert calls we have these days. Code contracts, Read More...
Andy implements IUpdatable for LINQ to SQL
The post went up recently - find it over at http://blogs.msdn.com/aconrad/archive/2008/11/05/iupdateable-for-linq-to-sql.aspx . One of the things that I love about the interface is that, while it has a fair number of methods to implement (we wanted to Read More...
What ports are used on my machine?
If you do a lot of ADO.NET Data Services development, you might find yourself opening the services over different ports to host multiple services from a single machine, especially if you aren't just hosting it over IIS. This is a classic case where you'll Read More...
MSDN on Azure, Oslo and SQL Data Services
If you're following the PDC announcements, new, good things are coming for developers and business... MSDN is already showing some topics to get you started. Azure Services Platform . Includes Windows Azure SDK, Live Services SDK, Microsoft .NET Services Read More...
More Posts Next page »
Page view tracker