Direkt zum Hauptbereich

Posts

Es werden Posts vom Mai, 2011 angezeigt.

Ubuntu & Virtual Box

Ubuntu falls back to gnome after installing default because 3d-accellaration is deactivated without vm-additions. additionaly to running the installscript of the additions i had to: sudo apt-get update sudo apt-get install virtualbox-ose-guest-utils In Ubuntu 16.04 / 14.04 sudo apt-get install virtualbox-guest-x11 virtualbox-guest-dkms found here http://www.webupd8.org/2010/12/how-to-test-ubuntu-1104-with-unity-in.html

Developers Developers Developers

Convert Text to Image: http://www.codeproject.com/Tips/184102/Convert-Text-to-Image.aspx Do Smart coding using Code Snippets in .NET: http://www.codeproject.com/Tips/183939/Do-Smart-coding-using-Code-Snippets-in-NET.aspx Extension Methods in C#: http://www.codeproject.com/Tips/183800/Extension-Methods-in-Csharp.aspx#alternate2 Convert LINQ to Entity Result to a DataTable: http://www.codeproject.com/Tips/184675/Convert-LINQ-to-Entity-Result-to-a-DataTable.aspx#alternate1 Fine demo for using Systetray with winforms: http://www.codeproject.com/Articles/185513/Personal-Schedule-Management-Tool.aspx How to store custom objects in web.config: http://www.codeproject.com/Articles/184716/How-to-store-custom-objects-in-web-config.aspx