programming

Code generation in Visual Studio

I have never suspected that Microsoft had this built-in, but it appears to be the case. Code generator called T4, which targets both C# or VB.NET, is built into your copy of Visual Studio and is available as you read this article.

New super-computing option from NVIDIA

From the Internet:

NVIDIA announced a new category of supercomputers — the Tesla Personal Supercomputer — a 4 TeraFLOPS desktop for under $10,000.

MySQL 5

I have upgraded my hosting database to MySQL 5. Let's see whether it gives me any trouble. So far it seems to be much faster, than the previous version.

Burstsort - a faster sorting algorithm for strings

Have a look at the new project - Burstsort.

Quoting from Wikipedia:

Burstsort and its variants are cache-efficient algorithms for sorting strings and are faster than quicksort and radix sort for large data sets.

Drupal mobile theme

Drupal doesn't have a built-in support for mobile and handheld devices (PDAs). If you want to make your site more accessible to mobile users, your only option now is to have an additional "mobile" theme in your set-up, which would be very simple and lean, and somehow use it automatically when users access your site from small devices.

Cassini - web server in .NET

Some time ago Microsoft released a free sample - an HTTP server, written completely in .NET and able to host ASP.NET applications. It has been extended and improved by some other company, which now makes it available for download.

Berkeley DB .NET wrapper

There is an open source .NET wrapper for (former) SleepyCat Berkeley DB file database system - you can find it on SourceForge.

"Const-ness" in C++

In C++ you can declare class methods as const. The idea is that a const method does not change the value of instance' member variables (and doesn't call non-const methods on them).

SVN for Visual Studio .NET

Looking for a way to integrate Subversion with Visual Studio .NET 2005 I came across AnkhSVN - an open source VS.NET plugin which does exactly that.

My current tests show that it's quite good. Maybe I won't remove my TortoiseSVN yet, but now I don't need to switch to Explorer when I want to commit a change.

XQuery 1.0, XPath 2.0 and .NET

I was deeply disappointed to discover, that .NET framework 2.0 didn't contain XQuery implementation.

Follow the updates to the site - subscribe with your favourite aggregator:

Feed Icon | XML Icon | Google | Yahoo! | Bloglines | Newsgator | MSN | AOL | Monitor This