Category Archives: Uncategorized

New Concurrency Support in .NET 4

I’ve been reading about some of the new support for parallelism and concurrency in version 4 of the .NET Framework, and came across a really good paper on parallel design patterns by Steven Toub (most or all of which seems … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Re: Do I Need To Learn Microsoft Technologies

A long time ago, in a galaxy far, far away (Stackoverflow.com, November 2008), a university junior posted this question: Most jobs speak of C#, Visual C++, .NET, Java, etc etc Where as I am mainly using Java, C++, Perl, Python … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Happy Pi Day

Posted in Uncategorized | Tagged , | Leave a comment

The Decade IS ending

There are some folks out on the internet preening about their realization that “decade” means 10 years, and there was no year zero, thus decades range over the calendar years [xx01 - xx10]. Marc Theisson posts: 2010 is the last … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

VSeWSS: Value does not fall within the expected range.

On occasion, particularly if you’re moving files around or working on the structure of your project inside Visual Studio 2008, you’ll try to deploy your SharePoint project using VSeWSS 1.3 (March 2009 CTP) and get the following error: Value does … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Internet Freelancing

In a previous post about an online independent contracting portal, I complained about the quality of the work to be done. In a more general sense, this is really the bottom line when it comes to the difficulties in doing … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Lambdas in data-binding expressions

For a recent project, I wrote a templated web part (similar to the Smart Part) to do a search on a custom list and display the results (all using AJAX updates made available by the UpdatePanel), and I found myself … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Chrome OS: Much Ado About Nothing

Folks, let’s don’t get too excited about Google’s announcement of a “Chrome” operating system. They’ve already said that it’s oriented toward netbooks and other entry-level PC devices, and that most of the interactivity will be web-based. In other words – … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Sololance

I’ve got a full-time job with benefits, and it’s a blessing to me and my family because it allows me to provide for them in full. We want for nothing, really. However, I do someday want to start my own … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

A simple weblocks application

Introduction I’ve been following the Weblocks web framework for about a year now, and it’s my opinion that Weblocks is the best Common Lisp web framework available. One of the difficulties with Weblocks right now is a lack of documentation … Continue reading

Posted in Uncategorized | 10 Comments