Entity Framework

Tag details

Welcome to the 'Entity Framework' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Entity Framework'.

Look up Offsite Link "Entity", Offsite Link "Framework" at The Free Dictionary

Latest blogosphere posts tagged “Entity Framework”

  • Dew Drop – November 20, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Depends vs Call, Do you ...
    2 days ago
  • Entity Framework 4.0 News


    MSMVPS.COMAuthority Authority: 659
      In the last few days I’ve been seeing several element of the Entity Framework 4.0 that come with the .NET 4.0 and I there are several interesting news that I thought I could wrap up a little bit in this post, and so lets start with the news.   Providers made for version 3.5 will work unmodified ...
    5 days ago
  • Dew Drop – November 16, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Self-Contained Entity Framework Models and ASP.NET Dynamic ...
    6 days ago
  • LINQ and Entity Framework Posts for 10/26/2009+


    OakLeaf SystemsAuthority Authority: 462
    Note: This post is updated weekly or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman offers An Improved Entity Framework Tip for EF4 thanks to Zeeshan on 11/13/2009: In my EF Tips & Tricks talk that I just did at ...
    6 days ago
  • LInria inaugurates a research centre on the free software


    Script For AllAuthority Authority: 129
    L `national research institute in data processing and automatic, Inria, comes D `to announce the occasion of the living room Open World Forum 2009, the cration D `a new organization in the field of: the CIRILL. This Center D `Innovation and of Research in Data processing on, cre in partnership with [...]
    1 week ago
  • Dew Drop – November 13, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio NHibernate 3.0 QueryOver (Jason ...
    1 week ago
  • Working with Large Databases in Entity Framework


    Gil Fink on .NetAuthority Authority: 112
    Working with Large Databases in Entity Framework Yesterday I was asked by a colleague a very good EF question. The question was how to split a model or how create a model for a large database . I pointed that colleague for the next three good resources which deal with ...
    1 week ago
  • Entity Framework CTP 2 : POCO


    { null != Steve }Authority Authority: 125
    Just a quick start: http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx ie. I coded up this: public class dbFSContext : ObjectContext { public ObjectSet Polls{get;set;} public dbFSContext() : base ( "name=dbFSEntities" , "dbFSEntities" ) ...
    1 week ago
  • Dew Drop – November 8, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Massive Search & Replace Among ...
    2 weeks ago
  • title


    Script For AllAuthority Authority: 129
    Russia opens an antitrust enqute against Microsoft – Actualits – ZDNet. Fr Plays vidé O of Noë L Activetechpros id=”; down”; >; Copyright &Copy; 2009 Interactive CBS. All Rights [...]
    2 weeks ago
  • Multiple outputs from T4 made easy – revisited


    DamienGAuthority Authority: 433
    My multiple outputs from t4 made easy post contained a class making it easy to produce multiple files from Visual Studio’s text templating engine (T4). While useful it had a few issues: Getting start/end blocks mixed up resulted in unpredictable behaviour Files were rewritten even when content did not change ...
    2 weeks ago
  • ADO.NET Data Services Client context


    MSMVPS.COMAuthority Authority: 659
    One of the great points with EF is the eco-system around it. Even if it can be used without EF, I think that ADO .NET Data Services is one of the technologies in this eco-system. Indeed, using ADO.NET Data Services with EF implies almost no code to write some LINQ queries in the client tier or to save the changes. ...
    2 weeks ago
  • Which ORM? LINQ To SQL, Entity Framework? LLBLGen? NHibernate?…?


    Guru StopAuthority Authority: 453
    While I was planning to write about the same topic and have the draft ready in my Windows Live Writer waiting to complete, I found an interesting question in StackOVerflow and couldn’t just resist to answer: ORM/Persistence layer Advice The question starts with: Im starting a new project and Im ...
    3 weeks ago
  • IHI Shines Silverlight on Healthcare Improvement


    Bob's BlogAuthority Authority: 425
    Recently I had the pleasure of sitting down with Michael Iantosca, CEO of eDefine , Paul Hamnett, VP of engineering at the Institute of Healthcare Improvement (IHI.org), and Kerri Sweeny, Director of Development at IHI, to learn about a new Silverlight...( read more )
    3 weeks ago
  • Dew Drop – October 27, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 127
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Visualizing Concurrency, ...
    3 weeks ago
  • Entity Framework Free Tools List


    Gil Fink on .NetAuthority Authority: 112
    Entity Framework Free Tools List In my last session at Microsoft I mentioned some EF free tools that you can use which can help you to be more productive. Since I got a comment about sharing my list, this is the free tool list and the places you can find them and download ...
    3 weeks ago
  • Generate a WCF service from an edmx with T4 v2


    MSMVPS.COMAuthority Authority: 659
    I recently published a T4 template to generate a WCF service . I updated it to be able to load its relationships from an entity . When the template is written (what I’ve already done), it generates the WCF service for us (you just have to set the end point in the config file). As I explained in my previous ...
    3 weeks ago
  • LINQ and Entity Framework Posts for 10/19/2009+


    OakLeaf SystemsAuthority Authority: 462
    Note: This post is updated weekly or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman created a Screencast – What’s new in the Entity Data Model Designer in VS2010 and posted it on 10/23/2009. Here’s her description and a ...
    3 weeks ago
  • Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 02.


    Raffaeu Bermuda BlogAuthority Authority: 112
    Build a generic repository with the Entity Framework. In the previous series of articles about M-V-VM we used the AdventureWorks database, available on CodePlex. After this article ( configure a data layer with LinQ-to-SQL ) I have got some reader’s emails asking me this and that. So, I am going to give you ...
    4 weeks ago
  • OakLeaf Blog Joins Technorati’s “Top 100 InfoTech” List


    OakLeaf SystemsAuthority Authority: 462
    Despite the lowly 38 authority reported for several days by the Technorati widget to the left, a visit to the OakLeaf Systems Site Details page on 10/24/2009 reveals Techorati Authority: 511 and membership in the TOP 100 INFOTECH group for the OakLeaf Systems blog: On the same day, Technorati ranked the ...
    4 weeks ago

Comments about Entity Framework

Personal attacks are NOT allowed
Please read our comment policy