Problem : When I need to stringify some values by joining them with commas, I do, for example: string.Format(“{0},{1},{3}”, item.Id, […]

Problem : In .Net you can read a string value into another data type using either <datatype>.parse or Convert.To<DataType>. I’m […]