Mac
Run an Ubuntu VM on your Mac with a single command
I recently needed to run Linux so I could test out what Python version was installed, and how to upgrade it for some documentation I’m creating. I don’t have a spare machine to set up as a Linux box, and didn’t want to use a Raspberry Pi, I wanted a clean Ubuntu install. My …
Screen sharing a Raspberry Pi from a Mac
I’ve been playing with a Raspberry Pi for a while, and I’m getting fed up with changing the input to my monitor and using a second keyboard/mouse (yeah, yeah, 1st World Problem I know). I decided to set up a remote screen share so I can share the screen. This means I can use the same …
Creating Visual Studio project and solution templates - Part 3, VS for Mac extension
In the first part of this set of posts I looked at creating a dotnet new project template, and in the second part I showed how you could easily add this to a Visual Studio for Windows extension. Lets now look at adding it to a Visual Studio for Mac extension, so that our template is available …
Specflow support in Visual Studio for Mac
Love Specflow and Visual Studio for Mac? Well you are in luck as there is now a working extension for Visual Studio for Mac to enable full specflow support including generating feature files with syntax highlighting. It’s all open source and built upon the amazing work by Mike Jones. You can …
Opening multiple solutions in Visual Studio for Mac
One area Macs are very different to Windows PCs is in the way documents are opened. Mac apps manage documents internally instead of being able to tap a start button again and open a second instance of your app to load a new document. This means that on Windows Xamarin developers can open multiple …
Nugetizer 3000
One cool new feature in Visual Studio for Mac is the ability to create NuGet packages from your projects automatically whenever you compile. This new feature is thanks to a cool project started by Xamarin called the Nugetizer 3000 (I do love Miguel’s naming conventions). It’s really easy …
MvvmCross Extension for Visual Studio for Mac
I’ve been working to update the MvvmCross Xamarin Studio add-in to work with Visual Studio for Mac. The add-in has been updated thanks to some help from Matthew Robbins, the author of the awesome MFractor add-in, which if you don’t have you MUST get, it’s awesome. This add-in is …
Why can't all laptops use the same charger?
As the title really, why can’t all laptops use the same charger - including laptops from the same company. I’ve trvelled 45 minutes to the co-working space I’m working at only to find I’ve forgotten my MacBook Pro charger, and it’s only got 10% left. I have my Surface …
Using Visual Studio to develop Cordova apps part 2 - Creating an app
Building on the previous post in this series, I thought it would be fun to try to learn Angular.js and include this in my Cordova app. I could also do with so nice looking widgets, so I decided to have a play with TopCoat. First thing I need is an app to build. One of my current ‘First World …
Using Visual Studio to develop Cordova apps
So after yesterdays attempt to create a ‘Hello World’ app using the new Cordova tools for Visual Studio, I thought tonight I’d try again. If you haven’t heard the news, Microsoft announced a CTP of support for Cordova inside Visual Studio. Thats right, Microsoft is opening up …