DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'EntityFramework' Subscribe to this feed
5
kicks
submitted by crpietschmann crpietschmann 6 days, 6 hours ago

hanselman.com — Folks were hassling me in the comments for not posting the picosecond that .NET 3.5 SP1 came out (or, as I like to call it, .NET 3.6 - although the bosses really don't like that). read more...

Add a comment add a comment | category: | Views: 10
tags: , , , , | tag it

5
kicks
submitted by CraigStuntz CraigStuntz 7 days, 20 hours ago

blogs.msdn.com — Between the Visual Studio 200 SP1 beta and RTM , there are a number of fixes and even a few new things to be found. What's in ADO.NET? Check out this list for what's new in the Entity Framework and Entity Designer. read more...

Add a comment add a comment | category: | Views: 27
tags: , , , | tag it

10
kicks
published 28 days, 15 hours ago, submitted by powerrush powerrush 28 days, 17 hours ago

altnetpodcast.com — In this episode Jeremy Miller and Ward Bell (from IdeaBlade) discuss the Vote of No Confidence on Microsoft's Entity Framework and what it means for the Alt.NET and .NET communities read more...

Add a comment 1 comment | category: | Views: 90
tags: , , , | tag it

1
kicks
submitted by CraigStuntz CraigStuntz 28 days, 21 hours ago

blogs.teamb.com — A quick look at mapping in the Entity Framework and how it differs from NHibernate. Why Microsoft's "much larger vision of an entity-aware data platform" is, today, a less significant distinguishing feature of the Entity Framework than the way mapping is implemented. read more...

Add a comment add a comment | category: | Views: 65
tags: , , | tag it

2
kicks
submitted by emirtrevino 1 month, 7 days ago

emir.com.mx — Entity Framework is the best alternative of Microsoft for mapper a relational database to objects, and is already a very complete support in ASP.NET for populate the GridView control and enable the paging and sorting features directly by LinqDatasource object,but to use this alternative not have the chance to decouple the linq query in a business rules layer separated, which can be a problem if we have those requirements. The paging mut be done in the database for a more efficient query. read more...

Add a comment add a comment | category: | Views: 51
tags: , , | tag it

11
kicks
published 28 days, 14 hours ago, submitted by powerrush powerrush 1 month, 9 days ago

altnetpodcast.com — In this episode Ward Bell (from IdeaBlade) and Jeremy Miller discuss Object-Relational Mapping and when to use ORM tools. read more...

Add a comment 1 comment | category: | Views: 126
tags: , , , , | tag it

2
kicks
submitted by krugs525 1 month, 18 days ago

lostechies.com — An assessment of the responses to the Entity Framework "Vote of No Confidence". read more...

Add a comment 1 comment | category: | Views: 23
tags: , | tag it

5
kicks
submitted by terrble 1 month, 18 days ago

entities.pbwiki.com — This is a Wiki site set up by some folks on the ADO.NET Entity Framework Team to get additional information on patterns and scenarios that people are currently using with general ORM stacks. read more...

Add a comment add a comment | category: | Views: 11
tags: , , | tag it

13
kicks
published 1 month, 20 days ago, submitted by dcarr dcarr 1 month, 20 days ago

damon.agilefactor.com — The first official beta for NHibernate 2.0 was released today. This comes on the heels of the damaging ‘boycott’ of the Microsoft ‘Linq to Entities’ upcoming release, which was anticipated to be a serious competitor to NHibernate. LAST MINUTE UPDATE FROM THE NHIBERNATE TEAM There has been a change in how NHibernate is packaged as the core and contrib aspects now have dedicated locations. Since NHibernate 2.0 Alpha 1, ONLY THE CORE of the project is included at the link above. The Contrib Projects are now in a dedicated location: http://sourceforge.net/projects/nhcontrib There are a few new projects that are essential to investigate for your needs (for example the Burrow project). Also be sure to visit the wiki for these significant projects: http://nhcontrib.wiki.sourceforge.net See the end of this post for a partial list of these contrib efforts. The team at domain.dot.net has been working with 2.0.X since the first alpha, and following the progress of the trunk. In our opinion this beta has the high quality of prior betas and we recommend it for non-critical systems immediately as your risk policy allows. We’re working on a more detailed analysis coming soon on some of the key improvements. To download the code direct from the trunk use this SVN URL: https://nhibernate.svn.sourceforge.net/svnroot/nhibernate This is no minor update, as with this release they will align with the widely used and praised ‘Hibernate 3.2’ for Java. Here is a listing of the planned new features which are represented to varying degrees of complexness in this beta: read more...

Add a comment 4 comments | category: | Views: 236
tags: , , , , | tag it

5
kicks
submitted by dcrenna 1 month, 21 days ago

neverindoubtnet.blogspot.com — A balanced look at the Entity Framework's "Vote of No Confidence" from an architect that doesn't share the same conclusions as the authors. read more...

Add a comment add a comment | category: | Views: 10
tags: | tag it

16
kicks
published 1 month, 20 days ago, submitted by misbaharefin 1 month, 21 days ago

dotnethitman.spaces.live.com — LINQ to SQL and the Entity Framework have a lot in common, but each have features targeting different scenarios. read more...

Add a comment add a comment | category: | Views: 415
tags: , | tag it

2
kicks
submitted by docluv docluv 1 month, 24 days ago

professionalaspnet.com — A quick tutorial showing how to implement the Entity Framework and use Linq to Entities to bind a list to a GridView. read more...

Add a comment add a comment | category: | Views: 17
tags: , , | tag it

2
kicks
submitted by Setsuko Setsuko 3 months, 1 day ago

blogs.msdn.com — There are a number of places where you can read an introduction to the Entity Framework, listen to a podcast about it, or watch a screen cast or video of an interview. Even with these various resources, though, there are so many different data access technologies out there that it's not uncommon for me to get the question: Why should I use the Entity Framework? Or what differentiates it from other options like just using ADO.Net SqlClient and friends, LINQ to SQL or something like nHibernate? I like the second question better, because the truth is that different problems merit different solutions. read more...

Add a comment add a comment | category: | Views: 29
tags: , | tag it

2
kicks
submitted by RBoeke 4 months, 12 days ago

sitechno.com — EF does not support easy agile development or a nice disconnected usage of it's objects. This solution (including sample) demonstrates a client that is unaware of EF (yeah, think Silverlight!) and a server that is able to attach a changed graph and save it. read more...

Add a comment add a comment | category: | Views: 8
tags: , , , | tag it

3
kicks
submitted by rud.val 5 months, 4 days ago

ondrejsv.com — Did you know that you can easily embed Entity Framework metadata as assembly resources or that you can use ASP.NET tilde prefix to specify path to metadata? read more...

Add a comment add a comment | category: | Views: 5
tags: , , , | tag it

3
kicks
submitted by powerrush powerrush 6 months, 29 days ago

msdn.microsoft.com — The Entity Framework is an exciting new technology being developed for ADO.NET. It allows developers to view data using a logical model instead of a physical model, offering more flexibility. read more...

Add a comment add a comment | category: | Views: 7
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge