Testing assumptions about over-fetching from the database
One of my common code review comments is about over-fetching from the database; e.g. running a SELECT * instead of SELECTing just the columns your applicatio...
One of my common code review comments is about over-fetching from the database; e.g. running a SELECT * instead of SELECTing just the columns your applicatio...
IDisposable
System.IDisposable is a foundational interface used in most .NET programs. Its primary purpose is to provide a mechanism for releasing “unmanaged” resources:...
I got some decent code review on /r/programming for My favorite git aliases, especially from /u/doener.
I tend to use git from the command line frequently. There’s a useful feature to reduce repetitive work called git aliases:
Azure Static Web Apps (SWA) is a relative new offering that attempts to wrap up the common needs and desires of many modern web apps and start-ups.
Azure Static Web Apps (SWA) is a relative new offering that attempts to wrap up the common needs and desires of many modern web apps and start-ups.
IDisposable
System.IDisposable is a foundational interface used in most .NET programs. Its primary purpose is to provide a mechanism for releasing “unmanaged” resources:...
One of my common code review comments is about over-fetching from the database; e.g. running a SELECT * instead of SELECTing just the columns your applicatio...