ADO.NET [rss]

Entity Framework Talk at Oracle .NET SIG

Thanks a lot to the people who came along to my Entity Framework talk at the Oracle and .NET Special Interest Group in London today. As promised, I've uploaded the slides in PPTX and PDF format if you need them for anything. Read More

Entity Framework Talk at VBUG Bristol

Thanks to the people who came along to my talk on Entity Framework at VBUG in Bristol yesterday. I promised that I'd make the slides available and they can be found here for download in PPTX format and PDF format. This was more or less the same talk Read More

Filed Under: , , ,

Entity Framework - Serializing Graphs of Entities

Julie points to Danny and Danny points to the next CTP of Entity Framework - if you're interested in serializing the entities that Entity Framework returns back to you then you'll be interested in this; http://www.thedatafarm.com/blog/2008/03/28/HallelujahEntityGraphsWillBeXMLSerializable.asp Read More

DevWeek Talk - Understanding ADO.NET Entity Framework

I did a talk down at DevWeek this afternoon about ADO.NET Entity Framework. Whilst it was a small room, it was full and I had a great time - hopefully if you attended then you enjoyed it too and got something useful out of it. Thanks for all the questions Read More

ADO.NET Data Services - Identity columns and id values on the client

Someone asked me about this so I thought I'd share here. The question was around how you can work with database generated values and have them returned to the client after the insert. My experiment ran like this. I created a table;create table test ( Read More
More Posts Next page »