What is implicit cast and explicit cast in .Net

Implicit cast means when conversion without any loss of data and it takes place only when there is no possible of loss of data.When there is any possibility of loss of data, explicit cast is required. Remember, explicit cast if not applied properly can result a loss of data precision.