Wallace B. (Wally) McClure: Single Founder vs. CoFounders in a Startup – Some things to think about

You’re a developer who has just created a great idea and then verified that a marketplace exists for it. You’ve got an idea how to create income from it business. Now the problem is, you are just you and there is still lots of stuff to do. How do you move forward now? Let’s walk through a number of these issues in my article at Visual Studio Magazine.

Details

James Montemagno: Add NuGets To All Projects In Xamarin Studio with 1 Click

I simply love Matt Ward, a wonderful developer who works on NuGet inside of Xamarin Studio. He is always blogging about all of the recent updates to NuGet in XS, so be sure to follow his blog. Matt does so much more though including an awesome add-in for Xamarin Studio to add some awesome new features when using Xamarin Studio. My favorite feature is Solution Level adding of NuGet packages. Why do I love this feature? Well because I use tons of Plugins for Xamarin (and so should you). 

Installing and Using The Add-in

To get started all you need to do is go to the Xamarin Studio Add-in Manager.

You will need to turn on the alpha channel under the Gallery tab by selecting Manage Repositories:

Then turn on Alpha Channel, Hit Close, and then Refresh the list.

You will now see the NuGet Package Manager Extensions available under IDE extensions:

With the add-in installed you can now open up your cross platform native mobile app or create a new one. Now if I want to add my Settings Plugin to all of my projects all I have to do is Right Click on your solution and you will see “Manage Packages”. 

This will bring up an older NuGet package manager (not the new fancy official one), but you can search for a NuGet and then hit Manage to select which projects you want to install them in.

There you have it, easily adding NuGet packages at a solution level to all of your projects. You will then receive all of your normal updates Xamarin Studio offers and still have access to the per platform NuGet Package Manager.

Details

Xamarin: Join Xamarin at GOTO London & GOTO Copenhagen

Highly regarded in the software development community, the GOTO Conference series of annual events has been firmly established in Europe since 2009. This year, for the first time, the UK is getting it’s own three-day conference at GOTO London 2015. GOTO London 2015 – September 16th to 18th (Workshops Sept. 15-16) Join Xamarin Developer Evangelist […]

The post Join Xamarin at GOTO London & GOTO Copenhagen appeared first on Xamarin Blog.

Details

Xamarin: Easily Automate Your Xamarin.Forms Apps

When developing mobile applications, it’s extremely time consuming and tedious to manually test your app for every new feature added or bug fixed. Of course, it’s possible to test an app’s business logic with common unit testing practices using nUnit or xUnit, but what about the user interface? How can we ensure that an application’s […]

The post Easily Automate Your Xamarin.Forms Apps appeared first on Xamarin Blog.

Details