Professional CSharp7 (edit)
https://github.com/ProfessionalCSharp/ProfessionalCSharp7
git init
git clone "https://github.com/ProfessionalCSharp/ProfessionalCSharp7.git"
Professional CSharp8
https://csharp.christiannagel.com/2018/06/20/
https://github.com/ProfessionalCSharp/ProfessionalCSharp7
git init
git clone "https://github.com/ProfessionalCSharp/ProfessionalCSharp7.git"
https://csharp.christiannagel.com/2018/06/20/
C# 6.0 | ~ | C# 7.0 in Visual Studio 2017 |
---|---|---|
if (inspection != null && inspection.LastModifiedBy.HasValue) | ~ | if(inspection?.LastModifiedBy != null) |