News

.NET Core Support Now Part of Key AWS Coding Services

Developers working in the Amazon Web Services realm who have requested .NET Core support in some of the AWS coding tools got their wishes granted.

Cloud giant Amazon upgraded two services used for developing, building and deploying AWS applications so that those tools now support .NET. In particular, developers had inquired about the AWS tools CodeStar and CodeBuild having support for .NET Core, a lightweight, open source, modular platform used to create Web applications and services for Windows, Linux and Mac OSes.

CodeStarintroduced in April, is designed to integrate with existing IDEs and abstract some of the steps needed to build a toolchain for continuous integration/continuous deployment (CI/CD) on the AWS cloud. It comes pre-configured with a project management dashboard, an automated CD pipeline, and a Git code repository using AWS CodeCommit, AWS CodeBuild, AWS CodePipeline and AWS CodeDeploy. It also provides out-of-the-box integration with Atlassian's JIRA Software, which adds project management and issue tracking.

New .NET Core templates have been added to CodeStar, joining the initial templates available for developing Amazon EC2, AWS Elastic Beanstalk and AWS Lambda projects with the JavaScript, Java, Python, Ruby and PHP programming languages.

"Each template provisions the underlying AWS Code Services and configures an end-end continuous delivery pipeline for the targeted application using AWS CodeCommit, AWS CodeBuild, AWS CodePipeline, and AWS CodeDeploy," AWS' Tara Walker said in a blog post.

CodeBuild provides a fully managed project build service for compiling source code, testing the code and producing ready-to-deploy software packages, freeing developers from worrying about provisioning, managing and scaling their own build servers. The update now lets developers build and deploy .NET Core applications for Amazon EC2 and AWS Lambda.

"This new CodeBuild capability has enabled the addition of two new project templates in AWS CodeStar for .NET Core applications," Walker said.

"These new project templates enable you to deploy .NET Code applications to Amazon EC2 Linux Instances, and provides everything you need to get started quickly, including .NET Core sample code and a full software development toolchain," continued Walker, who added that many developers had inquired about .NET app development support.

In her post, Walker demonstrated how to use the new capabilities, noting that Visual Studio 2017 is required to leverage the new functionality, along with the AWS Toolkit for Visual Studio 2017.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube