Category: Mono

  • Programming in the first two weeks of 2021

    It’s been a pretty busy 2 weeks. I’ve basically either been finishing up end of year blog posts or programming. Let’s jump in! Extra Life Donation Tracker I have the 5.3 release of my Extra Life Donation Tracker. I had a few minor refactoring goals for that release, but also a few user-facing enhancements. I…

  • Gnome Music Player Showdown

    I’ve been reading a lot of reviews recently about the upcoming Banshee 1.0.  (Arstechnica and Linux Magazine, for example)  It looks like it’s going to be an awesome release, but I wanted to see where it is now and compare that to Rhythmbox.  As I mentioned here, I switched to Rhythmbox in May 2007 (a…

  • First GUI Program! (I think)

    First GUI Program! (I think)

    I’m pretty sure this is the first GUI program I’ve ever gotten to a useful state. No source code yet, as a lot of the buttons don’t work, but the basic functionality does. It’s a GTK-based RSS reader. I did it based off of code in LXF# 91. They called theirs Chomp. Since Mono is…

  • [LXF 89] RSS Reader complete

    I’m including the file here. It’s just a command line RSS reader. The included readme file will tell you which parameters to pass it. It doesn’t really do a lot of checking or than for the words “sub” and “unsub”. It’s a pretty neat proof of concept. I’m not going to improve on it much…

  • Second Mono Project in the bag

    It was another toy program, although a bit more useful than last time. It reads through a directory and recurses through subdirectories to fine all txt files and builds up a cache. Then it searches those for any text you want to search for. Perhaps I missed a subtlety, but it appears to only search…

  • Hello Bill

    Just tested and, yes, for the small, uncomplicated Hello World program it works just fine on Windows XP. I just had to install .NET. (It took about 10 minutes….I don’t know why)

  • Monkey Business

    After reading Linux Format Magazine (LXF) Issue #91, in which they used Mono to code a GTK gui, I decided to take up C# programming. I will follow along with the tutorials and gain another programming language under my belt. Today I started with LXF #87 and completed my C# “hello world” program. The syntax…

  • Yay for Monkeys!

    The title of this post is, of course, a play on words. The company Ximian has developed Mono, an open source competitor to MS’s .NET. Mono is spanish (and probably latin) for monkey. The reason I’m excited is that according to Gnomedesktop.org , Fedora Core 5 will have mono! This means we’ll get great new…