


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: Entity Framework]]></title>
            <link>http://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <item>
         <title><![CDATA[Setting up Entity Framework for Production Use]]></title>
         <author><![CDATA[Sumit Maitra]]></author>
         <description><![CDATA[Over the last couple of years, Entity Framework has steadily become the de facto data access story from Microsoft. With EntityFramework Code First, it became even easier to get started with an application. While EF lets you get off the ground and running fast, it’s deployment story (both first time and subsequent upgrades) has been a little sketchy. With the release 4.2 and EF Migrations, the upgrade story has been simplified a little but the first time deployment story still has a couple of points to keep in mind. Today we will explore these points and see how we can deploy a Database that is accessed by EF (Code First). We keep Migrations for another day.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=820]]></link>
         <pubDate>Wed, 11 Jul 2012 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Bind Entity Framework 4 Model to ASP.NET GridView]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article we will see how to bind an Entity Framework model that has been created in a different project, to an ASP.NET GridView.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=627]]></link>
         <pubDate>Tue, 27 Dec 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ADO.NET EF 4.0: Working with Plain Old CLR Objects (POCO) Classes]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[POCO is the ability to add and use your own custom data classes along with with your data model. In this article, we will explore how to use POCO in Entity Framework 4.0]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=725]]></link>
         <pubDate>Thu, 23 Jun 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Profiling and Logging Entity Framework Queries]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will see how to log the SQL queries that get generated by Entity Framework. We will also some see profiling tools available.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=647]]></link>
         <pubDate>Sat, 05 Feb 2011 02:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Add, Update and Delete Objects in Entity Framework 4.0]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will see how to Add, Update and Delete objects in our conceptual Entity model and push the changes to the underlying database.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=619]]></link>
         <pubDate>Sat, 11 Dec 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Create an Entity Framework Model and Use it in Multiple Projects]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[This article shows the steps required to create an Entity Data Model which can be used in multiple projects.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=617]]></link>
         <pubDate>Tue, 07 Dec 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Model-First Development in Entity Framework 4.0 - Create a Database from a Model]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[Developers who practice the Domain-Driven Development (DDD) style create a conceptual model first. The idea is to design the application based on a model. EF 4.0 supports creating the model first and generating a database from the model. Let us see how.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=606]]></link>
         <pubDate>Mon, 15 Nov 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Exploring how the Entity Data Model (EDM) Generates Code and Executes Queries – Entity Framework 4.0]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, I will explain what happens behind the scenes in the Entity Data Model and also looks at the files responsible to generate the code and execute queries on your behalf.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=603]]></link>
         <pubDate>Tue, 09 Nov 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Create an Entity Data Model From a Database – Entity Framework 4.0]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will create our first Entity Framework application using Visual Studio 2010. We will create an Entity Data Model (EDM) from an existing database.]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=600]]></link>
         <pubDate>Wed, 03 Nov 2010 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Entity Framework 4.0 FAQ – Getting Started Guide]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, I will introduce Entity Framework 4.0, the history behind this framework and why it has become the recommended LINQ-based Data Access technology over LINQ To SQL, all in a simple Q & A format]]></description>
         <link><![CDATA[http://www.dotnetcurry.com/ShowArticle.aspx?ID=599]]></link>
         <pubDate>Mon, 01 Nov 2010 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   