Tyler Jennings
Blog
About
Tyler Jennings
Engineer. Architect. Speaker.
Generational Garbage Collection
2024-03-13
How does generational garbage collection work in .NET?
Software Licenses for Business
2024-02-11
Which Software Licenses are safe to use in business software?
Refactoring With Composition
2023-12-18
Let's take a look at composing functions together.
Interfaces for Data
2023-12-15
How can we use interfaces on our data to create better funtion reusability?
Refactoring to Pure Functions Part 1
2023-11-29
Let's take a look at refactoring from a traditional OO pattern to a slightly more functional pattern using pure functions.
You Might Not Need the Repository Pattern
2023-11-28
When using Entity Framework You Might Not Need the Repository Pattern.
What Is Purity
2023-08-26
What is a pure function?
Tags
.NET
Entity Framework
Functional Programming
Garbage Collection
Licensing
pure functions
purity
Refactoring
Repository Pattern
simplicity
Software Engineering