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
No comments