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

New Post: Are there any plans to better support DateTime in Linq to Entities?

Hi Pawel,I'm aware of DbFunctions, but out of the box support of some simple DateTime methods would just be more straight forward.Imagine a case where common business conditions like...

View Article


New Post: Build error on UnitTest.dll

No I did not. Now It works perfectly. Thanks

View Article


Edited 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

Edited Feature: Consider allowing OnLockingConfiguration handler to be...

This would allow a NuGet package to register a handler for wrapping providers, etc. when it is installed.

View Article


Edited Feature: Support projections to strongly typed collections in LINQ to...

Consider the repro below. This code attempts to execute a query which projects into DTO objects. One DTO object (BlogDto) contains a collection of the other DTO (PostDto). If the property that...

View Article

Edited Issue: EFDesigner should allow defining indexes in the model first...

Currently it is hard to customize the Sql generated by the EFDesigner (see: http://entityframework.codeplex.com/discussions/404086). On of the example are indexes . We should make it easier. This (and...

View Article

Commented Issue: EFDesigner should allow defining indexes in the model first...

Currently it is hard to customize the Sql generated by the EFDesigner (see: http://entityframework.codeplex.com/discussions/404086). On of the example are indexes . We should make it easier. This (and...

View Article


Edited Feature: EFDesigner should allow defining indexes in the model first...

Currently it is hard to customize the Sql generated by the EFDesigner (see: http://entityframework.codeplex.com/discussions/404086). On of the example are indexes . We should make it easier. This (and...

View Article


Edited Issue: Adding stored procedure auto generates code that does not...

Using EF6. Database first.In designer right click and select "Update model from database", select any stored procedure and then try building my project in VS2012 results in a compilation error in the...

View Article

Commented Issue: Adding stored procedure auto generates code that does not...

Using EF6. Database first.In designer right click and select "Update model from database", select any stored procedure and then try building my project in VS2012 results in a compilation error in the...

View Article

Edited Issue: Support method overloads for default parameters with Database...

When using Database first to generate a model from an existing database for stored procedures, only a single method call is generated that does not take into account default parameters the stored...

View Article

Commented Issue: Support method overloads for default parameters with...

When using Database first to generate a model from an existing database for stored procedures, only a single method call is generated that does not take into account default parameters the stored...

View Article


Edited Issue: Designer: Slow install/uninstall due to "devenv.exe /setup" -...

**Note: This does not apply to the Designer which was shipped in VS2012 -- only to the codebase we are preparing for open source.**EFDesigner.msi currently runs "devenv /setup" at the end of both...

View Article

Edited Issue: Support Read-only Views with no PK in CodeFirst model [802]

Sometimes we have views in the application that have no specific PKs and are used as read-only references for other operations.EF currently throws an exception "EntityType 'X' has no key defined....

View Article


Edited Task: Refactor and consolidate EFDesigner model validation and runtime...

In the EFDesigner validation is happening in many places. This code should be refactored. We should also try reusing model validaiton that lives in the runtime dll and remove error codes/numbers.

View Article

Edited Task: Refactor and consolidate EFDesigner model validation and runtime...

In the EFDesigner validation is happening in many places. This code should be refactored. We should also try reusing model validaiton that lives in the runtime dll and remove error codes/numbers.

View Article


Commented Feature: Support projections to strongly typed collections in LINQ...

Consider the repro below. This code attempts to execute a query which projects into DTO objects. One DTO object (BlogDto) contains a collection of the other DTO (PostDto). If the property that...

View Article

Commented Feature: Support projections to strongly typed collections in LINQ...

Consider the repro below. This code attempts to execute a query which projects into DTO objects. One DTO object (BlogDto) contains a collection of the other DTO (PostDto). If the property that...

View Article

Commented Feature: Support projections to strongly typed collections in LINQ...

Consider the repro below. This code attempts to execute a query which projects into DTO objects. One DTO object (BlogDto) contains a collection of the other DTO (PostDto). If the property that...

View Article
Browsing all 10318 articles
Browse latest View live