ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server,Ajax,jQuery Plugins,jQuery UI,SSRS,XML,HTML,jQuery demos,code snippet examples.

Breaking News

  1. Home
  2. .NET CORE
  3. LINQ
  4. How do you handle bulk data insertion in your code?

How do you handle bulk data insertion in your code?

 LINQ Tip 💡

 
How do you handle bulk data insertion in your code?
 
⏩ We can use AddRange for bulk data insertion for better performance

⏩ AddRange was introduced in EF 6.0 for doing insertions in a single database round trip to reduce the performance overhead


How do you handle bulk data insertion in your code?


No comments