Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Database First Entity Framework Update Model is not working: What can be the reason?

How can I hide a database column in the entity model?

When to use ApplyOriginalValues in Entity Framework 4?

entity-framework-4

InsertOnSubmit equivalent in DbContext.DbSet using Entity Framework 4 code first

Entity Framework 4: convert a string condition to a lambda expression?

Inserting a large number of rows into SQL CE 4.0 with Entity Framework 4 (performance issue)

Entity Framework | Code First - Get Name Of Created Table

The 'DbProviderFactories' section can only appear once per config file

How to convert a custom complex type to another custom complex type

Insert new object with existing object

Simple Injector: Inject same UnitOfWork instance across services of the same graph

Pros and Cons of putting a db context in static class library

Entity Framework – Inserting into multiple tables using foreign key

Adding additional properties to an entity framework 4 code first CTP 5 entity

New transaction is not allowed because there are other threads running in the session

How to fix the "The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty." error?

Not recognize the method 'System.String ToString()' method, and this method cannot be translated into a store expression

Common Table Expression in EntityFramework

How to limit number of related data with Include

Simple way to compare Dates in DateTime attribute using Entity Framework 4 and Linq queries