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 at Converge 360.

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