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

Edited Issue: Can't insert/update more than 8000 characters [309]

Problem=========If the data type of column is “Text” and insert / update the more than 8000 characters into this column (ReportText) by using Entity Framework, to run SaveChanges() it has below...

View Article


Edited Unassigned: Emphasize turning off lazy loading on serialization...

It is a very common issue for people beginning to use EF or other O/RMs to have serialization trigger lazy loading and then have big chunks of data loaded into memory and serialized that were not...

View Article


Source code checked in, #40d48576744c22a8660a4deffc308fc553ed5d57

adding Functional tests for stored procedures

View Article

Edited Issue: Migration fails when existing property becomes an FK for an...

Repro Steps: 1 - Create FK properties in ClassA, but instead of declaring string ClassBID declare this: int ClassBID (intentional error) 2 - Enable migrations to create initial migration 3 - Fix type...

View Article

Commented Issue: Migration fails when existing property becomes an FK for an...

Repro Steps: 1 - Create FK properties in ClassA, but instead of declaring string ClassBID declare this: int ClassBID (intentional error) 2 - Enable migrations to create initial migration 3 - Fix type...

View Article


Source code checked in, #c6ee49647770fdfe6dfe0f7808e49f2cd68e065a

Merge branch 'master' of https://git01.codeplex.com/entityframework

View Article

Commented Unassigned: Stored Procs :: unable to determine valid ordering for...

Copy-paste the below code into empty console application:```namespace YASPB{ using System.Collections.Generic; using System.Data.Entity; using System.Linq; public class Gear{// composite key public...

View Article

Created Unassigned: Exception when doing Update Model Twice in a row [1355]

Following-up to https://entityframework.codeplex.com/workitem/1302 - I found there's a bug if you try the following repro steps:0. Create a DB with X & Y entities and a 1:many relationship between...

View Article


Commented Unassigned: Exception when doing Update Model Twice in a row [1355]

Following-up to https://entityframework.codeplex.com/workitem/1302 - I found there's a bug if you try the following repro steps:0. Create a DB with X & Y entities and a 1:many relationship between...

View Article


Commented Issue: Undo/Redo after update-from or generate database operation...

Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...

View Article

Commented Task: Docs: Guidance on transactions/streaming and connection...

Need to update this link (used in an exception message) - http://go.microsoft.com/fwlink/?LinkId=309381Guidance on how to solve incompatibility between user initiated transactions/streaming and retry...

View Article

Closed Task: Docs: Guidance on transactions/streaming and connection...

Need to update this link (used in an exception message) - http://go.microsoft.com/fwlink/?LinkId=309381Guidance on how to solve incompatibility between user initiated transactions/streaming and retry...

View Article

Edited Task: Docs: Guidance on transactions/streaming and connection...

Need to update this link (used in an exception message) - http://go.microsoft.com/fwlink/?LinkId=309381Guidance on how to solve incompatibility between user initiated transactions/streaming and retry...

View Article


Commented Task: Designer: remove behavior [1309]

Behavior related things are not public and don't have any real implementation. They make code super complicated and does things that slow down the designer (e.g. we read from file system where we...

View Article

Edited Task: Designer: remove behavior [1309]

Behavior related things are not public and don't have any real implementation. They make code super complicated and does things that slow down the designer (e.g. we read from file system where we...

View Article


Commented Task: Designer: remove behavior [1309]

Behavior related things are not public and don't have any real implementation. They make code super complicated and does things that slow down the designer (e.g. we read from file system where we...

View Article

Created Unassigned: Stored Procs :: invalid cast exception when creating...

When trying to scaffold migrations for the following model:``` public class Landmark{ public int Id { get; set; } public StandingStone MatchingStone { get; set; } public Hold LocatedIn { get; set; }}...

View Article


Commented Issue: Undo/Redo after update-from or generate database operation...

Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...

View Article

Edited Issue: Undo/Redo after update-from or generate database operation [1302]

Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...

View Article

Edited Issue: Undo/Redo after update-from or generate database operation [1302]

Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...

View Article
Browsing all 10318 articles
Browse latest View live


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