Categories
Writing

The night before Christmas

Recovered from the Wayback Machine. with first person singular annotation, updated to the new Millennium T’was the night before Christmas, and all through the house, Not a creature was stirring, not even a mouse; (Well, there was a mouse once. Name of George, married to a nice little brown field mouse named Alice. Last Christmas, […]

Categories
Technology Writing

Practical RDF Tech Reviews

I sent a request for technical reviewers of my book “Practical RDF” to the Semantic Web, RDF Interest, and Jena Interest groups . My hope is that I’ll get volunteers that reflect the book’s targeted audience, and so far I’m getting a terrific response from an incredibly interesting mix of people. In fact, I’m extremely […]

Categories
Technology Writing

Creating C# Applications: Chapter 4

One of the most innovative features of C# is the concept of managed and unmanaged code. It is this that truly differentiates this language from its more commonly used cousins, C++ and Java. What is unmanaged code? Well, put simply, unmanaged code is any C# code that uses pointers. Conversely, managed code could be considered […]

Categories
Technology Writing

Creating C# Applications: Chapter 3

When I work with more than one programming language at a time, such as Java and Perl or VB and C#, the biggest problem I have keeping the languages untangled is remembering to use a semi-colon (;) or not when ending the statement. No matter how hard I try to keep my language syntax separate, […]

Categories
Technology Writing

Creating C# Applications: Chapter 1

Introduction There’s been considerable material on programming C# within the Visual Studio .NET environment, but not as much on C# as the first programming language based on the Common Language Infrastructure (CLI). This online C# book provides an introduction to C#, the programming language. In addition, the book also takes a look at the CLI […]