pecha

Stories submitted by pecha

Correct event invocation(dotnettipoftheday.org)

submitted by pechapecha(105) 3 years, 11 months ago

Be aware that if there are no subscribers a .NET event will be null. Therefore when raising the event from C# test it for null first. read more...

add a comment |category: |Views: 6

tags: another

Speed up inserting records into database with SqlBulkCopy class(dotnettipoftheday.org)

submitted by pechapecha(105) 4 years, 2 months ago

When you need to insert a great deal of rows into database... read more...

add a comment |category: |Views: 67

tags: another