Application Logging

Logging for Beginners

Post thumbnail
Post thumbnail
In this post I will be talking about application logging. Performing logging actions in the background of an application is very important. This will help a developer or anyone supporting the application by showing important information about what is happening with the application. For instance, you might have an application... [Read More]

LINQ

Intro to using LINQ in your code

Post thumbnail
Post thumbnail
Today I was practicing some C# by solving some Leet Code problems. I came across one that was fairly easy, but I wanted to write about it because there are numerous ways to go about solving it. One of the easiest ways to solve it is by using LINQ. LINQ... [Read More]