Archive for March, 2007
Notepad newline and Squares
I was using a memory stream to store UTF-8 encoded error log that was eventually emailed to me. Well it bothered me that notepad showed up my line feeds and carriage returns as squares. While this opened up in every other text editor on earth, it didn’t in notepad. I had to replace all [...]
Filed under: Tips,Tricks, and Hacks | 1 Comment
Windows Services
I have developed a few complex window’s services lately. I have to say, it is a good way to develop good coding habits. I certainly would rather take the time to prevent every foreseeable problem now, then have to remember what the code did down the road. I think if I get back to developing [...]
Filed under: .NET | Leave a Comment
OOP incase you forgot
I have very little programming experience outside the OOP world. I get it, I like it, and I always try to practice it. I’ve been doing it for so long I don’t really think about doing it, it’s just how I code. From time to time I like to gather my thoughts. What the internet [...]
Filed under: OOP | 1 Comment