zzz projects Entity Framework 6 EF 6
Home EF Core Articles Knowledge Base Online Examples
  • Home
  • EF Core
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework 6 - Knowledge Base (KB)

9 results in tag: bulkinsert

ADO.NET Entity Framework bulk insert and update

I am writing a small application that does a lot of feed processing. I want to use LINQ EF for this as speed is not an issue, it is a single user app and, in the end, will only be used once a month....My questions revolves around the best way to do bulk ...
.net-3.5 bulkinsert c# entity-framework
asked by Keith Barrows

EntityFrameWork and TableValued Parameter

I'm trying to call a stored procedure from ...EntityFramework... which uses ...Table-value... parameter....But when I try to do function import I keep getting a warning message saying -...The function 'InsertPerson' has a parameter 'InsertPerson_TVP' at ...
bulkinsert entity-framework stored-procedures table-valued-parameters
asked by ssilas777

EntityFramework.BulkInsert issues inserting into database

I am attempting to use the ...EntityFramework.BulkInsert... library for taking advantage of EF6 and SqlBulkCopy....The documentation seems very straight forward, however, I cannot get any data populated into the database....For a complex example, here is ...
bulkinsert entity-framework sqlbulkcopy
asked by Jason

EntityFramework.BulkInsert.SqlServerCe error

I've used Entity Framework with SQL Server CE in a project and I need to insert a large number of records into a table at a moment. So I Googled for a Bulk insert with Entity Framework and I found ...this package on Nuget... that is a package for insert b...
.net bulkinsert c# entity-framework-6 sql-server-ce
asked by Jupiter

Entity Framework selectively save tracked entities from context and bulk insert others

I'm fairly new to Entity Framework. I've come across a scenario where I have my entities:...public class Company{ public int Id { get; set; } public string Name { get; set; } public IList<Project> Projects{ get; set; } } public class Project...
bulkinsert c# entity-framework sqlbulkcopy
asked by Max

EntityFramework.BulkInsert not working for database-first

I'm trying to increase the performance for insert operations by using ...EntityFramework.BulkInsert.......Currently I have something like this:...var theEntities = ChangeTracker.Entries<BaseEntity>().ToList(); this.BulkInsert(theEntities, _transaction.Und...
bulkinsert c# entity-framework entity-framework-6
asked by KingKerosin

Bulk insert from a csv file using Entity Framework

I want to do bulk insert from a csv file into the MS SQL Server database using entity framework. Is there any inbuilt method for Bulk Insert using Entity Framework?...Thanks
bulkinsert ef-bulkinsert entity-framework-6
asked by Satyajit

How to insert duplicated records in Entity Framework

I am having very strange situation regarding insertion of duplicated records. I am retrieving records against certain criteria and after modifying couple of properties, I am re-inserting the entire collection of objects again without even changing the pri...
bulkinsert c# entity-framework-6 linq linq-to-entities
asked by Usman

EFUtilities bulk InsertAll with children entities

I am trying to bulk insert a list of items in my SQL Server by using the EFUtilities package. Is there a way i can insert an entity with multiple navigation properties? All i have found is this...EFBatchOperation.For(DbContext, DbContext.Products).InsertA...
asp.net-mvc bulkinsert c# entity-framework-6
asked by DKar

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges

EF Extensions
Try for free now
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!