#csharp
Read more stories on Hashnode
Articles with this tag
There are times when you want to clone an object in C# but it's tedious to copy manually all the properties. This solution uses JSON serialization to...
Solutions on how to remove the diacritics/accents from a text in C# for the various versions of .NET · Some time ago I had a requirement in an...