I guess in the new recession economy computing has gotten an interesting metric
. Big $ performance of your program! With Amazon’s S3 charging for space, EC3 charging for computing and Google charging similarly on the app engine platform we have a new metric to reckon Big $ performance of your service/ web-app!
Entries Tagged 'Programming' ↓
The New Economy Computing – Big $(n)
May 27th, 2008 — Ideas, News, Programming
LINQ to HealthVault
February 21st, 2008 — HealthVault, Programming
I’m not sure how much value it add, but may we it will be interesting to have a LINQ to HealthVault, something like
var query = from Person
where Person.Name.Contains(“Katie”)
select Record
Charlie has a great post on expression tree basics, and this examples details how to implement a LINQ to Terraserver provider.
However, at this point I’m not entirely sure about the utility of such a feature for HealthVault as the system is less where clause dependant and the SDK already does a decent job of giving out data-types.

