Archive for the ‘C#’ Category

Create C# Documentation Using Sandcastle

Wednesday, March 4th, 2009

Tomorrow I'm handing in my final project for my CS studies. This project is built in C#, and I was looking for a way to automatically create documentation that will aid browsing and understanding the main classes and their functions. A friend had told me about Sandcastle and I looked it ...

Generating Random Unicode Strings in C#

Wednesday, January 14th, 2009

I have to admit this is quite a dull subject, but I thought it might help some guys( and gals! ) out there. I am working on a C# project for uni, and while fighting some pesky bugs, I decided I should get more organized and have a small "unit testing" ...