required key word
mohamed tayel
Technical Project Lead @ SURE| Scrum Master | Technical Project Manager | .Net Technical Lead | .NET Instructor
C# .NET Feature Highlight: Exploring the required Keyword!??
??? ???? ????? ????? ?? C# ?? ??????? ????? ?? .NET 7: ?????? ????????? required.??
???? ???????? ???? ?? ??? ??? properties ???? ?????? ?????? ????? ???? ????? ????? ??? object.
??? ??? ???? ????????
?? ????? ??? ?? ??:
?public class Product??{??
??public required string Name { get; set; }??
??public decimal Price { get; set; }??
}??
???? ???? ???? object ????:??
- ???? ??? Name property ???? initialized.??
- ?? ????? ???? ???? ??? compiler ????? ????? ?? error ???? ??????.??
?
? ?????? ?? ????? ???? ?? ???????????? ???????:??
- ??? ???? ?????? ??? Domain Models ?? ??? Products ?? Orders.??
- ???? ????? ??????? ?? Null Reference Exception ???? ?????? ????? ????? ????? ?? ??? projects.??
- ???????? ???? code ???? ?????? ????????.
? ??? ???? ????:??
var product = new Product??
{??
??Name = "Laptop",??
??Price = 15000??
};??
?// This will work perfectly // But if we forget to set the Name // It will throw an Error
var invalidProduct = new Product??
{??
??Price = 15000??
};?
#CSharp #DotNet #ProgrammingTips #CodeQuality
?
?
--
3 个月????? ????? ?? ???? ?? ?? ?????? ???? ??? ???????? ??? ????? ???? ??????? ???? ???? ???? ????? ?????? ?? ??? ?? ??? ???? ?????? ??? ????? ????????? ?????? ?????? ?? ?????? ??? ????? ???? ???? ??????? ??? ??? ??? ???? ?????? ??? ??????? ??? ???? ?? ??????? ?? ????? ??????? ?????? ??? ??? ???? ???? ??? ??? ????? ??????? ?????? ?????? ?? ????? ????: https://tomatophp.com ??? ????? ???: https://github.com/tomatophp ??? ????? ???? ????? ??????? ????? ???? ?? ????? ??????? ???????? ?????? ???????? ?????? ???? ?? ?? ???? ???????? ?? ??? ??????? ????? ???? ????? ????? ? ?????? ???? ????????? ??????? ????? ?? ?? ???? https://discord.gg/vKV9U7gD3c ??????? ????? ???????