Simple and easy to follow instructions on how to install .NET 5 on CentOS 8 and running your first app. First have a CentOS image that you have root privilege’s on. I’m going to assume that you don’t have .NET 5 already installed but if you want to check, run the below command. If you […]
Continue ReadingRemove Encoding Attribute from XmlDeclaration in C# when Serializing an Object.
Okay first I’m going to say that when got this request from a junior dev I thought they were asking how to remove the whole declaration. It seemed wrong to remove the encoding since that info can be important to some systems. Then they said the magic sentence…”need to support legacy app that is not […]
Continue Reading