|
|
Stories recently tagged with 'EntityFramework'
|
|
submitted by
arnoldmatusz
5 days, 6 hours ago
blog.dreamlabsolutions.com — A short snippet/workaround if you ever see the following exception: LINQ to Entities does not recognize the method ... , and this method cannot be translated into a store expression.
It is thrown because in the Entity Framework Custom Methods & Extension Methods cannot be translated into a store expression. read more...
add a comment
|
category: Linq | Views: 13
|
|
tags:
EntityFramework, linqtoentities, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
arnoldmatusz
13 days, 8 hours ago
blog.dreamlabsolutions.com — LINQ to SQL may be on it's way out, but LINQ is no way out at all! And don't worry about LINQ to SQL, the ADO.NET Entity Framework is available and guess what it's awesome.
Another good usage for LINQ is when you need to query an XML file. When working with LINQ to XML you may remember the old days when you used XPath. But don't worry anymore there is support for XPath on LINQ to XML. There are extension methods for LINQ to XML in the System.Xml.Xpath namespace! Read this blog post if you are interested in an example, and find out if there are any performance issues!
Have fun reading! read more...
add a comment
|
category: Linq | Views: 22
|
|
tags:
LINQToXML, EntityFramework, LINQ, LinqToSql | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
1 month, 21 days ago
mosesofegypt.net — On part 1 and part 2 I explored how to apply 2 different inheritance models (TPH & TPT) in Entity Framework. In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type (sub entity). read more...
|
|
tags:
ADO.NET, mosesofegypt.net, mosessaur, VisualStudio, EntityFramework | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
1 month, 25 days ago
mosesofegypt.net — In the previous part I discussed Table-per-Hierarchy Inheritance, in this part I'll go through Table-per-Type Inheritance model. There is a video demonstrating this model if you wish to watch. Here I'll update my previous sample with new entities that demonstrate the Table-per-Type Inheritance model read more...
|
|
tags:
ADO.NET, mosesofegypt.net, mosessaur, VisualStudio, EntityFramework | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
1 month, 30 days ago
mosesofegypt.net — In this multi parts series I'll explore how to build inheritance with Entity Framework showing 2 different approaches of inheritance in Entity Framework. Beside that I'll show how to build simple association between 2 entities and show how to provide custom code to retrieve other parts of the relation when inheritance is applied.
In this part I'm exploring Table-per-Hierarchy Inheritance model in EF read more...
|
|
tags:
ADO.NET, mosesofegypt.net, mosessaur, .Net3.5SP1, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
styx31
2 months, 13 days ago
blogs.msdn.com — One of the limitations of Entity Framework V1 released as part of .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 is lack of support for POCO entity objects. POCO stands for Plain Old CLR Object and refers to an object that does not have any persistence concerns and is not aware of persistence framework. Modern development approaches such as DDD (Domain-Driven Design) and TDD (Test-Driven Development) prefer clear separation of concerns which implies persistence ignorance. [...]
We have recently published a sample called EFPocoAdapter that includes code generator and a supporting library that implements POCO object tracking on top of Entity Framework V1
read more...
add a comment
|
category: Patterns | Views: 29
|
|
tags:
EntityFramework, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CodeFuzion
2 months, 19 days ago
polymorphicview.blogspot.com — A conversation between myself, Muhammad, and the community about how to tackle Entity Framework in a mult-layered application similar to how MVC Storefront application works, but effectively utilizing EF. We are hoping to have community feedback on possible approaches to tackle this. read more...
add a comment
|
category: ADO.NET | Views: 15
|
|
tags:
EntityFramework, Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CraigStuntz
4 months, 1 day 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
|
category: ADO.NET | Views: 219
|
|
tags:
EntityFramework, Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
emirtrevino
4 months, 10 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
|
category: Linq | Views: 150
|
|
tags:
GridView, EntityFramework, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|