Computer Science

This category contains pragmatic information and solutions to some complex issues I have worked out by gluing bits of information gleaned from technical sites like Stack Overflow.


C# – Entity Framework – Write DbContext Changes To Console

A useful tool to easily see and understand what DbContext changes are occurring in your application.

C# – Proper Exception Handling

Proper exception handling in C#.

C# – SQLite and Entity Framework Console Application

A Visual Studio C# .Net app deomonstrating Entity Framework and an embedded SQLite database.