AWS Lambda for .NET Developers
This post explores the ins and outs of building AWS Lambda serverless functions with .NET Core. The focus is on the programming model, the particularities of the .NET runtime, and tooling.
A Blog About .NET and Software Development
This post explores the ins and outs of building AWS Lambda serverless functions with .NET Core. The focus is on the programming model, the particularities of the .NET runtime, and tooling.
This post looks at the implementation details of the most common ways to share code in Azure Functions.
Application Insights continues to gain in popularity for its ease of integration with .NET. In this post, I’ll explore how to get the best ROI out of the data that it collects.
Testing with serverless is different than testing a regular cloud app. Discover the best ways to test serverless functions it in this article.