Articles
#carloscds
- Creating Generic Queries with LINQ in Entity Framework 4
- How to Create a Visual Model with Entity Designer in Entity Framework
- How to Create Index in Database with Entity Framework Code First
- How to Install Entity Framework Power Tools in Visual Studio 2015
- How to Reverse Engineer Tables and Views with EF Code First
- How to Use AsNoTracking in Entity Framework to Avoid Unintentional Changes
- Implementing Entity Framework Command Interception in Code
- Improve Entity Framework 6 Performance by Pre-compiling the DLL
- Improve Entity Framework Performance with EFProfiler
- Installing and Accessing Entity Framework 6 Nightly Builds
- Managing Connection Strings in Entity Framework Code First
- Meta title: How to use Stored Procedures with Entity Framework Code First
- Migrating to Entity Framework 6: New Features to Explore
- Title: Improve Entity Framework Performance with NGen
- Understanding Entity Framework Code First Migrations
- Using Entity Framework Code First to map POCO classes to the database
- Using Entity Framework Power Tools for Code First Development
#saving
- Add
- Bulk Insert
- Cascade Delete
- Change Tracker
- Concurrency
- Delete Records
- DetectChanges
- DetectChanges
- Entity Disconnected
- Entity Graph
- Fastest Way To Insert
- Identity Insert
- Insert
- Preserve Insert Order
- Retrieve Inserted Id
- SaveChanges
- SaveChanges
- SaveChanges Performance
- Stored Procedure
- Stored Procedure
- Transaction
- Transaction
#query
- AsNoTracking
- Basic Query
- Check Object Existence
- Eager Loading
- Find
- Improve Include Performance
- Include
- Include Multiple Levels
- Include With Where Clause
- Join
- Lazy Loading
- LINQ Queries
- Prevent SQL Injection with LINQ
- Projection
- Raw SQL Query
- Stored Procedure
- Subtract Two Dates
- Use LINQ Dynamically
- View Generated SQL
- When to Use Include
- Why Async Methods are Slow
#code-first
- Code First
- Column Data Annotations
- ComplexType Data Annotations
- ConcurrencyCheck Data Annotations
- Data Annotations
- DatabaseGenerated Data Annotations
- Fluent API
- ForeignKey Data Annotations
- InverseProperty Data Annotations
- Key Data Annotation
- MaxLength Data Annotation
- Migration
- MinLength Data Annotation
- NotMapped Data Annotation
- Required Data Annotation
- StringLength Data Annotation
- Table Data Annotation
- Timestamp Data Annotation
#connection-string
#database-first
#troubleshooting
- LINQ to Entities does not recognize the method
- One or more validation errors were detected Exception
- Store update, insert, or delete statement affected
- The entity cannot be constructed in a LINQ Exception
- The object cannot be deleted Exception
- The specified type member is not supported Exception
- The specified type member is not supported Exception
- There is already an open DataReader Exception
- Unable to create a constant value Exception
