Code, code and more code.
Friday, 19 December 2008
Astoria and LINQ-to-SQL; batching and replacing
›
So far, we have been doing individual updates - but if we perform multiple updates, each is currently sent as an individual update. We can d...
Saturday, 13 December 2008
Astoria and LINQ-to-SQL; associations
›
We can get now manipulate flat data - but we also need to model associates between data (read: foreign keys in RDBMS terms). Lets start by...
Friday, 12 December 2008
Astoria and LINQ-to-SQL; modifying data
›
Our ADO.NET Data Service can now act to create records... but how about changing existing data? Starting simple, we'll now look at remov...
Astoria and LINQ-to-SQL; creating data
›
Previously, we looked at how to get LINQ-to-SQL talking to ADO.NET Data Services to query data - but how about editing data? This again jus...
Brute force (but lazily)
›
Seemingly an oxymoron, but not in the world of code... As part of my current mini-project, I recently needed to write some code to use bru...
Wednesday, 10 December 2008
Astoria and LINQ-to-SQL; getting started
›
ADO.NET Data Services (previously known as "Astoria") is one the new .NET 3.5 SP1 tools for offering CRUD data access over the web...
Entity Framework in reality
›
I'm currently working on a mini-project with Microsoft (more news on this next year) - and the project team are keen for this project to...
‹
›
Home
View web version