I have a program in c# that Insert 4,500,000 record into sql using ExecuteNoneQuery and take too long to insert I need a fast way to insert that take maximum about 10 minutes however when I insert 4,500,000 record from another table to my table via management studio it take 3 minutes
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?