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
Science Project
Posted
over 6 years ago
by
aconrad
28
Comments
In the original Linq CTP and the first Orcas Beta, we included a DataSet specific Linq operator called CopyToDataTable<T> (It was called ToDataTable at one point also). For Beta 2 of Orcas, we ended up restricting this method to only work...
Man vs Code
Linq to REST
Posted
over 6 years ago
by
aconrad
23
Comments
Late Sunday night we released the first public preview of ASP.NET 3.5 Extensions. For information on the release, see ScottGu's announcement . As part of that preview, we released the first CTP of the production version of Project Astoria. For details...
Man vs Code
Pathetic Plea for help
Posted
over 5 years ago
by
aconrad
7
Comments
A number of people have asked me for a VB version of the CopyToDataTable<T> sample I wrote a few months back. Unfortunately, between getting some skiing in (lots of snow in Washington this year!) and getting Astoria ready for Mix, I...
Man vs Code
The Good, the Bad and the Ugly
Posted
over 9 years ago
by
aconrad
16
Comments
I will be posting more about the changes to the ObjectSpaces release plans in the near future- but in the mean time, I wanted to make sure everyone was aware of that we are willing to listen to any and all feedback about the changes. The following lists...
Man vs Code
Everybody's favorite topic - NULL
Posted
over 8 years ago
by
aconrad
4
Comments
In V1 of .net, value types could not be null. Since, this was contradictory to relational databases use of null, the DataSet needed to have a concept of nullable value types – hence DBNull was invented. DBNull is simple type in the System namespace. It...
Man vs Code
Nix the DataSet??????
Posted
over 8 years ago
by
aconrad
16
Comments
Some interesting comments from my entry on new DataSet features… Please nix the DataSet from the framework entirely and re-focus on the domain-oriented data access work you were doing prior to Tech-Ed 04. If that's not possible, please have the Visual...
Man vs Code
Fast Chicken
Posted
over 9 years ago
by
aconrad
0
Comments
Nic Wise (of Fast Chicken fame) has written a nice little introduction to ObjectSpaces .
Man vs Code
Next Linq Tech Preview Teaser
Posted
over 7 years ago
by
aconrad
1
Comments
DataSet... Linq... hmmmmmmmm.
Man vs Code
Bare Bones Sql versus OR (?)
Posted
over 9 years ago
by
aconrad
5
Comments
I have to say I disagree with Ingo’s comments about preferring “ bare bones Sql ” over O/R mapping technology. IMO, the two topics are orthogonal. Data Access is all about solving high level use cases. There are no rules out there...
Man vs Code
Project Jasper!
Posted
over 6 years ago
by
aconrad
6
Comments
At the Mix07 conference this week, we will be announcing Project Jasper – aka Dynamic ADO.net. Available immediately is the initial CTP (Community Technology Preview) release for the project. What is Project Jasper? Here is the high level description...
Man vs Code
The first act
Posted
over 10 years ago
by
aconrad
1
Comments
Ok… as with anything, the initial effort is always the hardest – so I am just going to jump right in and start hacking. My name is Andrew Conrad , I am a Software Design Engineer with the Sql Server group at Microsoft. For the past...
Man vs Code
Ramblings about POCO*, transparency and delayed load.
Posted
over 9 years ago
by
aconrad
14
Comments
As someone pointed out, I have been referring to ObjectSpaces as supporting true POCO – which is technically incorrect. ObjectSpaces does prescribe the usage of ObjectHolder and ObjectList for delayed load cases (more of the merits of delayed loading...
Man vs Code
Jasper and C#
Posted
over 6 years ago
by
aconrad
8
Comments
The question “ Is Jasper useable from c#? ” came up on the Jasper forum . The short answer is – We designed Jasper specifically for CLR languages with late-bound facilities such as VB and IronPython. C# doesn’t currently support late-bound calls and...
Man vs Code
SqlXml WR3 sp2 ... finally!
Posted
over 10 years ago
by
aconrad
0
Comments
SqlXml WR3 sp2 RTM has been released. Actually, it was released late last week - but I have been so busy I haven't had time to post about it. But that is another story for another time. In my opinion, this should...
Man vs Code
The "Drought"
Posted
over 10 years ago
by
aconrad
6
Comments
Back in the game...
Man vs Code
SqlXml and IIS 6.0/ Windows Server 2003
Posted
over 10 years ago
by
aconrad
0
Comments
There is a known problem with pre sp2 of SqlXml WR3 when running with IIS 6.0 (Windows Server 2003). Basically, SqlXml virtual directories do not work properly when using the “Configure IIS Support” tool to set up SqlXml virtual...
Man vs Code
DataSet feature requests
Posted
over 8 years ago
by
aconrad
21
Comments
We have begun the initial planning for the next version of the DataSet (post VS 2005). If you have a feature you would like to see, let me know. I can also pass on feature requests for other components in System.Xml and ADO.net to the proper folks.
Man vs Code
Comment on a good comment
Posted
over 9 years ago
by
aconrad
0
Comments
Got a very observant comment on my ObjectSpaces and WinFS Part 2 entry: My big scare is that merging ObjectSpaces and WinFS will restrict me from using OS as the persistence layer in places where the customer doesn't have and won't upgrade to the latest...
Man vs Code
Xml team speaks on SOAP versus REST debate
Posted
over 8 years ago
by
aconrad
0
Comments
Some interesting comments from my old team.
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
Some comments about comments and other ramblings about Project Jasper
Posted
over 6 years ago
by
aconrad
8
Comments
Over the last week or so we have been trying to gather information on what developers are saying about Project Jasper. (This, even in the age of rockin’ search engines is a lot harder then one thinks). As part of this, I have seen a handful of interesting...
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
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
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...
Page 1 of 7 (160 items)
1
2
3
4
5
»