رکورد های سی شارپ چگونه زندگی مرا تغییر خواهد داد
200, OK
https://josef.codes/how-csharp-records-will-change-my-life/ icon

Immutability comes with a lot of benefits, but sometimes it can be a bit cumbersome to deal with when you only want to update some properties. Since the object is immutable, you need to create a copy with all the existing values and the new updated one.

I will show you how Records in C# 9 will greatly simplify this

رکورد های سی شارپ چگونه زندگی مرا تغییر خواهد داد