Skip to content

June 2019

callback functions in c#

Delegates as callback functions in csharp

To update many records in entity framework, it is good to use the .Attach method of the db context instead of looping through every record and fetching the data through EF and updating it.

Read More »Delegates as callback functions in csharp