Recent posts

Stabilize the CodeTrack Project

3 minute read

Figure out how to set up Azure Key Vault Today, I dedicated the entire morning to configuring Azure Key Vault for my CodeTrack application, aiming to securel...

In-Depth questions for C#

10 minute read

What are managed and unmanaged pieces of code? Managed and unmanaged code refer to how programming code is handled in terms of memory management and executio...

General C# Knowledge for interview preparation

2 minute read

In this journal, I want to list the general questions about C# knowledge to prepare for technical interviews. Value types vs. reference types Value types ...

Object Oriented Programming interview questions

2 minute read

In this journal, I want to review and layout the common questions for OOP topic in an interview. What is object-oriented programming, and why is it beneficia...