Devil.NET announcement

I promise!

There will be a new release of Devil.NET in the next month and I hope to be able to fix all the bugs (specially the vflip one!).

The greatest app ever, evolved!

Laugh, if you want.

Solitaire from Windows 3.1 to Vista

But really this is one of the major reasons we are using Windows today. Back in the days Windows (2.x) was not really popular and some applications (most notably Excel) had to redistribute a small Windows with themselves.
Then came Windows 3.0. And 3.1. And everybody dropped WordPerfect and 1-2-3 for Word and Excel so that they could Alt+Tab/Ctrl+Esc* to Solitaire instead of working. And Solitaire is still today the symbol of losing time instead of doing your job.

Greatest app of all times.

(*) If I’m not wrong, Alt+Tab was introduced with Windows 3.1, so the poor Windows 3.0 user had to switch with Ctrl+Esc.

P.S. Thanks DOSBOX for making this possible. And also for running my favorite games.

Shell extensions in C# and/or VB.NET

Please, repeat with me.

I WILL NEVER WRITE SHELL EXTENSIONS IN C# OR VB.NET.

Not even if Dino Esposito suggests it.

It’s bad for many reasons.

Shell extensions are loaded in almost every application you run (read : every application with a file open dialog or save or browse for folder…). If your shell extension is written in a .NET language (C#, VB.NET, but also Managed C++, C++/CLI) you simply inject the whole CLR in almost every application.

This has these consequences :

So essentially, writing a shell extension in .NET is a good way to break applications and debuggers randomly.

It’s sad but UI in shell extensions must be written in p(l)ain C++.. :( :( :(

References :