Data

Two FREE events: Silverlight FireStarter and using Bing with SQL Server 2008 December 2nd
I’m on holiday the 2nd of December (Its our 21st anniversary which is mind bogglingly aweseome ) so I had been rather ignoring what was going on workwise on the 2nd. My mistake as we have two cool learning opportunities. First up we have the Silverlight Firestarter. This is a free one day global, live streamed and on demand event which is being keynoted by the amazing Scott Guthrie (Well – I find him amazing) which will cover everything from the future of Silverlight to tips and tricks. Register...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, November 29, 2010 12:41 PM | Feedback (0)

TRAINING: “Hardcore Entity Framework” in London with Julie Lerman, 22nd October
Entity Framework 4.0 (EF4) it the strategic .NET ORM from Microsoft. Hmm…. the “strategic” word. I will come back to that. However the important bit of news is we have Julie Lerman at Microsoft in London on the 22nd October devoting a full day to training on “Hard Core Entity Framework 4”. It’s a rare visit so if you’re interested in learning about the data stack from a recognised world-wide authority and author on the topic then register now (£300). Now back to that word “strategic”. As developers...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, September 10, 2010 12:17 PM | Feedback (0)

Links from UK TechDays 2010 sessions on Entity Framework, Parallel Programming and Azure
[I will do some longer posts around my sessions when I get back from holiday next week] Big thanks to all those who attended my 3 sessions at TechDays this week (April 13th and 14th, 2010). I really enjoyed both days and watched some great session – my personal fave being the Silverlight/Expression session by my friend and colleague Mike Taulty. The following links should help get you up and running on each of the technologies. Entity Framework 4 Entity Framework 4 Resources http://bit.ly/ef4resources...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, April 14, 2010 11:41 PM | Feedback (0)

GuestPost: Unit Testing Entity Framework (v1) Dependent Code using TypeMock Isolator
Time for another guest post (check out others in the series), this time bringing together the world of mocking with the world of Entity Framework. A big thanks to Moses for agreeing to do this. Unit Testing Entity Framework Dependent Code using TypeMock Isolator by Muhammad Mosa Introduction Unit testing data access code in my opinion is a challenging thing. Let us consider unit tests and integration tests. In integration tests you are allowed to have environmental dependencies such as a physical...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, March 24, 2010 9:07 PM | Feedback (0)

Poll on Entity Framework 4 – one year on
12 months back (today is March 15th 2010) on the 16th of March 2009 I created a poll on Entity Framework v1 – the marmite of ORMs? A quick poll…. Entity Framework v1 was getting a mixed reception at the time – I met developers who genuinely hated it and I met developers who were loving the productivity improvements they were seeing. There were definitely issues with v1, too many IMHO. Which is why the product team placed a huge effort on listening to the community to drive the feature set for v2...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, March 15, 2010 5:03 PM | Feedback (1)

Recent resources on Entity Framework 4
[UPDATED 23/3/2010 with two new links from developmentor on STEs] I just posted on the bits you need to install to explore all the features of Entity Framework 4 with the Visual Studio 2010 RC. I’ve also had a quick look (March 12th 2010) to see what new resources are out there on EF4. They appear a little thin on the ground – but there are some gems. The following all caught my attention: Julie Lerman has published 2 How-to-videos on EF4 on pluralsight.com. You need to create a free guest pass to...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, March 12, 2010 4:15 PM | Feedback (0)

Installing all the bits to demo Entity Framework 4 on the Visual Studio 2010 Release Candidate
Next week (17th March 2010) I am presenting on EF4 at www.devweek.com in London (and Azure on the 18th). Today I wanted to get all the latest bits on my demo machine and also check if there are any cool new resources I can point people at. Whilst most of the new improvements in Entity Framework come with the Visual Studio 2010 RC (and the RTM), there are a couple of separate items you need to install if you want to explore all the features. To demo EF4 you need: Visual Studio 2010 RC Download and...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, March 12, 2010 3:14 PM | Feedback (0)

Vote for future Entity Framework and Data Services Features
Blatant repost alert from the ADO.NET team blog! But important IMHO. The Microsoft data team are looking for help to prioritize future work. Is there a feature that you’ve always wanted to have? Or a bug in VS2010 RC? Then provide feedback directly to the teams at the new Connect site. Including: ADO.NET Entity Framework WCF Data Services Thanks all...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, February 10, 2010 10:50 PM | Feedback (0)

Getting Started with Entity Framework 4 – Lazy Loading
[This is the fifth in a series of posts on getting started with the new features in Entity Framework 4 based on the demos I did in my session at TechEd Europe in Berlin last week (Nov 2009).] Entity Framework v1 did not support a commonly implemented ORM feature called Lazy Loading. Entity Framework 4 adds that feature. In Beta 1 it was known (confusingly IMHO) as Deferred Loading. In Beta 2 it is (thankfully IMHO) known as Lazy Loading. You run up against the absence of Lazy Loading in v1 when you...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, November 26, 2009 10:23 AM | Feedback (1)

QandA: Is the ADO.NET Entity Data Model designer fixed in .NET 4?
[I haven’t done QandAs for a long while – very remiss of me.] Anyway, I have been asked this one so many times lately that I felt a more public answer was needed. The short answer is: Mostly. Certainly it is good enough to get work done. The longer answer is below… History In the first version of Entity Framework (which came with .NET Framework 3.5 SP1), the Entity Framework Designer was… bad. I mean very bad. I mean dumbly bad. We had a decent enough runtime but the design surface just wasn’t up...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, November 24, 2009 1:25 PM | Feedback (2)

Full Data Archive