Category Archives: Development

Example of C# delegate/event to pass data from one form to another

 

C# IEnumerable notes

Examples of methods that must be implemented for the IEnumerable interface.

 

Git notes

Merge vs Rebase notes:

“In general the way to get the best of both worlds is to rebase local changes you’ve made but haven’t shared yet before you push them in order to clean up your story, but never rebase anything you’ve pushed somewhere.”

C# Entity Framework snippets

entity-framework-cheatsheet