News

Hands-On Labs Help Developers Try Out New Visual Studio for Mac 7.2 Alpha Preview

Visual Studio for Mac, building upon the previous Xamarin Studio IDE acquired by Microsoft, is out in a new preview along with hands-on labs that can help developers try out its new features.

The Visual Studio blog last week announced Visual Studio for Mac 7.2 Alpha, and its new features as listed by Microsoft include:

  • Docker containers -- Join the microservices revolution, by testing and deploying your ASP.NET Core Web apps to Docker containers. Visual Studio for Mac's Docker support lets you easily deploy to a container as well as debug projects across multiple containers. Check out the hands-on-lab below to get started!
  • Xamarin Live Player -- Get started building Xamarin mobile applications in minutes! Visit xamarin.com/live to learn how easy it is to try out mobile app development with your existing iOS or Android device and Visual Studio for Mac.
  • Azure Functions -- Build and deploy serverless code in the cloud. Functions can be accessed by mobile or server apps, scheduled or triggered, and you only pay for the time they run. Follow the hands-on-lab below to write your first Azure Function.
  • IoT projects -- Build, test, and deploy apps for Internet of Things devices. You can write IoT apps using C#, and deploy them to a Raspberry Pi, following our simple instructions.

Developers can put those new features through their paces in new hands-on labs.

Being added to the collection of existing labs are two new additions: "Deploying ASP.NET Core to a Docker Container" and "Serverless computing with Azure Functions."

"Both this week's labs just scratch the surface of the capabilities being demonstrated: Docker support enables new testing and deployment options, and Azure Functions opens up a new, easier way to interact with powerful Azure services," Microsoft's Craig Dunn said in last week's post.

Developers need to download Visual Studio for Mac and switch the IDE to the alpha channel because features such as serverless computing with Azure Functions -- which also requires installation of an extension -- are so new.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube