News

Quality Is Job 1 for Azure Data Lake Tools for Visual Studio Code

An update to this VS Code extension allows for locally running and debugging code prior to pushing code to production Azure services.

Microsoft's Big Data Team has made a quality update to the Azure Data Lake Tools for Visual Studio Code, available in a July build. The latest version can be downloaded from the Visual Studio Code Marketplace or going to the VSCode Extension repo.

As th name implies, Azure Data Lake Tools for Visual Studio Code is described by Microsoft as a "a cross-platform, light-weight, and keyboard-focused authoring experience for U-SQL" projects that run on Azure Data Lake. Jenny Jiang, a program manager with the Big Data Team, in a blog post, notes that it's not one to be ignored, as it comes with a number of refinements in debugging and integration across the Azure Data Lake toolings.

"This is a quality milestone and we added local debug capability for C# code behind for window users, refined Azure Data Lake (ADLA & ADLS) integration experiences, and focused on refactoring the components and fixing bugs," writes Jiang.

Among the highlights of this update is the ability to test data locally. That capability is via a set of commands: ADL: Start Local Run Service to start the local run, and ADL: Submit Job to submit the job being tested to a local account. Job details can then be viewed using the CMD console or jobURL output window.

Debugging can also be done locally using the ADL: Start Local Run Service and pairing it with the ADL: Local Debug command.

Two more useful commands are available as well: ADL: Register Assembly through Configuration registers assemblies and assembly dependencies, and ADL: Upload File through Configuraton allows for uploading a multitude of files at the same time.

ADLT for VS Code requires an installation of VS Code with an installation of JRE 1.8.x, and the appropriate version (Linux or Mac) of Mono and .NET Core prior to obtaining and installing the extension.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. For 1105 Media, he managed MCPmag.com, Virtualization Review, and was Editor in Chief of Visual Studio Magazine and host of The .NET Insight Podcast until 2017. Contact him via his photography Web site at http://domingophoto.com.

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