Demo: Immutable Strings (part 1)
In this live coding demo we run a simple string assignment and equality check to confirm that modifying one string variable does not affect the other. We demonstrate Object.ReferenceEquals alongside String.Equals to distinguish between reference and value comparisons in practice.