Category Archives: .net

Bedingungen bei Generics

Also ich hab da so eine generische Methode: private T getItem<T>(LinkedList<T> items, GetModes mode) where T : IKoordinate{    return null; //Fehler!} Jedenfalls hatte ich das Problem, dass sie im Fehlerfall auch null zurückgeben kann, was vom Compiler aber angemeckert wurde. … Continue reading

Posted in .net | 2 Comments

Alchemy Framework

Alchemi is an open source software framework that allows you to painlessly aggregate the computing power of networked machines into a virtual supercomputer (desktop grid) and to develop applications to run on the grid. Multiprozessor und Grid Systeme werden immer … Continue reading

Posted in .net | Leave a comment