Click here to Skip to main content
15,885,914 members
Articles / Programming Languages / C# 6.0

Better way of handling Null Reference Checks in C#6.0

Rate me:
Please Sign up or sign in to vote.
4.57/5 (3 votes)
22 Oct 2015CPOL3 min read 17.6K   3  
The tip is about using Elvis operator which is introduced in C# 6.0 for Null Reference Checks. It gives an example of how to use it.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
I have worked as a technical lead for MNC's. Currently, I conduct trainings on Microsoft Technologies at Ambrosia Knowledge Center. I am interested in learning new technologies,frameworks, designs etc. I like to distribute whatever knowledge i have so that more people can contribute and innovate things for our future. If you are facing any issues or problems and i could be help do feel free to connect me on my email link Send Mail.

My blog is Coding is Simple

Comments and Discussions