Mahdi Robatjazi·۳ ماه پیشآموزش Utility Type ها در Typescriptشما با دانش در مورد Utility Type ها می توانید با تایپ اسکریپت به راحتی ارتباط برقرار کنید و سختی کار با آن به مراتب کم تر میشود
soheil moonesi·۹ ماه پیشC# StructThe difference between struct and class in C# have significant implications for data representation and performance.Structs, being value ty…
soheil moonesi·۹ ماه پیشC# value types and reference typesفکر میکنم این مبحث خیلی جالب و کاربردیه پس شروع میکنیم به بررسیش.بیایم با مثال شروع کنیم :public class Car{ public string Name { get; set;}…