When should we actually use ref and out. I know the difference between the two. Before you can pass a ref parameter, you must assign it to a value. which is not compulsory in out.
But when should we use ref. ??
I read this, but didnt got, when should I use ref.