CodeBetter.Com
CodeBetter.Com

Browse by Tags

  • Silverlight, WCF and LINQ to SQL

    I've had some requests lately to write some articles that work with LINQ to SQL. I've ben focusing on the Entity Framework a lot due to its vast nature and that fact that its still relatively unknown to many people. So I am going to work on a LINQ to SQL project that ties into a multi tier model...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 05-07-2008
  • Entity Framework Setup - Installation Fun!

    Yeah, I know its expected that when a product is in beta and its ancillary features are released in a CTP that there will be some "interesting" issues in getting set up. But its getting a bit out of control (in a good way) lately with all of the installations related to the Entity Framework...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 04-19-2008
  • Standard Query Operators with LINQ

    In the March issue of MSDN Magazine's Data Points column I explore a variety of the Standard Query Operators and how they work with LINQ. Read more about standard query operators at johnpapa.net ...  
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 04-05-2008
  • Invalid References in Entity Framework

    We all make mistakes ... I know I certainly do. Today I made one that only set me back about 10 minutes ... but I admit I felt silly after I realized what I did wrong. Today I created a new VS 2008 project, added an Entity Data model (aka EDMX file) to the project, and began setting up my EDM. When i...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 01-30-2008
  • New EF CTP! ADO.NET Entity Framework June 2007 CTP is Available

    The ADO.NET team has released the latest bits for the ADO.NET Entity Framework with the June 2007 CTP . There are samples on CodePlex , too. It claims many changes and support for a lot of new features ... I grabbed this partial list from their post: Changes in: Object Services Query Entity Client the...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 07-02-2007
  • Data Access "Practically Done"

    I will be kicking off my move to South Florida in a few weeks with a 1 day event for the “Practically Done” event series. On Wednesday August 1 st and on Saturday August 4 th I will be presenting “Data Access Done Right”, a full day event in Orlando. Register here for Wednesday, August 1 st – 9am to...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 06-22-2007
  • ADO.NET Entity Framework Overview

    My July 2007 Data Points column has been posted to the MSDN Magazine web site . This edition is titled "ADO.NET Entity Framework Overview" . I wrote this using the March CTP and then revised it using the Orcas Beta 1, so the code included works in the most recently available bits. Knowing that...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 06-17-2007
  • Entity Framework: CSDL, MSL and SSDL Schemas

    Due to the lack of a designer and because I am very curious, I’ve been digging through the XML for the CSDL, MSL and a little bit into the SSDL schemas for the Entity Framework’s Entity Data Model. Even if you are waiting for the Designer to be released (date TBD) it cannot hurt to get familiar...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 04-03-2007
  • Entity Framework Thoughts

    I agree that there is quite a bit of work to do yet with the Entity Framework. Earlier today Scott posted his thoughts on the challenges that the Entity Framework faces. He makes some good points which really show how the approach to application development greatly influences which tools and development...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 03-22-2007
  • Stored Procedures and CUD (minus the R) in the Entity Framework

    The Data Access Team published a great post that has some superb explanations on how to make the Entity Framework use stored procedures for inserts, udpates and deletes . (It does not yet support stored procedures for retrieving data.) Obviously there are pieces missing, as Shyam states (such as retrieving...
    Posted to John Papa [MVP C#] (Weblog) by John Papa on 03-14-2007
Page 1 of 2 (17 items) 1 2 Next >