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
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
100 worst movies of all time
Posted
over 10 years ago
by
aconrad
17
Comments
I came upon the the IMDB bottom 100 film list while reconciling a lunch time wager pertaining to Cool as Ice . My opinions of the list Spice World should not be on this list. If you have seen it, you will agree...
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
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
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
ObjectSpaces in an SOA world
Posted
over 10 years ago
by
aconrad
12
Comments
There have been several internal email threads here at Microsoft about how ObjectSpaces will fit into the world of SOA. Below I have included my internal reply to one such post on the subject. Note - my reply is not intended to be a manifesto on the subject...
Man vs Code
Hello, my name is Inigo Montoya...
Posted
over 10 years ago
by
aconrad
10
Comments
Hello All - since this is my first post on http://weblogs.asp.net since moving from the gotdotnet blogging site, I decided to revive my original “introduction” post. My name is Andrew Conrad, I am a Software Design Engineer with the Sql...
Man vs Code
Cold
Posted
over 9 years ago
by
aconrad
10
Comments
Last week I was visiting Fargo to do some work with the Microsoft Business Frameworks team. In the weeks leading up to the visit, our co-workers in North Dakota harassed us Redmond’ites with a variety of emails explaining how cold it had become...
Man vs Code
Is anyone really buying this?
Posted
over 8 years ago
by
aconrad
8
Comments
A data layer is all about abstracting the explicit boundary between the application/ domain model and the persistence datasource. Although this boundary can never be totally transparent, the data layer does its best to expose the persistence data in a...
Man vs Code
Sub-tree pruning
Posted
over 10 years ago
by
aconrad
8
Comments
While preparing my talk for Teched, I figured out a trick for getting simple sub-tree pruning when running XPath queries via SqlXml. Sub-tree pruning is the ability to filter sub-trees of an Xml hierarchy. For example, let’s say I had...
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
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
Always be lazy
Posted
over 6 years ago
by
aconrad
7
Comments
Scott Bellware has an interesting post about Lazy Load in ORMs. IMHO, I prefer eager load of all scalar values and load on demand (lazy load) for all complex objects, even when the cardinality is M..1 and 1..1. And once something is loaded, it stays loaded...
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
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
I've decided to become a Oakland A's fan.
Posted
over 10 years ago
by
aconrad
7
Comments
I just finished " reading " an incredible book – Moneyball: The art of winning an unfair game . This book is about the Oakland A's , and how it's general manager, Billy Beane, has made the team successful in a market place (major league baseball...
Man vs Code
Note enough commute time
Posted
over 8 years ago
by
aconrad
7
Comments
About a 1 ½ years ago, I decided to purchase an iPod and get a membership with audible.com (which I highly recommend) in an effort to “read” more. Since the birth of my second child in mid-2003, my amount of free leisure time had been drastically cut...
Man vs Code
Back in the Saddle
Posted
over 9 years ago
by
aconrad
6
Comments
It has been a while since I blogged, almost three months. So what have I been up to – well actually quite a bit. I have left the WinFS client API team and moved back to my old group (formally the WebData team) now called Dataworks. To make a long story...
Man vs Code
The "Drought"
Posted
over 10 years ago
by
aconrad
6
Comments
Back in the game...
Man vs Code
ObjectSpaces' performance requirements
Posted
over 10 years ago
by
aconrad
6
Comments
From a comment on my “ObjectSpaces Myths” post: “ However it's NOT a myth that ObjectSpaces is spec'ed to be 40% slower than DataSets, correct?” The comparison is actually not that...
Man vs Code
The "a ha" moment.
Posted
over 9 years ago
by
aconrad
6
Comments
Don Box is looking for an “a ha” moment on why he should use SqlXml. Unfortunately, he probably won't find it while building his new Blog engine. The reason for this is that the real usefulness for SqlXml shows itself in development scenarios...
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
Dataset performance improvements in frameworks V2
Posted
over 8 years ago
by
aconrad
6
Comments
System.Data.DataSet contains some very significant performance improvements over prior versions – particularly for large result set scenarios. In particular, Highly efficient Binary Remoting -- For large Dataset, orders of magnitude better than v1.x Row...
Page 1 of 7 (160 items)
1
2
3
4
5
»