Menu

C#

WordPress, Sourcecode, and escaping
Every single time I write a post that contains source code, it’s a bloody struggle. Take my previous “snippets” entry. Normally, I draft [...]
Snippets.
Naturally, as we write programs we create a small set of useful functions. BASeBlock has been no exception. I’ve created quite a few functions that [...]
ReferenceCounted List Update
A quick update on the functionality I was trying to use ReferenceCounted List for in BASeBlock. I ended up not using the class at all. I actually ended up [...]
A ReferenceCounted List
Here I explore the design and implementation of a Generic class designed to replace variables of it's Generic Type and add capability, while not forcing [...]
AMD & Intel, Past, Present & Future
AMD, like Cyrix VIA, and Nextech (I believe was the name) were all clone makers, they made pin compatible processors for PCs. Their primary advantage was [...]
Yes, I’m still alive
Rumours of my death have been greatly exaggerated Trying to figure out some long term plan of action, as well as get a proper perspective of what I am [...]
BASeBlock 2.0 And what I plan to do with it
After much mulling over it, I have decided that BASeBlock 2.0 will be “shareware” sort-of. This version will add a numbectr of new blocks, [...]
Why I use INI Files, and a FormPositionSaver class
In some of my recent posts, I’ve covered the topic of accessing and parsing an INI file for configuration data in a C# Application. Some may wonder [...]
A dynamic New Year’s Post
HAHA! How’s that for a clever title? Oh… well… ahem… nevermind. As a avid user of my own INIFile class, which I first write about- [...]
An Extension to the GenericListViewSorter class
As I posted previously here, Sorting a Listview can be something of a pain in the butt. In that article, I covered some basics on providing a class that [...]