in

.NET Opensource

Community for opensource projects by Christoph Rüegg

Browse by Tags

  • Encrypt local mail folders and the desktop search index

    I'm using TrueCrypt to encrypt all kind of files on my computer (and on all external harddrives and most USB thumbdrives) for quite some time now and I really like it. On the PC I have a set of data I want to have encrypted but that I always need, so I've configured it to automatically mount...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 08-25-2007
  • Capture Keyboard Input in WPF

    In case you every need to capture some keyboard input similar to a TextBox but without a TextBox (hence you also want to capture input that - on some keyboard layouts - need a secondary key to type (like % on my layout = Shift+5), but don't care whether the user presses special keys like Shift or...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 05-08-2007
  • Re: Limits of Matrix class

    It might be a good idea to take advantage of Microsoft's Accelerator Project that takes use of the GPU. This should speed up the numeric matrix calculations. Download: http://research.microsoft.com/research/downloads/Details/50ee362a-c4d7-4fe6-9018-1b7f9c1dd5dc/Details.aspx Wiki: http://channel9...
    Posted to Math.NET Mathematics Library (Forum) by MovGP0 on 04-01-2007
  • Lock down your own .NET Library Assemblies

    Because information about this is actually hard to find (there are loads of samples around about how to demand several rights, but hardly any about locking down your own frameworks & assemblies): I recommend for most cases to start from no rights at all (except execution and some identity permissions...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 03-05-2007
  • C++/CLI: Explicitly Implement Interface Properties

    In case you ever wondered how to explicitly implement interface properties in C++/CLI that collide with an already existing better typed property: It's quite easy, but I didn't find a sample in neither the language specification nor the web. Imagine you have some already existing generic ItemBuilder...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 01-09-2007
  • Strange PowerShell Bug?

    I'm fighting with a strange behavior of the MS PowerShell RC1 , that might be a bug . It's about moving and renaming items with "[" or "]" in the name. Strangely they're simply ignored, sometimes I also get a message that the file does not exist (although I just gathered...
    Posted to Chris on Computers (Weblog) by Christoph Rüegg on 09-24-2006
Page 1 of 1 (6 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems