Home All Groups Group Topic Archive Search About

Uisng ADO.Net The Entity Framework

Author
20 Jun 2009 12:05 PM
John
Hi

Is the entity framework anything that can be used in serious database
winfrom applications now? I am just not clear on that. Would appreciate some
comments on where to place EF.

Thanks

Regards
Author
20 Jun 2009 6:30 PM
Michel Posseth [MCP]
Short answer Yes

HTH

Michel



Show quoteHide quote
"John" <info@nospam.infovis.co.uk> schreef in bericht
news:%23B%23509Z8JHA.3544@TK2MSFTNGP03.phx.gbl...
> Hi
>
> Is the entity framework anything that can be used in serious database
> winfrom applications now? I am just not clear on that. Would appreciate
> some comments on where to place EF.
>
> Thanks
>
> Regards
>
Are all your drivers up to date? click for free checkup

Author
22 Jun 2009 6:13 AM
Miha Markic
Id' wait for v2 (or actually v4 as it is named).

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: blog.rthand.com


Show quoteHide quote
"John" <info@nospam.infovis.co.uk> wrote in message
news:#B#509Z8JHA.3544@TK2MSFTNGP03.phx.gbl...
> Hi
>
> Is the entity framework anything that can be used in serious database
> winfrom applications now? I am just not clear on that. Would appreciate
> some comments on where to place EF.
>
> Thanks
>
> Regards
>
Author
22 Jun 2009 3:48 PM
Mary Chipman [MSFT]
You can get a better idea of whether the EF works for you by poking
around on the forums and reading about other peoples' experience --
here's the list of all the .NET data access forums --
http://social.msdn.microsoft.com/forums/en-US/category/dataplatformdev/.
The EF forum also has links to other resources --
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/threads.
The Data Platform Developer Center home page is where you can find
links to just about everything data related --
http://msdn.microsoft.com/en-us/data/default.aspx.

--Mary

Show quoteHide quote
On Sat, 20 Jun 2009 13:05:54 +0100, "John" <info@nospam.infovis.co.uk>
wrote:

>Hi
>
>Is the entity framework anything that can be used in serious database
>winfrom applications now? I am just not clear on that. Would appreciate some
>comments on where to place EF.
>
>Thanks
>
>Regards
>
Author
22 Jun 2009 6:21 PM
dotNetDave
In the current version of EF, it's pretty difficult to deal with for larger
service oriented applications. But it shows a lot of promise. If you are
ready to dive in I recommend the following:

1. Get Julie Lerman's book titled "Programming Entity Framework". It's
really been a great help to me.

2. Check out my overview presentation and code at:
http://dotnettips.com/2009/06/09/PhoenixAndSanDiegoJuneCodeCamps.aspx

3. Also check out my article at:
http://dotnettips.com/2008/09/30/WhatIHaveLearnedSoFarAboutTheEntityFrameworkAndADONETDataServices.aspx

David

======================================
David McCarter [Microsoft MVP]
www.dotNetTips.com
David McCarter''s .NET Coding Standards available at:
http://codingstandards.notlong.com


Show quoteHide quote
"John" wrote:

> Hi
>
> Is the entity framework anything that can be used in serious database
> winfrom applications now? I am just not clear on that. Would appreciate some
> comments on where to place EF.
>
> Thanks
>
> Regards
>
>
>
Author
23 Jun 2009 9:16 PM
Mr. Arnold
"dotNetDave" <dotNetD***@discussions.microsoft.com> wrote in message
news:2BA20A1A-F689-445E-A8CE-97F034B8E917@microsoft.com...
> In the current version of EF, it's pretty difficult to deal with for
> larger
> service oriented applications. But it shows a lot of promise.

EF has a lot of promise right now with the use of ESQL and Linq-2-Entities.
I am using EF with 29 entities on the Model in a WCF SOA backend solution
with no problems with object injection into a Windows Workflow, and the
objects persisting themselves to the Model. EF is a piece of cake, if one
takes the time to figure out how to use the solution. Also, with EF and
ADO.Net Data service, another from of a WCF Web service, it allows a lot of
nice things that can be done as a Linq Query service provider.



__________ Information from ESET NOD32 Antivirus, version of virus signature database 4181 (20090623) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

Bookmark and Share