Home

Brian Bu

  • Conventional Programming with EFCore – Part 1

    December 6, 2019 by

    When I first took a pass at writing a Framework many years ago, I thought I was so clever being able to use reflection to solve common problems. Then I learned about Expression Trees and more fun but difficult to maintain concepts. At one point I sat down and said to myself, will anyone else… Read more

  • The time the Fish hit a Door and turned into a Snake

    November 30, 2022 by

    I have been reading Wikipedia and Unicode for too long. I found this path pretty interesting. I assume individuals who went to school for Linguistics might already know this, and I also assume I can be completely wrong. One way to find out I guess. Logographic Script It seems most written language starts as Pictograms,… Read more

  • Conventional Programming with EFCore – Part 2 – Fixing Find

    December 9, 2019 by

    If you didn’t already setup Entity Scaffolding, please checkout Part 1 before continuing. DbSet.Find(Object[]) Although a powerful method, it can cause some problems. Primarily, the lack of compile time checking of the arguments. Usually, there is a bit of double checking during initial use, and then god forbids someone changes the keys. You can have… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.