Follow @PDSAInc File IO,.NET - Paul Sheriff's Blog for the Real World

Paul Sheriff's Blog for the Real World

This blog is to share my tips and tricks garnered over 20+ years in the IT industry

Paul's Favorites

Browse by Tags

All Tags » File IO » .NET (RSS)
Sorry, but there are no more tags available to filter with.
Use Close and Finally
In the last 2 weeks I have had two different clients complain that there are "memory leaks" in .NET. I tell them very politely, that most likely it is their code!<g> In both cases it was their code. The first case had to do with the programmers...
Posted: Jan 16 2007, 03:50 PM by psheriff | with 9 comment(s)
Filed under: ,
Beware of Encoding Types when saving to a File
I learned something today... I was doing some Encryption of strings using DPAPI and converting them to a Base64 string and everything worked fine when I was encrypting and decrypting. However, when I saved the Base64 string to a file, then re-read the...
Posted: Jan 15 2007, 08:12 PM by psheriff | with 1 comment(s)
Filed under: ,
More Posts