opentelemetry-metrics-demo. Example about how to use OpenTelemetry metrics on a .NET app and how to visualize those metrics using Prometheus and Grafana.
73opentelemetry-tracing-demo. Example about how to use OpenTelemetry for tracing when we have a series of distributed applications communicating between them
58building-qa-app-with-openai-pinecone-and-streamlit. Building a GPT-4 Q&A app using Azure OpenAI, Pinecone and Streamlit in just a couple of hours
23building-qa-app-with-aws-bedrock-kendra-s3-and-streamlit. Building a Q&A app (powered by a LLM model) using AWS Bedrock, AWS Kendra, AWS S3 and Streamlit in just a couple of hours
17profiling-net6-api-demo. This repository contains a .NET 6 API that will be used to demonstrate how to do profiling with dotnet-trace, dotnet-dump, dotnet-counters and Visual Studio
10aws-otel-tracing-demo. Example about how to use AWS Distro for OpenTelemetry with a series of distributed .NET apps communicating between them.
8deploy-signalr-core-app-on-aws. This repository contains an example about how you can deploy a SignalR Core App on AWS.
7MyTechRamblings.Templates. A practical example about how to pack multiple .NET Core templates in a single NuGet package and use it within Visual Studio or the .NET CLI
7deploy-dotnet-lambda-with-aws-cdk. This repository contains a few examples about how you can deploy a dotnet lambda when using AWS CDK
6bootstrapping-azure-subscription-and-azdo-project-for-terraform. This repository contains a script used to bootstrap an Azure subscription and an Azure DevOps project to start deploying infrastructure as code to Azure with Terraform.
5dotnet-strategy-pattern-using-dependency-injection. This repository contains an example that shows how easy is to build a Strategy pattern using dependency injection with .NET
5modernize-wcf-app-using-corewcf. How to modernize a legacy WCF app using CoreWCF and .NET 7
4building-an-azure-devops-copilot-using-semantic-kernel-and-dotnet. Building an Azure DevOps Copilot using Semantic Kernel and Azure OpenAi GPT-4o
4building-a-dotnet-news-aggregator-site. Let's try to build a simple .NET news site aggregator using Python, Hugo and Github Actions. The result can be visit on www.dotnetramblings.com
4sonarqube-scan-inside-a-dockerfile. This repository contains a practical example about how to run the sonarqube scanner when building a docker image
3healthchecks-wcf. Library for adding a healthcheck REST endpoint on your SOAP WCF
3profiling-net6-api-on-aws-ecs-fargate-using-dotnet-monitor. This repository contains an example about how to deploy a .NET6 app with dotnet-monitor as a sidecar container on AWS ECS Fargate.
3check-nuget-packages-for-security-vulnerabilities. How to validate in your CI/CD pipeline if any NuGet package on your application contains a security vulnerability
3analyze-polly-telemetry-using-otel-metrics. Starting with version 8, Polly provides telemetry for all built-in strategies. This repository shows how to send this telemetry to Prometheus for more in-depth analysis using OpenTelemetry Metrics
3az-durable-func-async-http-api-python. A practical example about how to build an Async Http Api pattern using Python and Azure Durable Functions
2dotnet-httpclient-basic-usage-scenarios. This repository contains a series of basic C# scenarios demonstrating how to use the HttpClient functionality correctly and incorrectly.
2deploying-net-grpc-services-on-ecs-fargate. This repository contains a few examples about how you can deploy a .NET gRPC service into AWS ECS Fargate
2provisioning-an-azdo-org-with-terraform. This repository contains an example about how you could setup an Azure DevOps Team organization using the Terraform provider
2securing-netcore-webapi. NET Core Web API using ASP.NET Identity and JWT Token authorization
2mytechramblings-site-published-code. It contains the published code of mytechramblings.com blog site.
1how-to-integrate-roslyn-analyzers-with-sonarqube. How to integrate your Roslyn Analyzers with Sonarqube
1dotnetramblings-site-published-code. This repository contains the published code of dotnetramblings.com
1how-to-push-a-container-image-into-acr-using-terraform. This repository provides three available options for pushing a container image to Azure Container Registry using Terraform.
1testing-obo-flow-with-microsoft-identity-web-library. Testing an OAuth2 Obo Flow using Microsoft.Identity.Web Library
1blog-azure-static-webapp. Let's deploy my blog on Azure Static WebApps.
1tf-azuredevops-pipelines-provisioner. This repository contains a Terraform provider to create builds on classic mode with Azure DevOps. It creates opinionated builds based on a few parameters.
1building-a-multiplatform-container-image-and-deploy-it-to-ecs-fargate. Let's build a multi-platform container image that targets ARM64 and AMD64 and deploy both of them into AWS ECS Fargate
1keep-your-platform-images-updated-when-using-aws-ecr-and-azure-pipelines. How to keep your .NET platform images up to date when using AWS ECR with Azure Pipelines or any other source control platform
1building-a-csharp-enhancing-app-with-openai-and-streamlit. Building an app capable of enhancing a given csharp file from your local computer using Azure OpenAI GPT-4 and Streamlit
1azure-pipelines-examples. Trying azure pipelines YAML feature
1testing-container-vulnerability-scanners-with-azure-pipelines. This repository contains a few Azure DevOps YAML pipelines that will show you how you can use some of the most well-known container vulnerability scanners in the market right now.
1securing-graphql-api-with-aad. A practical example about how you can secure and consume a graphQL api with Azure Active Directory
1