Tag Archives: C#

Any.links

An assortment of links: I was reading this article at More Intelligent Life written by Enid Stubin (who appears to be an assistant-professor of English) and the first comment in the comment section literally says: Brilliant. This chick can actually … Continue reading

Posted in Hyperlinks | Tagged , , , , | Comments Off on Any.links

Word

I was looking for dictionaries the other day after finding myself impressed by Ubuntu’s Dictionary program. I found out that it actually uses the gdict set of XML files, and you can find around the freedict site (you probably need … Continue reading

Posted in Hyperlinks, Programming | Tagged , | Comments Off on Word

4,4something

Alfons mentioned the ‘4400’ show, a series I’ve never heard of before. Apparently, it just started on its 4th season on USA Networks (I think it may be carried by NBC, not sure about this). There’s an extensive Wikipedia entry … Continue reading

Posted in Hyperlinks | Tagged , | Comments Off on 4,4something

Hey, hey.

Today, I discovered that the StringReaders/Writers in .Net only support UTF-16 encoding, which may lead to some breakage if you’re using it in combination with the XMLSerializer object. If you really need to maintain UTF-8 compatibility, you should use a … Continue reading

Posted in Programming | Tagged | Comments Off on Hey, hey.

Visual

While working on billing software, I was planning to write something on visual inheritance in Visual Studio Express (C#): this feature is ‘amiss’ in the lower end versions of that programming environment. I decided not to because the concept is … Continue reading

Posted in Truro NS | Tagged , , | Comments Off on Visual

That, SerialPort stuff

The log files reveal that a lot of people are looking for help using the Serialport component of the .Net Framework. Once again, lets summarize: There are two ways to access data from a serialport: 1. Using the DataReceived event … Continue reading

Posted in Programming | Tagged , | Comments Off on That, SerialPort stuff

More cards

Since the weather was bad yesterday and (it appears) it’s going to be same-o-same-o today, I decided to check into (this last month’s) Card objects project. All earlier created objects were ‘non-visual’ objects and since we’re playing cards, it probably … Continue reading

Posted in Programming | Tagged | Comments Off on More cards

SerialPort and C#

What you need to know before you plan to work on Serial port communication: 0. Create a good test environment. You may need com0com (earlier) which can simulate a loopback between 2 ports. 1. Carefully choose between non-blocking and blocking. … Continue reading

Posted in Programming | Tagged , , | 2 Comments

Minor-Finer

I added a minor project to the ‘Current Project’ section (Right here), a program in C# that generates classes based on table meta-data. It’s simple and it works: there are a couple of tricks how to collect metadata from ODBC … Continue reading

Posted in Programming, SQL | Tagged , , | Comments Off on Minor-Finer

Cards

For something completely unrelated, I decided to check into my older Delphi code and noticed the ‘remnants’ of the code that actually started as a framework for a (basic) Spades1 card game. So hey: the code was actually so readable … Continue reading

Posted in Programming | Tagged | Comments Off on Cards

Lazy.

I read that John Backus died at age of 82 (Slashdot discussion), who happened to be the person who apparently led the team of developers that brought us FORTRAN. I recalled his name because I was studying some BNF notations … Continue reading

Posted in Ordinateurs, Programming | Tagged | Comments Off on Lazy.

The Tech, The Science and Space

For no reason I was earlier up than normal, today: with the extra time I had I looked into several compiler-compilers (or parsers/scanners) targetting C#. I ran into a couple of ones: First of all there’s ANTLER (Public Domain, needs … Continue reading

Posted in Ordinateurs, Scientifically | Tagged , , , | Comments Off on The Tech, The Science and Space

Owner-draw

One point with which I want to close off for today: Ownerdraw stuff in C#. Yesterday, I was comparing code to create owner-draw listboxes and comboboxes in both Delphi and C# and noticed how remarkably easy it’s to switch from … Continue reading

Posted in Programming | Tagged , , | Comments Off on Owner-draw