Better GitHub integration and other improvements highlight the new Visual Studio 2019 Version 16.7 and first preview of v16.8, both released today. The focus on Git, a distributed source code version control system, is hardly surprising since Microsoft acquired GitHub…
Using the .Net Core Template Engine to Create Projects
Key Takeaways The .NET CLI includes a template engine, which can create new projects and project items directly from the command line. This is the “dotnet new” command.The default set of templates covers the essential project and file types you…
Automated CI/CD pipeline for .NET Core Lambda functions
You have multiple options for creating .NET Core Lambda function projects, such as using Visual Studio 2019, Visual Studio Code, and .NET Core CLI. In this post, you use .NET Core CLI. By default, .NET Core CLI doesn’t support Lambda…
Functions using AWS extensions for dotnet CLI
The trend of building AWS Serverless applications using AWS Lambda is increasing at an ever-rapid pace. Common use cases for AWS Lambda include data processing, real-time file processing, and extract, transform, and load (ETL) for data processing, web backends, internet…