News

Xamarin 3 Unveiled

Tighter integration with Visual Studio among the highlights.

Xamarin, which makes it possible for developers to use C# to build applications for iOS and Android devices, is making news on several fronts today, with an acquisition and release of a new edition of its flagship product.

The bigger news is the announcement by Xamarin co-founder Nat Friedman of the release of Xamarin 3. Most of the upgrades revolve around tighter integration with Visual Studio. Friedman lists upgrades in four main areas:

  • Xamarin Designer for iOS. The designer uses the iOS Storyboard format that will be familiar to iOS developers. It's fully integrated with Xamarin Studio, the standalone IDE, and Visual Studio. Xamarin Studio also has a Mac-specific version.
  • Xamarin.Forms. This is a UI builder available as a portable class library (PCL). Xamarin.Forms pages "represent single screens within an app," Xamarin says. Connecting common controls like lists, labels and buttons to the shared C# backend code means that a developer could create a page that will display the same across a Windows Phone, iPhone and Android phone.
  • IDE Upgrades. This is where a lot of the Visual Studio integration happens. Xamarin says it has combined its iOS and Android extensions into a single Visual Studio extension; added full support for NuGet packages; published complete documentation for the .NET Base Class Libraries (for which they thank Microsoft) into Xamarin Studio; and added support for the growing F# language.
  • Code Sharing. Xamarin 3 allows developers to use Shared Projects. They enable code sharing between multiple target projects, including Xamarin applications. "They support compiler directives so that you can conditionally include platform-specific code to be compiled into a subset of the projects that are referencing the Shared Project," according to Xamarin. Shared Projects was originally a part of Visual Studio 2013 Update 2, released May 12.

Xamarin has four versions, beginning with a free Starter edition, up to $1,899/year, per platform, per developer for the Enterprise edition. Xamarin 2.0 was released Feb. 20, 2013.

The other announcement Friedman made was the acquisition of the Visual Studio Extensibility (VSX) Division of Clarius Consulting. Friedman called Clarius "...the world's foremost experts on extending Visual Studio." Some of its extensions include Visual T4, IronPython Studio, Default Browser Switcher and Debugger Canvas.

A page on the Clarius Web site said that the sale of VSX will allow the company to focus on other areas like mobile, cloud and embedded computing. Microsoft is a major Clarius customer, perhaps fueling speculation that Microsoft may still be considering an acquisition of Xamarin. As ZDNet and Redmond Magazine columnist Mary Jo Foley reports, though, there's been no movement on that front lately. The terms of the purchase were not announced.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events