Search
Categories
Category Archives: Software
Windows 8 shortcuts
Just a quick list of the shortcuts I find useful in Windows 8. CTRL + ESC: Bring up start (Immediate typing will search for app/program) Windows Key + Page up/down: Move app from one screen to another, when using multiple screens … Continue reading
My attempts at installing Umbraco via NuGet
I often use Umbraco as a CMS for my web projects, and NuGet for referencing other libraries. This made me wonder whether Umbraco could be deployed via Nuget. The short answer is, it is possible, but it does not work … Continue reading
Posted in Development, Software
Tagged .net, asp.net, nuget, umbraco, visual studio, vs, vs2010
1 Comment
MacBook Pro BootCamp/Windows keyboard schema
Visual Studio 2010 + Resharper Key Description FN+ALT+[Right arrow] Go to sub types FN+ALT+[Left arrow] Go to super types ALT+SHIFT+F12 Find usages of variable CTRL+SHIFT+F11 Go to type of variable CTRL+SHIFT+R Refactor this CTRL+SHIFT+T Go to file CTRL+T Go to … Continue reading
Posted in Development, Mac, Software
Tagged bootcamp, macbook, resharper, shortcut, visual studio, vs2010
1 Comment
Visual Studio 2010 Package load errors
My Windows 7 installation on my laptop broke down, and I then had to completely reinstall Windows 7, Visual Studio etc. Besides it being a long and tedious process it seemed to go fine. But I started to get the … Continue reading
Cuda v3.2 template project using C++
Important The tutorial is missing some compilation, linker, library settings steps. However you can download the template project, it works and has everything setup. Introduction Download template project source Download executable I am a developer who has been developing software … Continue reading
Mercurial graph
This is a screenshot of the Mercurial graph, of a project that I am currently is working on. It kind of looks like a string instrument you want to play
Mercurial repository locked on network share and is never released
I have experienced this when the connection is dropped in the middle of a HG command being executed. The solution is to run the following command on the machine hosting the repository. Fire the command in the directory hosting the … Continue reading
IDrive .NET backup library
What does IDriveLibrary it do? IDrive EVS gives you 5GB of free backup space on the IDrive platform. IDrive EVS makes it possible via a kind of web http interface to upload files and more. The library I have written … Continue reading
Membase local development machine ip problem – FIXED
Membase caching stops working I struggled with Membase last night. I added NHibernate 2. level caching, Asp.net Session caching, Output caching and custom caching to some new Membase providers. It worked at first, but then suddenly nothing was cached, and … Continue reading
Membase cache item expiration issue
Membase can be used as a distributed caching platform, and best of all… it is free to use. This is from their website: Unlimited use in development and up to two nodes may be deployed for free in a production … Continue reading