Sign in
Man vs Code
invaluable minutiae
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ADO.net
ADO.NET Data Services
Astoria
books
Haskell
Jasper
Jasper Mix07
minutia
Mix07 Jasper ADO.net
ObjectSpaces
PDC
Richard Feynman
TechEd 2004
XQuery
Archive
Archives
October 2010
(2)
November 2009
(3)
March 2009
(5)
January 2009
(1)
December 2008
(5)
November 2008
(2)
October 2008
(1)
March 2008
(1)
February 2008
(1)
January 2008
(5)
December 2007
(3)
September 2007
(3)
June 2007
(6)
May 2007
(7)
April 2007
(5)
March 2007
(1)
January 2007
(1)
December 2006
(2)
October 2006
(1)
September 2006
(2)
June 2006
(1)
March 2006
(2)
January 2006
(1)
December 2005
(3)
September 2005
(7)
August 2005
(4)
June 2005
(2)
May 2005
(2)
April 2005
(3)
March 2005
(4)
February 2005
(7)
January 2005
(4)
December 2004
(4)
November 2004
(1)
September 2004
(1)
June 2004
(5)
May 2004
(3)
April 2004
(7)
March 2004
(3)
February 2004
(4)
January 2004
(3)
December 2003
(9)
November 2003
(5)
October 2003
(5)
September 2003
(4)
August 2003
(1)
July 2003
(1)
June 2003
(4)
May 2003
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Man vs Code
Oh yah–new windows phone 7 release for WCF Data Services also!
Posted
over 3 years ago
by
aconrad
0
Comments
Let the releases roll! New WCF Data Service client for Windows Phone 7. This is an update to the WCF Data Service client that we shipped with .net 4.0 with a few phone specific features added in (e.g. tomb stoning). Since it is an RTM release, you can...
Man vs Code
New WCF Data Services CTP now available!
Posted
over 3 years ago
by
aconrad
0
Comments
As of yesterday, we have a new CTP available for WCF Data Services here . This release includes a number of new OData and WCF Data Service features designed to make producing and consuming consumer data services easier. Ahmed Moustafa has a nice...
Man vs Code
Project Astoria == ADO.NET Data Services == WCF Data Services
Posted
over 4 years ago
by
aconrad
3
Comments
As announced at PDC this afternoon by Pablo , the ADO.NET Data Services framework is being renamed WCF Data Services as the first part of a long term effort to align all the Microsoft technologies for building n-tier applications and services. While...
Man vs Code
ODBC for the web
Posted
over 4 years ago
by
aconrad
0
Comments
Yesterday at PDC and via the Project Astoria team blog , we announced the Open Data Protocol (OData) imitative . The Open Data Protocol (OData) specification is published under the Open Specification Promise which allows anyone to develop software that...
Man vs Code
DevConnections slides and demo
Posted
over 4 years ago
by
aconrad
0
Comments
Here is my slides and demo from the talk I gave last week at DevConnections: “ DAO01: What’s New in ADO.NET Data Services? ”.
Man vs Code
Peter Qian and row count
Posted
over 4 years ago
by
aconrad
1
Comments
Peter Qian, the newest member of the ADO.NET Data Services, now has his own blog . In his initial post , Peter talks about the row count feature we included with v1.5 of ADO.NET Data Services. He was one of the main designers and the implementer...
Man vs Code
updated Linq to Sql IUpdatable implementation
Posted
over 4 years ago
by
aconrad
2
Comments
Based on feedback from Robert Fonseca-Ensor , I have made a bunch of bug and performance fixes to the IUpdatable implementation for Linq to Sql and posted those to code gallery . Rob is also now my first official contributor to the project. As part...
Man vs Code
Astoria v1.5 CTP now available
Posted
over 4 years ago
by
aconrad
3
Comments
In the fine tradition of Saint Patrick's Day we have released the first CTP of ADO.NET Data Services v1.5 today. Download here . Team blog announcement and "Getting Started" walk through video here . This is definitely a green release - with features...
Man vs Code
VSlive Presentations and demos
Posted
over 4 years ago
by
aconrad
3
Comments
Last week I presented two talks about ADO.NET Data Services at VSLive in San Francisco. As promised to the talk attendees, here are the slides and demos.
Man vs Code
OOB == Out of Band
Posted
over 4 years ago
by
aconrad
1
Comments
Yesterday we announced that we will be releasing an update to ADO.NET Data Services that we are calling ADO.NET Data Services v1.5. For more details, see Mike Flasko's write up here on the team blog. We should have a CTP out very soon. I am...
Man vs Code
Using timeout setting with Astoria client
Posted
over 4 years ago
by
aconrad
1
Comments
Believe it or not, but we did ship ADO.NET Data Services with a few bugs. One issue in particular is somewhat nasty. However the code developers might be tempted to write to work around the bug could cause far worse problems...
Man vs Code
MSDN Webcast: geekSpeak: Silverlight and ADO.NET Data Services with John Papa
Posted
over 5 years ago
by
aconrad
0
Comments
On Wednesday John Papa will be giving a webcast about anything and everything you ever wanted to know when consuming Astoria Data Services from a Silverlight 2.0 app. Should be a good one. I also noticed that his new book will be out January 2nd...
Man vs Code
What is IUpdatable? Why should I care?
Posted
over 5 years ago
by
aconrad
4
Comments
Over the past few weeks I have posted a couple of samples of implementing IUpdateable for non-EF DALs so those can be used as data sources for ADO.NET Data Services. A handful of people have asked me why this is interesting, so I now realize I should...
Man vs Code
Attention! Phani on Deck!
Posted
over 5 years ago
by
aconrad
1
Comments
One of the most common feature requests we hear for Astoria is the ability to mark properties on an entity as hidden. Currently in V1 we support this on the server, but not with the .NET or Silverlight clients. Phani, resident Astoria hacker (and...
Man vs Code
IUpdateable for Linq to Sql - Fixing a few issues
Posted
over 5 years ago
by
aconrad
1
Comments
Finally got IUpdateable.ResetResource() for Linq To Sql working correctly. This means that REPLACE operations are now working correctly. I have uploaded those changes to code gallery . Going forward all changes to the code with be available...
Man vs Code
Developing aN Astoria data provider for SubSonic
Posted
over 5 years ago
by
aconrad
1
Comments
I have developed a data provider for SubSonic to enable it as a ADO.NET Data Services data source. This ended up being a bit harder then I initially thought, and is definitely still a work in progress. If you are interested, I have started a code gallery...
Man vs Code
Slides for my ASP.NET Connections Sessions
Posted
over 5 years ago
by
aconrad
2
Comments
As promised the slides & demos for my two ASP.NET Connections talks from 11/11/08: MDA01: Deep Dive: ADO.NET Data Services Framework—Application Patterns MDA04: LINQ to XML, SQL, Entities, DataSets and Co.: Data Access Technologies Explained...
Man vs Code
IUpdateable for Linq To Sql
Posted
over 5 years ago
by
aconrad
7
Comments
IUpdatable for Linq to Sql I have had an implementation of IUpdateable for Linq to Sql about half done for quite some time now. Yesterday I decided to bite the bullet and finish it up. Below I have included that code. I’ve done some light testing...
Man vs Code
Linq to anything
Posted
over 5 years ago
by
aconrad
6
Comments
Along with my manager Shyam Pather , I am giving the following talk at the upcoming Dev Connections conference : MDA04: LINQ to XML, SQL, Entities, DataSets and Co.: Data Access Technologies Explained With the release of the Microsoft .NET Framework...
Man vs Code
Astoria team is hiring!
Posted
over 5 years ago
by
aconrad
3
Comments
The Astoria team is hiring! We have positions open for Developers and Program Managers. Currently, we are finishing up V1 and planning for V2, so it is a great time to join the team. For V2, we are thinking about expanding the project into new areas ...
Man vs Code
New Windows Live Services will be compatible with Astoria
Posted
over 5 years ago
by
aconrad
2
Comments
The news is out! At Mix, Windows Live will be announcing several new Live Services with AtomPub endpoints. These services will also be compatible with Astoria and therefor will work with the Astoria client library. An excerpt from David Treadwell's post...
Man vs Code
Astoria offsite
Posted
over 5 years ago
by
aconrad
0
Comments
Last Wednesday we had a very important offsite for the entire Project Astoria team: Many key technical issues were discussed. In fact, the entire team was quite spent after a long, hard day.
Man vs Code
Project Astoria Links for 1/15/08
Posted
over 5 years ago
by
aconrad
1
Comments
Michael Sync has written a sample using the new Astoria Silverlight client library. David Hayden posted a nice walk through for getting an Data Service up and running over Linq To Sql. Our own Macelo Ruiz talks about some tweaks we made to the Astoria...
Man vs Code
VB version of CopyToDataTable<T>
Posted
over 5 years ago
by
aconrad
1
Comments
Matthew Wills ported my original C# CopyToDataTable<T> Linq operator to VB . According to him, he used Instant VB to convert the code from C# to VB and then hand tweaked it. Looks like a fairly cool tool that we could use to port our C# unit tests...
Man vs Code
Updated Astoria Silverlight client now available
Posted
over 5 years ago
by
aconrad
2
Comments
The updated Astoria Silverlight client is now available . This client is 95% compatible with the client library we released back in the December CTP (we hope to make this 100% source code compatible by RTM) + works with the latest Silverlight 1.1 Alpha...
Page 1 of 7 (160 items)
1
2
3
4
5
»