@manhng

Welcome to my blog!

Professional CSharp7

June 22, 2018 09:42

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/

 

CSharp 7.0

December 8, 2017 10:36

Short

C# 6.0  ~ C# 7.0 in Visual Studio 2017
if (inspection != null && inspection.LastModifiedBy.HasValue)  ~  if(inspection?.LastModifiedBy != null)

Categories

Recent posts