Browse by Tags
All Tags »
Community (RSS)
Daniel Wertheim left a couple of comments on Tip 42 , that point to a series of posts he has written about using Code-Only to write clean code. The series is really interesting as he delves into topics like: facades, relationships between non-public properties,
Read More...
I went to Alt.NET Seattle on the weekend. Being from the Entity Framework team, I was a little nervous about how I'd be received. Well I definitely shouldn't have worried... everyone was very civil. In the broader sense I wasn't sure what to expect either,
Read More...
Question: One of the questions you often see in the Entity Framework Forums is around sorting related items. For example imagine if you want to query customers, and return only those that have accounts more than 30 days in arrears, and at the same time
Read More...
Now this is worth a mention. Kingsley has produced a ADO.NET provider for their virtuoso product which is Entity Framework compatible. Which means in theory access to SQL, XML and RDF data via the Entity Framework. It also supports a raft of third party
Read More...
In my last post I briefly mentioned the Paradox of Choice . The alert amongst you will have noticed a lot of unapologetic talk about Opinionated Software recently out in the blogosphere. Anyway it got me wondering whether the two are in some way related.
Read More...
Jarek has released his sample provider for Oracle here . In his post he talks about a few of the more notable challenges he had and how he got around them. If you are writing an EF provider this is gold!
Read More...
Just in case some of you don't know, I thought I should point out Roger's Blog . I refer to Roger's blog at least once a day to keep up to date with what is happening in the LINQ, Data Programmability, Entity Framework and Data Services worlds. Its a
Read More...
Okay this Fantasy Soccer thing has got me thinking. What is this thing going to look like from about 100,000 feet? I.e. what are the big bits? Well being a pure geek, I really want to play with new shiny stuff (i.e. the new ASP.NET MVC Framework ) but
Read More...
Most of you probably know that the Entity Framework architects made a very conscious decision to make all trips to the database explicit. The result is that this: Person mother = person.Mother; will return null, even if the person has a Mother, unless
Read More...
Today I spent a bit of time working on the data model for my fantasy soccer application. I don't want to talk about the actual model today though, because I'm not really ready. What I want to do is talk about a problem that occurred to me, namely Unit
Read More...
Yes, yes I know the real name of Soccer is Football , but I don't want there to be any confusion for any Americans, Australians or New Zealanders who might be reading this ;) So what are the basic rules of Fantasy Soccer? The Basic idea is that you get
Read More...
Okay so it has been a while since I posted my Statement of Intent . Time to get on with things. The main problem has been trying to come up with a good application. I gave myself three key requirements: Well suited to the web. Ability to grow uncontrollably
Read More...
This blog has been a little quiet for a while now. With good reason though. I've been doing the hard yards answering questions on the Entity Framework forum . To do so I had to ask literally hundreds of questions of the rest of the Entity Framework team.
Read More...
Colin is a super smart colleague of mine, who works as a developer on the Entity Framework. So it is great to see him start a blog . His first post is super cool, because he discusses a set of extensions he put together that get around some of mapping
Read More...
So if you don't already know Julie is a hugely respected member of the EF community. She does mentoring and heaps of training and presentations about the EF, so she knows what she is talking about. Anyway I just finished listening to her interview with
Read More...