Quantcast
Channel: entityframework Discussions Rss Feed
Browsing all 1793 articles
Browse latest View live
↧

New Post: Creating custom attributes and acting on them in migrations

I know this is quite an old post, however it seems an Index attribute is a major piece of functionality EF 4/5 are missing and the road map for EF 6 has no mention of...

View Article


New Post: custom O-C mapping contributions

I'm afraid I'm a little late to the party here, but would like to add a use case for materialization directly to backing fields: I would like to be able to have the property setter to contain some...

View Article


New Post: custom O-C mapping contributions

andersabel, yes ,this scenario would work when this feature is finished and approved. Unai

View Article

New Post: Where is Entity Framework Tools folder?!

Hi there, At some point in using vs2012, the Common7/IDE/Extensions/Microsoft/Entity Framework Tools folder has never been populated and nothing restores it no matter how many extensions or packages I...

View Article

New Post: Property Mapping.

I have been trying to implement user defined properties on a test project. I am using a TypeDescriptionProvider solution with code first where my base entity object has a dictionary that acts as a...

View Article


New Post: Property Mapping.

@pglaspey: It is certainly a current limitation in the object mapping capabilities of EF and one that we would like to remove in the future as part of a feature we often refer to as 'custom O-C...

View Article

New Post: Property Mapping.

The scenario I am trying to solve is the classic user defined fields. Our current solution allows for our customers to add fields to existing tables and add additional tables. We have to be able to...

View Article

New Post: Proposal: Graph-based querying for Entity Framework

A while ago I've implemented an alternative way for querying complex data models. I called this Graph-based querying (GBQ) because rather then specifying relational queries in terms of joins, I use a...

View Article


New Post: MySql .Net connector and EF6

reinierdg wrote: Any chance you can share a MySQL .NET connector that works with Entity Framework 6? Did you got it working? I'm having the same problem here.

View Article


New Post: Filtered DbSets and Navigation Properties

In my use case we have quite a few tables that store user specific information. Currently, I'm writing out an API that leans heavily on extensions methods in a fluent api fashion. Within these methods...

View Article

New Post: MySql .Net connector and EF6

I got the code from RURIA, but I did not get it to work yet. I did not invest a lot of time. Maybe you can try to contact RURIA for the source as well. Good luck.

View Article

New Post: Adding support for ordred collections

I would like to have support for ordering of one-to-many relations. I would like to write a relation from a document entity to pages as: public virtual IList<Page> Pages { get; set; } where the...

View Article

New Post: EF 6 BETA?

Sorry to be that person, but any thoughts on a transition to BETA in EF6? I dug through the content on this site and haven't found any references, planned or guesstimate.

View Article


New Post: Where is Entity Framework Tools folder?!

Hi Adam, The EF designer is installed as part of VS 2012 and is not currently shipped separately. Note that the EF designer is only installed as part of a full VS installation or when either or both of...

View Article

New Post: Where is Entity Framework Tools folder?! [ANSWERED]

Hey, that definitely did it. That's what I get for being uber selective of which components I install for VS2012 :)

View Article


New Post: EF4.0 does not work Enuns

I did some testing with EF4.5 to use Enuns where I found that this feature only works with Framework 4.5 and not with 4.0, and many still use windows XP where it is not possible to install the...

View Article

New Post: EF4.0 does not work Enuns

@pablotdv EF6 supports enums when running on .NET 4. In fact, the only feature not supported on .NET 4 when using EF6 is async. Async isn't supported because it is built on underlying behavior in...

View Article


New Post: EF4.0 does not work Enuns

Good to know, I'll start doing tests with EF6 and so feel safe to go out after the final version, I will plan the migration system that currently develop

View Article

New Post: Building blocks for interception

I'm try to review the commit about "building blocks for interception" and I have some questions about the design of this "super" feature :Why the Interception.AddInterceptor and not a new method in...

View Article

New Post: Basic full text support,or how to roll my own binding to a native...

What is preventing entity framework from exposing the CONTAINS function as a function on SqlFunctions? It seems like something like to this should be relatively trivial:var results = from x in...

View Article
Browsing all 1793 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>