|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Uisng ADO.Net The Entity FrameworkHi
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 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 > Id' wait for v2 (or actually v4 as it is named).
-- Show quoteHide quoteMiha Markic [MVP C#, INETA Country Leader for Slovenia] RightHand .NET consulting & development www.rthand.com Blog: blog.rthand.com "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 > 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 > 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 > > > "dotNetDave" <dotNetD***@discussions.microsoft.com> wrote in message EF has a lot of promise right now with the use of ESQL and Linq-2-Entities. 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. 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
Other interesting topics
Design Time Controls
Cannot use Mustinherit in a base form System.Windows.Forms.Control.Handle==HWND? static classes are evil ? Getting started with a Kiosk-like application Pass Variable At Design Time Read From Application Config File In Class Library Form transparency Win forms designer - controlling the designer code generation What control did Microsoft Use? |
|||||||||||||||||||||||