Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live

New Post: EF Migrations: Add extension support for new operations

Hi,I believe you have a response from our legal team as they are processing your CLA, let me know if they haven't received that and I will follow up with them again.We only need the CLA to be finalized...

View Article


New Post: Reverse Engineer from command prompt

Hi luizsilva,You make a good point, we actually hadn't considered exposing the 'Reverse Engineer Code First' functionality at the command line but I can see why it would be useful.Can you open up a...

View Article


New Post: EF Migrations: Add extension support for new operations

You are right,I have received the response just today.I will correct the issues tomorrow, meanwhile my only question is how do I associate this with the already opened work item after the code is...

View Article

New Post: EF Migrations: Add extension support for new operations

Hi,Our team will take care of submitting the code and linking the changeset to the appropriate issue once you've submitted a pull request. For the moment just post a comment on the issue that you are...

View Article

New Post: Simple Type Mapping

Imagine having an XML spec with countless enums having minOccurs=0.  with a corresponding enumSpecified boolean flag.  A class is generated from the spec, which can then be easily persisted with the...

View Article


New Post: Adding indexed fields from the designer

The problem with this is that you end up with a beginner understanding of SQL.For example:* Your index then has only one field. GRATULATIONS.* You can not use any of the advanced index functionality...

View Article

New Post: programmatic access to the Code First conventions code?

I've been working on trying to improve the attribute-based EF reverse engineer code templates from Rowan and Saber Soleymani...

View Article

Created Issue: DynamicTypeService stops working when EF.dll is loaded into VS...

When other Visual Studio extensions load EntityFramework.dll into the main VS AppDomain, the DynamicTypeService stops working correctly. This usually results in the Entity Framework Power Tools showing...

View Article


Commented Issue: DynamicTypeService stops working when EF.dll is loaded into...

When other Visual Studio extensions load EntityFramework.dll into the main VS AppDomain, the DynamicTypeService stops working correctly. This usually results in the Entity Framework Power Tools showing...

View Article


Created Issue: ArgumentValidation asserts for EdmProperty with null...

EdmProperty.Primitive is now public. When trying to use it with DbExpressionBuilder like this it may cause asserts: var propertyExpression = DbExpressionBuilder.Property(...

View Article

Created Issue: Net40 CI build fails occasionally attempting to promote to...

Details of the failure are below. Note that it is not acceptable to enable DTC on the machine since we rely on the tests to let us know if we accidentally introduce a change that requires transaction...

View Article

Source code checked in, #c111d3f25f40

Adding Aruba model to Functional Test Models and seeding it with data. CR: BriceLam

View Article

New Post: ToList in nested select

This is something I would want so much, and I think it's tightly coupled to this thread:http://entityframework.codeplex.com/discussions/406635 (which is also something I'd love to see)I'd even give it...

View Article


Edited Issue: Designer: MSI can be installed SxS across different builds. [803]

**Note: This does not apply to the Designer which was shipped in VS2012 -- only to the codebase we are preparing for open source.**When we rebuild the EFDesigner.msi, it generates a new product Id, so...

View Article

Edited Issue: Designer: MSI can be installed SxS across different builds. [803]

**Note: This does not apply to the Designer which was shipped in VS2012 -- only to the codebase we are preparing for open source.**When we rebuild the EFDesigner.msi, it generates a new product Id, so...

View Article


Reviewed: Entity Framework 5.0.0 (一月 22, 2013)

Rated 4 Stars (out of 5) - Support Microsoft

View Article

New Post: Performance issues

If you didn't want to simulate a web sever scenario where you have a new context per request, you could also move SaveChanges out of the loop. did this in a Seed method, that inserted a few thousand...

View Article


Reopened Issue: Code First support for empty databases should work with other...

In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...

View Article

Edited Issue: Code First support for empty databases should work with other...

In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...

View Article

Closed Issue: Code First support for empty databases should work with other...

In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...

View Article
Browsing all 10318 articles
Browse latest View live