In this video i will be explaining one of the new feature Deconstruction introduced in C# 7 where Deconstruction is a process of splitting a variable value into parts and storing them into new variables. This concept will be very useful when a variable stores multiple values such as a tuple.