Code Maze Author

Ellie Zubrowski

Ellie is a software developer focused on C#, web, and Unity game development. In her free time, she enjoys playing League of Legends and spending time with her cats. She's also a big fan of the Harry Potter series, which has led her to volunteer as a web content editor at MuggleNet.
Also find me here:



MY ARTICLES:

Calculate the Difference in Months Between Two Dates in C#

Calculating the difference in months between two dates is a useful skill for C# developers. Having this knowledge helps us in tasks such as subscription management and tracking course durations. In this article, we learn how to use DateOnly, DateTime, and TimeSpan...

How to Calculate the Number of Days Between Two Dates in C#

In this article, we will learn how to calculate the number of days between two dates, a task commonly encountered in various applications. We will achieve this by utilizing the DateTime struct, TimeSpan struct, and DateTimeOffset. [sc name="github"...