News

AWS Open Sources .NET Porting Assistant GUI

After previously open sourcing components of its Porting Assistant for .NET, Amazon Web Services open sourced the tool's GUI.

AWS last July announced the Porting Assistant for .NET to scan apps and generate a .NET Core compatibility assessment, helping speed up ports to the new platform -- .NET Core and its new successor, .NET 5 -- running on Linux.

Porting Assistant for .NET
[Click on image for larger view.] Porting Assistant for .NET (source: AWS).

Previously, the cloud giant had open sourced the tool's data store and subsequently the client and the source code analyzer used by the assessment APIs. The latest component to join the open source party is PortingAssistant.UI, a package providing the source code of the porting tool's UI.

Also being outsourced was AWS UI, which provides React components for web developers. These components were used in the .NET porting tool, as it was built with React, using the Electron application framework.

"AWS UI is a collection of React components that help create intuitive, responsive, and accessible user experiences for web applications," AWS said. "AWS UI is available under the terms of the Apache 2.0 open source license. This release of AWS UI is just the first step in a larger process of creating a new open source design system. Stay tuned for future updates in this space!"

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