<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tech Playground - Software Development &amp; Cloud Blog</title><link>https://tech.playgokids.com/</link><description>Recent content on Tech Playground - Software Development &amp; Cloud Blog</description><generator>Hugo -- 0.152.2</generator><language>en-us</language><lastBuildDate>Tue, 03 Mar 2026 00:03:03 +1000</lastBuildDate><atom:link href="https://tech.playgokids.com/index.xml" rel="self" type="application/rss+xml"/><item><title>MCP - From Development to Azure Governance Series: Part 2 - Creating MCP Server with Azure Functions</title><link>https://tech.playgokids.com/mcp-from-development-to-governance-part2-creating-mcp-with-azure-functions/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/mcp-from-development-to-governance-part2-creating-mcp-with-azure-functions/</guid><description>Build on the LunchTime MCP server from Part 1 by moving its .NET-based tools into a serverless Azure Functions app, exposing them over HTTP so MCP clients can call them as cloud-hosted tools.</description></item><item><title>MCP - From Development to Azure Governance Series: Part 1 - Exploring MCP Servers with .NET</title><link>https://tech.playgokids.com/mcp-from-development-to-governance-part1-exploring-mcp-servers-with-dotnet/</link><pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/mcp-from-development-to-governance-part1-exploring-mcp-servers-with-dotnet/</guid><description>Kick off a hands-on series where developers learn to build MCP servers in .NET, deploy them to Azure services, and manage them using Azure Governance best practices—covering everything from local development to cloud-scale management.</description></item><item><title>Deleting Foundry Agents in Bulk with C#</title><link>https://tech.playgokids.com/deleting-foundry-agents-in-bulk/</link><pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/deleting-foundry-agents-in-bulk/</guid><description>A .NET command-line tool for bulk deletion of Azure AI Foundry agents</description></item><item><title>How I Migrated from Gatsby to Hugo with AI-Powered Development</title><link>https://tech.playgokids.com/how-i-migrated-from-gatsby-to-hugo-with-ai-powered-development/</link><pubDate>Thu, 06 Nov 2025 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/how-i-migrated-from-gatsby-to-hugo-with-ai-powered-development/</guid><description>A comprehensive guide on migrating a blog from Gatsby to Hugo, leveraging Claude Sonnet in GitHub Copilot Agent Mode for automated development and troubleshooting</description></item><item><title>How Azure Static Web Apps Transformed Our Deployment Strategy by Separating Frontend and Backend</title><link>https://tech.playgokids.com/how-azure-static-web-apps-transformed-our-deployment-strategy-by-separating-frontend-and-backend/</link><pubDate>Wed, 05 Nov 2025 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/how-azure-static-web-apps-transformed-our-deployment-strategy-by-separating-frontend-and-backend/</guid><description>Learn how decoupling frontend and backend deployments with Azure Static Web Apps reduced our deployment lead time, eliminated team bottlenecks, and improved release velocity following proven DevOps patterns.</description></item><item><title>Simplifying API Design with the Repr Pattern and FastEndpoints</title><link>https://tech.playgokids.com/simplifying-api-design-repr-pattern-fast-endpoints/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/simplifying-api-design-repr-pattern-fast-endpoints/</guid><description>Learn how to build clean, performant APIs using the Repr pattern with FastEndpoints library. Complete guide with 10 practical examples covering validation, Swagger, client generation, mapping, and advanced patterns.</description></item><item><title>Mastering API Conformance: Azure API Center, Spectral Linting, and Kiota Client Generation</title><link>https://tech.playgokids.com/azure-api-center-spectral-kiota-guide/</link><pubDate>Thu, 08 May 2025 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-api-center-spectral-kiota-guide/</guid><description>Learn how to achieve API maturity with Azure API Center, automate API governance with Spectral linting, and generate strongly-typed clients with Kiota. Complete guide with practical examples.</description></item><item><title>Exploring AutoGen: The Microsoft AI Agentic Framework for Multi-Agent Applications</title><link>https://tech.playgokids.com/exploring-autogen-ai-agentic-framework/</link><pubDate>Mon, 21 Apr 2025 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/exploring-autogen-ai-agentic-framework/</guid><description>Deep dive into Microsoft&amp;#39;s AutoGen framework for building AI agents and multi-agent applications. Learn about conversational agents, workflows, and practical implementation examples.</description></item><item><title>NuGet Package Upgrade - WindowsAzure.Storage To Azure.Storage.Blobs</title><link>https://tech.playgokids.com/nuget-package-upgrade-windowsazure.storage-to-azure.storage.blobs/</link><pubDate>Sun, 16 Mar 2025 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/nuget-package-upgrade-windowsazure.storage-to-azure.storage.blobs/</guid><description>Upgrade from WindowsAzure.Storage to Azure.Storage.Blobs</description></item><item><title>Low-Fat vs High-Fat NuGet Packages: A Developer's Decision Guide</title><link>https://tech.playgokids.com/leveraging-low-fat-nuget-packages-in-net-applications/</link><pubDate>Mon, 27 Jan 2025 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/leveraging-low-fat-nuget-packages-in-net-applications/</guid><description>Learn when to choose built-in .NET features over external NuGet packages. Explore validation, dependency injection, and logging patterns with practical examples and decision-making principles.</description></item><item><title>Building Scalable Kafka Streaming Data Pipelines with Azure Functions</title><link>https://tech.playgokids.com/scalable-kafka-streaming-azure-functions/</link><pubDate>Mon, 21 Oct 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/scalable-kafka-streaming-azure-functions/</guid><description>Learn how to build production-ready Kafka streaming data pipelines using Azure Functions. Complete guide covering triggers, bindings, scaling, retry mechanisms, and best practices for event-driven architectures.</description></item><item><title>Construindo Kafka Streaming Data Pipelines com Azure Functions</title><link>https://tech.playgokids.com/kafka-streaming-pipelines-azure-functions-portuguese/</link><pubDate>Sat, 19 Oct 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/kafka-streaming-pipelines-azure-functions-portuguese/</guid><description>Construindo Kafka Streaming Data Pipelines com Azure Functions</description></item><item><title>Mastering API Deployments with APIOps</title><link>https://tech.playgokids.com/mastering-api-deployments-apiops-reactor/</link><pubDate>Tue, 17 Sep 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/mastering-api-deployments-apiops-reactor/</guid><description>Mastering API Deployments with APIOps</description></item><item><title>Como publicar API no Azure API Management utilizando APIOps</title><link>https://tech.playgokids.com/apiops-azure-api-management-portuguese/</link><pubDate>Tue, 10 Sep 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/apiops-azure-api-management-portuguese/</guid><description>Como publicar API no Azure API Management utilizando APIOps</description></item><item><title>Mastering API Deployments with APIOps</title><link>https://tech.playgokids.com/mastering-api-deployments-apiops/</link><pubDate>Sat, 07 Sep 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/mastering-api-deployments-apiops/</guid><description>Mastering API Deployments with APIOps</description></item><item><title>The parameter LinuxFxVersion has an invalid value</title><link>https://tech.playgokids.com/the-parameter-linuxfxversion-has-an-invalid-value/</link><pubDate>Sun, 11 Aug 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/the-parameter-linuxfxversion-has-an-invalid-value/</guid><description>The parameter LinuxFxVersion has an invalid value</description></item><item><title>Mastering API Deployments with API Ops: Azure DevOps vs GitHub Implementation Guide</title><link>https://tech.playgokids.com/mastering-api-deployments-api-ops-azure-devops-github/</link><pubDate>Mon, 22 Jul 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/mastering-api-deployments-api-ops-azure-devops-github/</guid><description>Complete guide to implementing API Ops with Azure API Management using both Azure DevOps and GitHub. Learn best practices for automated API deployments, configuration management, and CI/CD pipelines.</description></item><item><title>Quick Setup - Kafka Local Development environment</title><link>https://tech.playgokids.com/quick-setup-kafka-local-development-environment/</link><pubDate>Sun, 30 Jun 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/quick-setup-kafka-local-development-environment/</guid><description>Quick Setup - Kafka Local Development environment</description></item><item><title>Locking App Service to Azure Front Door via Middleware</title><link>https://tech.playgokids.com/locking-app-service-to-azure-front-door-via-middleware/</link><pubDate>Sat, 18 May 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/locking-app-service-to-azure-front-door-via-middleware/</guid><description>Locking App Service to Azure Front Door via Middleware</description></item><item><title>Global Azure Auckland 2024 - Presentation April 20th</title><link>https://tech.playgokids.com/global-azure-2024-feature-flags-azure-app-configuration/</link><pubDate>Wed, 24 Apr 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/global-azure-2024-feature-flags-azure-app-configuration/</guid><description>Global Azure Auckland 2024 - Presentation April 20th</description></item><item><title>Open Telemetry Kafka Context Propagator with .NET</title><link>https://tech.playgokids.com/open-telemetry-kafka-context-propagator-with-net/</link><pubDate>Sat, 30 Mar 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/open-telemetry-kafka-context-propagator-with-net/</guid><description>Open Telemetry Kafka Context Propagator with .NET</description></item><item><title>Unveiling OpenTelemetry on App Insights</title><link>https://tech.playgokids.com/unveiling-opentelemetry-app-insights/</link><pubDate>Mon, 25 Mar 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/unveiling-opentelemetry-app-insights/</guid><description>Unveiling OpenTelemetry on App Insights</description></item><item><title>Injecting Correlation Identifier with API Management Policy</title><link>https://tech.playgokids.com/injecting-correlation-identifier-with-api-management-policy/</link><pubDate>Sun, 18 Feb 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/injecting-correlation-identifier-with-api-management-policy/</guid><description>Injecting Correlation Identifier with API Management Policy</description></item><item><title>General-purpose container images are not the future of cloud apps</title><link>https://tech.playgokids.com/container-images-future-cloud-apps/</link><pubDate>Thu, 15 Feb 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/container-images-future-cloud-apps/</guid><description>General-purpose container images are not the future of cloud apps</description></item><item><title>Explore the Container wonders of .NET 8</title><link>https://tech.playgokids.com/explore-the-container-wonders-of-net-8/</link><pubDate>Thu, 18 Jan 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/explore-the-container-wonders-of-net-8/</guid><description>Explore the Container wonders of .NET 8</description></item><item><title>Ready To Run (R2R) to improve the performance of Azure Functions</title><link>https://tech.playgokids.com/ready-to-run-r2r-to-improve-the-performance-of-azure-functions/</link><pubDate>Thu, 11 Jan 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/ready-to-run-r2r-to-improve-the-performance-of-azure-functions/</guid><description>Ready To Run (R2R) to improve the performance of Azure Functions</description></item><item><title>IChatable Podcast - S1 E3 Marcel, Microsoft MVP, Practice Lead</title><link>https://tech.playgokids.com/ichatable-podcast-s1-e3-marcel-microsoft-mvp-practice-lead/</link><pubDate>Tue, 09 Jan 2024 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/ichatable-podcast-s1-e3-marcel-microsoft-mvp-practice-lead/</guid><description>IChatable Podcast - S1 E3 Marcel, Microsoft MVP, Practice Lead</description></item><item><title>The secrets of configuration files</title><link>https://tech.playgokids.com/secrets-configuration-files/</link><pubDate>Mon, 11 Dec 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/secrets-configuration-files/</guid><description>The secrets of configuration files</description></item><item><title>Docker Images can be generated in dotnet projects without a Dockerfile. Did you know?</title><link>https://tech.playgokids.com/docker-images-can-be-generated-in-dotnet-projects-without-a-dockerfile.-did-you-know/</link><pubDate>Fri, 03 Nov 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/docker-images-can-be-generated-in-dotnet-projects-without-a-dockerfile.-did-you-know/</guid><description>Docker Images can be generated in dotnet projects without a Dockerfile. Did you know?</description></item><item><title>Changing the Azure Function timeout duration. Did you know?</title><link>https://tech.playgokids.com/changing-the-azure-function-timeout-duration.-did-you-know/</link><pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/changing-the-azure-function-timeout-duration.-did-you-know/</guid><description>Changing the Azure Function timeout duration. Did you know?</description></item><item><title>Building robust and resilient applications with Polly</title><link>https://tech.playgokids.com/building-robust-resilient-applications-polly/</link><pubDate>Mon, 09 Oct 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/building-robust-resilient-applications-polly/</guid><description>Building robust and resilient applications with Polly</description></item><item><title>Correlation Identifier Pattern with Azure Functions Middleware</title><link>https://tech.playgokids.com/correlation-identifier-pattern-with-azure-functions-middleware/</link><pubDate>Fri, 22 Sep 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/correlation-identifier-pattern-with-azure-functions-middleware/</guid><description>Correlation Identifier Pattern with Azure Functions Middleware</description></item><item><title>Resilient Modern Apps with Polly in .NET - Retry Pattern</title><link>https://tech.playgokids.com/resilient-modern-apps-with-polly-in-net-retry-pattern/</link><pubDate>Sat, 02 Sep 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/resilient-modern-apps-with-polly-in-net-retry-pattern/</guid><description>Resilient Apps with Polly in .NET - Retry Pattern</description></item><item><title>NuGet Package Upgrade - WindowsAzure.Storage To Azure.Storage.Blobs</title><link>https://tech.playgokids.com/nuget-package-upgrade-windowsazure.storage-to-azure.storage.blobs/</link><pubDate>Sat, 19 Aug 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/nuget-package-upgrade-windowsazure.storage-to-azure.storage.blobs/</guid><description>Upgrade from WindowsAzure.Storage to Azure.Storage.Blobs</description></item><item><title>Visitor Pattern with C# - Real World Tax Example</title><link>https://tech.playgokids.com/visitor-pattern-with-c%23-real-world-tax-example/</link><pubDate>Sat, 19 Aug 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/visitor-pattern-with-c%23-real-world-tax-example/</guid><description>Visitor Pattern with C# - Real World Tax Example</description></item><item><title>Out-Of-Process Azure Functions with Fluent Validation</title><link>https://tech.playgokids.com/out-of-process-azure-functions-with-fluent-validation/</link><pubDate>Wed, 02 Aug 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/out-of-process-azure-functions-with-fluent-validation/</guid><description>Out-Of-Process Azure Functions with Fluent Validation</description></item><item><title>Messaging with MassTransit and Azure Service Bus in .NET 7</title><link>https://tech.playgokids.com/messaging-with-masstransit-and-azure-service-bus-in-net-7/</link><pubDate>Tue, 01 Aug 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/messaging-with-masstransit-and-azure-service-bus-in-net-7/</guid><description>Messaging with MassTransit and Azure Service Bus in .NET 7</description></item><item><title>A pragmatic approach with Clean Architecture in .NET projects - Lesson 2</title><link>https://tech.playgokids.com/a-pragmatic-approach-with-clean-architecture-in-net-projects-lesson-2/</link><pubDate>Mon, 24 Jul 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/a-pragmatic-approach-with-clean-architecture-in-net-projects-lesson-2/</guid><description>A pragmatic approach with Clean Architecture in .NET projects - Lesson 2</description></item><item><title>Messaging with MassTransit and RabbitMQ in .NET 7</title><link>https://tech.playgokids.com/messaging-with-masstransit-and-rabbitmq-in-net-7/</link><pubDate>Tue, 18 Jul 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/messaging-with-masstransit-and-rabbitmq-in-net-7/</guid><description>Messaging with MassTransit and RabbitMQ in .NET 7</description></item><item><title>Global Azure - Getting started with Data API builder for Azure Databases</title><link>https://tech.playgokids.com/data-api-builder-azure-databases/</link><pubDate>Sat, 01 Jul 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/data-api-builder-azure-databases/</guid><description>Global Azure - Getting started with Data API builder for Azure Databases</description></item><item><title>Azure Functions running in Azure Container Apps with Dapr</title><link>https://tech.playgokids.com/azure-functions-running-in-azure-container-apps-with-dapr/</link><pubDate>Tue, 13 Jun 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-functions-running-in-azure-container-apps-with-dapr/</guid><description>Azure Functions running in Azure Container Apps with Dapr</description></item><item><title>Manually trigger timer-triggered Azure Functions. Did you know?</title><link>https://tech.playgokids.com/manually-trigger-timer-triggered-azure-functions.-did-you-know/</link><pubDate>Thu, 01 Jun 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/manually-trigger-timer-triggered-azure-functions.-did-you-know/</guid><description>Manually trigger timer-triggered Azure Functions. Did you know?</description></item><item><title>Is the Azure Function response status code always HTTP 200? Did you know?</title><link>https://tech.playgokids.com/is-the-azure-function-response-status-code-always-http-200-did-you-know/</link><pubDate>Sat, 27 May 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/is-the-azure-function-response-status-code-always-http-200-did-you-know/</guid><description>Is the Azure Function response status code always HTTP 200? Did you know?</description></item><item><title>Global Azure - Reusable IaC with Azure Template Specs</title><link>https://tech.playgokids.com/reusable-iac-azure-template-specs/</link><pubDate>Wed, 17 May 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/reusable-iac-azure-template-specs/</guid><description>Global Azure - Reusable IaC with Azure Template Specs</description></item><item><title>Converting Data-Api-Builder Config to Static Web App Config</title><link>https://tech.playgokids.com/converting-data-api-builder-config-to-static-web-app-config/</link><pubDate>Thu, 11 May 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/converting-data-api-builder-config-to-static-web-app-config/</guid><description>Converting Data-Api-Builder Config to Static Web App Config</description></item><item><title>Global Azure - Presentation May 12th</title><link>https://tech.playgokids.com/global-azure-presentation-may-12th/</link><pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/global-azure-presentation-may-12th/</guid><description>Global Azure - Presentation May 12th</description></item><item><title>Global Azure on Coding Night - Presentation May 13th</title><link>https://tech.playgokids.com/global-azure-on-coding-night-presentation-may-13th/</link><pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/global-azure-on-coding-night-presentation-may-13th/</guid><description>Global Azure on Coding Night - Presentation May 13th</description></item><item><title>Running Data API Builder on Kubernetes</title><link>https://tech.playgokids.com/running-data-api-builder-on-kubernetes/</link><pubDate>Wed, 03 May 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/running-data-api-builder-on-kubernetes/</guid><description>Running Data API Builder on Kubernetes</description></item><item><title>Azure Template Specs - Part 4 - Bicep Modules</title><link>https://tech.playgokids.com/azure-template-specs-part-4-bicep-modules/</link><pubDate>Wed, 12 Apr 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-template-specs-part-4-bicep-modules/</guid><description>Azure Template Specs - Part 4 - Bicep Modules</description></item><item><title>Azure Template Specs - Part 3 - Template Links</title><link>https://tech.playgokids.com/azure-template-specs-part-3-template-links/</link><pubDate>Tue, 04 Apr 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-template-specs-part-3-template-links/</guid><description>Azure Template Specs - Part 3 - Template Links</description></item><item><title>Azure Template Specs - Part 2 - Scripting</title><link>https://tech.playgokids.com/azure-template-specs-part-2-scripting/</link><pubDate>Sun, 02 Apr 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-template-specs-part-2-scripting/</guid><description>Azure Template Specs - Part 2 - Scripting</description></item><item><title>Azure Template Specs - Part 1 - Introduction</title><link>https://tech.playgokids.com/azure-template-specs-part-1-introduction/</link><pubDate>Fri, 17 Mar 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-template-specs-part-1-introduction/</guid><description>Introduction to Azure Template Specs</description></item><item><title>A pragmatic approach with Clean Architecture in .NET projects - Lesson 1</title><link>https://tech.playgokids.com/a-pragmatic-approach-with-clean-architecture-in-net-projects-lesson-1/</link><pubDate>Mon, 13 Mar 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/a-pragmatic-approach-with-clean-architecture-in-net-projects-lesson-1/</guid><description>A pragmatic approach with Clean Architecture in .NET projects - Lesson 1</description></item><item><title>Resource provider is not registered to subscription. Did you know?</title><link>https://tech.playgokids.com/resource-provider-is-not-registered-to-subscription.-did-you-know/</link><pubDate>Mon, 27 Feb 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/resource-provider-is-not-registered-to-subscription.-did-you-know/</guid><description>Resource provider is not registered to subscription</description></item><item><title>Coding Night - Presentation March 13th</title><link>https://tech.playgokids.com/clean-architecture-dotnet-lesson-1-announcement/</link><pubDate>Thu, 23 Feb 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/clean-architecture-dotnet-lesson-1-announcement/</guid><description>Coding Night - Presentation March 13th</description></item><item><title>Azure Functions Triggers and Bindings - Part 2 - Blob storage</title><link>https://tech.playgokids.com/azure-functions-triggers-and-bindings-part-2-blob-storage/</link><pubDate>Tue, 14 Feb 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-functions-triggers-and-bindings-part-2-blob-storage/</guid><description>Azure Functions Triggers and Bindings - Part 2 - Blob storage</description></item><item><title>Upgrade strategies and tooling for .NET 7</title><link>https://tech.playgokids.com/upgrade-strategies-and-tooling-for-net-7/</link><pubDate>Tue, 31 Jan 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/upgrade-strategies-and-tooling-for-net-7/</guid><description>Upgrade strategies and tooling for .NET 7</description></item><item><title>Azure Functions Triggers and Bindings - Part 1 - Queue</title><link>https://tech.playgokids.com/azure-functions-triggers-and-bindings-part-1-queue/</link><pubDate>Wed, 11 Jan 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-functions-triggers-and-bindings-part-1-queue/</guid><description>Azure Functions Triggers and Bindings - Part 1 - Queue</description></item><item><title>Coding Night - Presentation January 23rd</title><link>https://tech.playgokids.com/upgrade-strategies-tooling-net7-announcement/</link><pubDate>Wed, 04 Jan 2023 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/upgrade-strategies-tooling-net7-announcement/</guid><description>Coding Night - Presentation January 23rd</description></item><item><title>ASP.NET Framework Migration to ASP.NET Core with YARP</title><link>https://tech.playgokids.com/aspnet-framework-migration-to-aspnet-core-with-yarp/</link><pubDate>Tue, 20 Dec 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/aspnet-framework-migration-to-aspnet-core-with-yarp/</guid><description>ASP.NET Framework Migration to ASP.NET Core with YARP</description></item><item><title>gRPC JSON Transcoding in .NET 7</title><link>https://tech.playgokids.com/grpc-json-transcoding-in-net-7/</link><pubDate>Wed, 14 Dec 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/grpc-json-transcoding-in-net-7/</guid><description>gRPC JSON Transcoding in .NET 7</description></item><item><title>.NET 7 Out-Of-Process Durable Functions, The beginning - Part 2</title><link>https://tech.playgokids.com/net-7-out-of-process-durable-functions-the-beginning-part-2/</link><pubDate>Wed, 07 Dec 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/net-7-out-of-process-durable-functions-the-beginning-part-2/</guid><description>.NET 7 Out-Of-Process Durable Functions, The beginning - Part 2</description></item><item><title>Azure Durable Functions and Patterns - Part 2</title><link>https://tech.playgokids.com/azure-durable-functions-patterns-part2/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-durable-functions-patterns-part2/</guid><description>Azure Durable Functions and Patterns - Part 2</description></item><item><title>Coding Night - Presentation Dec 5th</title><link>https://tech.playgokids.com/azure-durable-functions-patterns-part2-announcement/</link><pubDate>Tue, 29 Nov 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-durable-functions-patterns-part2-announcement/</guid><description>Coding Night - Presentation Dec 5th</description></item><item><title>.NET 6 Upgrade - Part 2 - .NET Upgrade Assistant</title><link>https://tech.playgokids.com/net-6-upgrade-part-2-net-upgrade-assistant/</link><pubDate>Fri, 25 Nov 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/net-6-upgrade-part-2-net-upgrade-assistant/</guid><description>.NET 6 Upgrade - Part 2 - .NET Upgrade Assistant</description></item><item><title>.NET 7 Out-Of-Process Durable Functions, The beginning - Part 1</title><link>https://tech.playgokids.com/net-7-out-of-process-durable-functions-the-beginning-part-1/</link><pubDate>Wed, 23 Nov 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/net-7-out-of-process-durable-functions-the-beginning-part-1/</guid><description>.NET 7 Out-Of-Process Durable Functions, The beginning - Part 1</description></item><item><title>Azure Durable Functions and Patterns - Part 1</title><link>https://tech.playgokids.com/azure-durable-functions-patterns-part1/</link><pubDate>Mon, 21 Nov 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-durable-functions-patterns-part1/</guid><description>Azure Durable Functions and Patterns - Part 1</description></item><item><title>.NET 6 Upgrade - Part 1 - Port Assistant</title><link>https://tech.playgokids.com/net-6-upgrade-part-1-port-assistant/</link><pubDate>Mon, 07 Nov 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/net-6-upgrade-part-1-port-assistant/</guid><description>.NET 6 Upgrade - Part 1 - Port Assistant</description></item><item><title>Coding Night - Presentation Nov 21st</title><link>https://tech.playgokids.com/azure-durable-functions-patterns-part1-announcement/</link><pubDate>Fri, 21 Oct 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-durable-functions-patterns-part1-announcement/</guid><description>Coding Night - Presentation Nov 21st</description></item><item><title>SOLID Design Principles in C#</title><link>https://tech.playgokids.com/solid-design-principles-csharp/</link><pubDate>Fri, 21 Oct 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/solid-design-principles-csharp/</guid><description>SOLID Design Principles in C#</description></item><item><title>Aggregator Pattern - Part 7 - Azure Durable Functions</title><link>https://tech.playgokids.com/aggregator-pattern-part-7-azure-durable-functions/</link><pubDate>Sat, 08 Oct 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/aggregator-pattern-part-7-azure-durable-functions/</guid><description>Aggregator Pattern - Part 7 - Azure Durable Functions</description></item><item><title>Human Interaction - Part 6 - Azure Durable Functions</title><link>https://tech.playgokids.com/human-interaction-part-6-azure-durable-functions/</link><pubDate>Tue, 27 Sep 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/human-interaction-part-6-azure-durable-functions/</guid><description>Human Interaction - Part 6 - Azure Durable Functions</description></item><item><title>SOLID Design Principles in C# - Part 5 - Dependency Inversion</title><link>https://tech.playgokids.com/solid-design-principles-in-c%23-part-5-dependency-inversion/</link><pubDate>Thu, 22 Sep 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/solid-design-principles-in-c%23-part-5-dependency-inversion/</guid><description>SOLID Design Principles in C# - Part 5 - Dependency Inversion</description></item><item><title>SOLID Design Principles in C# - Part 4 - Interface Segregation</title><link>https://tech.playgokids.com/solid-design-principles-in-c%23-part-4-interface-segregation/</link><pubDate>Sat, 17 Sep 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/solid-design-principles-in-c%23-part-4-interface-segregation/</guid><description>SOLID Design Principles in C# - Part 4 - Interface Segregation</description></item><item><title>SOLID Design Principles in C# - Part 3 - Liskov Substitution</title><link>https://tech.playgokids.com/solid-design-principles-in-c%23-part-3-liskov-substitution/</link><pubDate>Tue, 13 Sep 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/solid-design-principles-in-c%23-part-3-liskov-substitution/</guid><description>SOLID Design Principles in C# - Part 3 - Liskov Substitution</description></item><item><title>Coding Night - Presentation Oct 17th</title><link>https://tech.playgokids.com/solid-design-principles-csharp-announcement/</link><pubDate>Tue, 06 Sep 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/solid-design-principles-csharp-announcement/</guid><description>Coding Night - Presentation Oct 17th</description></item><item><title>Monitor Pattern - Part 5 - Azure Durable Functions</title><link>https://tech.playgokids.com/monitor-pattern-part-5-azure-durable-functions/</link><pubDate>Mon, 05 Sep 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/monitor-pattern-part-5-azure-durable-functions/</guid><description>Monitor Pattern - Part 5 - Azure Durable Functions</description></item><item><title>SOLID Design Principles in C# - Part 2 - Open-Closed</title><link>https://tech.playgokids.com/solid-design-principles-in-c%23-part-2-open-closed/</link><pubDate>Sun, 28 Aug 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/solid-design-principles-in-c%23-part-2-open-closed/</guid><description>SOLID Design Principles in C# - Part 2 - Open-Closed</description></item><item><title>SOLID Design Principles in C# - Single Responsibility</title><link>https://tech.playgokids.com/solid-design-principles-in-c%23-single-responsibility/</link><pubDate>Sat, 27 Aug 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/solid-design-principles-in-c%23-single-responsibility/</guid><description>SOLID Design Principles in C# - Single Responsibility</description></item><item><title>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 5 - Deploy</title><link>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-5-deploy/</link><pubDate>Fri, 12 Aug 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-5-deploy/</guid><description>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 5 - Deploy</description></item><item><title>gRPC with protobuf-net in .NET 6</title><link>https://tech.playgokids.com/grpc-with-protobuf-net-in-net-6/</link><pubDate>Thu, 21 Jul 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/grpc-with-protobuf-net-in-net-6/</guid><description>gRPC with protobuf-net in .NET 6</description></item><item><title>Azure Functions with Fluent Validation</title><link>https://tech.playgokids.com/azure-functions-with-fluent-validation/</link><pubDate>Tue, 12 Jul 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-functions-with-fluent-validation/</guid><description>Azure Function with Fluent Validation</description></item><item><title>Decorator Pattern with C# - Real World Tax example</title><link>https://tech.playgokids.com/decorator-pattern-with-c%23-real-world-tax-example/</link><pubDate>Mon, 27 Jun 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/decorator-pattern-with-c%23-real-world-tax-example/</guid><description>Decorator Pattern with C# - Real World Tax example</description></item><item><title>gRPC in .NET 6</title><link>https://tech.playgokids.com/grpc-in-net-6/</link><pubDate>Tue, 21 Jun 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/grpc-in-net-6/</guid><description>gRPC in .NET 6</description></item><item><title>Async HTTP APIs Pattern - Part 4 - Azure Durable Functions</title><link>https://tech.playgokids.com/async-http-apis-pattern-part-4-azure-durable-functions/</link><pubDate>Fri, 17 Jun 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/async-http-apis-pattern-part-4-azure-durable-functions/</guid><description>Async HTTP APIs Pattern - Part 4 - Azure Durable Functions</description></item><item><title>gRPC in .NET 6</title><link>https://tech.playgokids.com/grpc-in-net-6/</link><pubDate>Sat, 11 Jun 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/grpc-in-net-6/</guid><description>gRPC in .NET 6</description></item><item><title>Coding Night - Presentation June 20th</title><link>https://tech.playgokids.com/grpc-net6-announcement/</link><pubDate>Tue, 07 Jun 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/grpc-net6-announcement/</guid><description>Coding Night - Presentation June 20th</description></item><item><title>Difference between IEnumerable, ICollection, IList and IQueryable. Did you know?</title><link>https://tech.playgokids.com/difference-between-ienumerable-icollection-ilist-and-iqueryable.-did-you-know/</link><pubDate>Fri, 27 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/difference-between-ienumerable-icollection-ilist-and-iqueryable.-did-you-know/</guid><description>What&amp;#39;s the difference between IEnumerable, ICollection, IList and IQueryable?</description></item><item><title>AutoMapper in .NET 6</title><link>https://tech.playgokids.com/automapper-in-net-6/</link><pubDate>Tue, 24 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/automapper-in-net-6/</guid><description>AutoMapper in .NET 6</description></item><item><title>Builder Pattern for Unit Tests with C#</title><link>https://tech.playgokids.com/builder-pattern-for-unit-tests-with-c/</link><pubDate>Tue, 24 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/builder-pattern-for-unit-tests-with-c/</guid><description>Builder Pattern for Unit Tests with C#</description></item><item><title>Auto Mapper in .NET 6</title><link>https://tech.playgokids.com/auto-mapper-in-net-6/</link><pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/auto-mapper-in-net-6/</guid><description>Auto Mapper in .NET 6</description></item><item><title>Coding Night - Presentation May 23rd</title><link>https://tech.playgokids.com/automapper-net6-announcement/</link><pubDate>Wed, 11 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/automapper-net6-announcement/</guid><description>Coding Night - Presentation May 23rd</description></item><item><title>Creating Professional Real World Azure Functions with .NET 6</title><link>https://tech.playgokids.com/creating-professional-real-world-azure-functions-with-net-6/</link><pubDate>Sun, 08 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/creating-professional-real-world-azure-functions-with-net-6/</guid><description>Creating Professional Real World Azure Functions with .NET 6</description></item><item><title>Migrating ARM Templates to BICEP</title><link>https://tech.playgokids.com/migrating-arm-templates-to-bicep/</link><pubDate>Fri, 06 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/migrating-arm-templates-to-bicep/</guid><description>Migrating ARM Templates to BICEP</description></item><item><title>Fluent Validation in .NET 6</title><link>https://tech.playgokids.com/fluent-validation-in-net-6/</link><pubDate>Tue, 03 May 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/fluent-validation-in-net-6/</guid><description>Fluent Validation in .NET 6</description></item><item><title>Global Azure on Coding Night - Presentation May 7th</title><link>https://tech.playgokids.com/global-azure-on-coding-night-presentation-may-7th/</link><pubDate>Sat, 16 Apr 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/global-azure-on-coding-night-presentation-may-7th/</guid><description>Global Azure on Coding Night - Presentation May 7th</description></item><item><title>Global Azure on Coding Night - Presentation May 5th</title><link>https://tech.playgokids.com/global-azure-on-coding-night-presentation-may-5th/</link><pubDate>Fri, 15 Apr 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/global-azure-on-coding-night-presentation-may-5th/</guid><description>Global Azure on Coding Night - Presentation May 5th</description></item><item><title>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 4 - Test</title><link>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-4-test/</link><pubDate>Thu, 14 Apr 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-4-test/</guid><description>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 4 - Test</description></item><item><title>CQRS with MediatR in .NET 6</title><link>https://tech.playgokids.com/cqrs-with-mediatr-in-net-6/</link><pubDate>Tue, 12 Apr 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/cqrs-with-mediatr-in-net-6/</guid><description>CQRS with MediatR in .NET 6</description></item><item><title>Coding Night - Presentation May 2nd</title><link>https://tech.playgokids.com/fluent-validation-net6-announcement/</link><pubDate>Wed, 06 Apr 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/fluent-validation-net6-announcement/</guid><description>Coding Night - Presentation May 2nd</description></item><item><title>New User Group Coding Night - Presentation April 11th</title><link>https://tech.playgokids.com/cqrs-mediatr-net6-announcement/</link><pubDate>Tue, 05 Apr 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/cqrs-mediatr-net6-announcement/</guid><description>New User Group Coding Night - Presentation April 11th</description></item><item><title>Fluent Validation in .NET 6</title><link>https://tech.playgokids.com/fluent-validation-in-net-6/</link><pubDate>Mon, 04 Apr 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/fluent-validation-in-net-6/</guid><description>Fluent Validation in .NET 6</description></item><item><title>CQRS with MediatR and the Microsoft dependency injection container in .NET 6</title><link>https://tech.playgokids.com/cqrs-with-mediatr-and-the-microsoft-dependency-injection-container-in-net-6/</link><pubDate>Sun, 27 Mar 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/cqrs-with-mediatr-and-the-microsoft-dependency-injection-container-in-net-6/</guid><description>Command query responsibility segregation (CQRS) with MediatR and the Microsoft dependency injection container in .NET 6</description></item><item><title>Fan out/fan in Pattern - Part 3 - Azure Durable Functions</title><link>https://tech.playgokids.com/fan-out/fan-in-pattern-part-3-azure-durable-functions/</link><pubDate>Mon, 21 Mar 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/fan-out/fan-in-pattern-part-3-azure-durable-functions/</guid><description>Fan out/fan in Pattern - Part 3 - Azure Durable Functions</description></item><item><title>CQRS with MediatR and Autofac in .NET 6</title><link>https://tech.playgokids.com/cqrs-with-mediatr-and-autofac-in-net-6/</link><pubDate>Tue, 15 Mar 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/cqrs-with-mediatr-and-autofac-in-net-6/</guid><description>Command query responsibility segregation (CQRS) with MediatR and Autofac in .NET 6</description></item><item><title>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 3 - Refactor</title><link>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-3-refactor/</link><pubDate>Tue, 08 Mar 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-3-refactor/</guid><description>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 3 - Refactor</description></item><item><title>Chaining Pattern - Part 2 - Azure Durable Functions</title><link>https://tech.playgokids.com/chaining-pattern-part-2-azure-durable-functions/</link><pubDate>Fri, 04 Mar 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/chaining-pattern-part-2-azure-durable-functions/</guid><description>Chaining Pattern - Part 2 - Azure Durable Functions</description></item><item><title>Major Components in Azure Durable Functions</title><link>https://tech.playgokids.com/major-components-in-azure-durable-functions/</link><pubDate>Tue, 01 Mar 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/major-components-in-azure-durable-functions/</guid><description>Major Components in Azure Durable Functions</description></item><item><title>Open Telemetry Exporter with .NET6</title><link>https://tech.playgokids.com/open-telemetry-exporter-with-net6/</link><pubDate>Sun, 20 Feb 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/open-telemetry-exporter-with-net6/</guid><description>Open Telemetry Exporter with .NET6</description></item><item><title>Difference between Caret (^) and Tilde (~) in package.json. Did you know?</title><link>https://tech.playgokids.com/difference-between-caret-and-tilde-~-in-package.json.-did-you-know/</link><pubDate>Wed, 16 Feb 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/difference-between-caret-and-tilde-~-in-package.json.-did-you-know/</guid><description>What&amp;#39;s the difference between a Caret and Tilde in package.json?</description></item><item><title>Open Telemetry and Azure Monitor Trace Explorer</title><link>https://tech.playgokids.com/open-telemetry-and-azure-monitor-trace-explorer/</link><pubDate>Sun, 13 Feb 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/open-telemetry-and-azure-monitor-trace-explorer/</guid><description>Open Telemetry with an Azure Monitor Trace Explorer</description></item><item><title>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 2 - Migration</title><link>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-2-migration/</link><pubDate>Wed, 09 Feb 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-2-migration/</guid><description>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 2 - Migration</description></item><item><title>Azure and .NET nested JSON sections. Did you know?</title><link>https://tech.playgokids.com/azure-and-net-nested-json-sections-did-you-know/</link><pubDate>Tue, 01 Feb 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/azure-and-net-nested-json-sections-did-you-know/</guid><description>Azure and .NET nested JSON sections. Did you know?</description></item><item><title>Integrate KeyVault Secrets with Azure Functions</title><link>https://tech.playgokids.com/integrate-keyvault-secrets-with-azure-functions/</link><pubDate>Tue, 25 Jan 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/integrate-keyvault-secrets-with-azure-functions/</guid><description>Integrate KeyVault Secrets with Azure Functions</description></item><item><title>Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 1</title><link>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-1/</link><pubDate>Sat, 15 Jan 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/convert-arm-template-to-bicep-and-deploy-with-azure-devops-part-1/</guid><description>Convert an existing ARM Template to Bicep and deploy with Azure DevOps - Part 1</description></item><item><title>Comparing .NET In-Process and Isolated Azure Functions</title><link>https://tech.playgokids.com/comparing-net-in-process-and-isolated-azure-functions/</link><pubDate>Tue, 04 Jan 2022 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/comparing-net-in-process-and-isolated-azure-functions/</guid><description>Comparing .NET In-Process and Isolated (Out-Of-Process) Azure Functions</description></item><item><title>Professional Real World Azure Functions</title><link>https://tech.playgokids.com/professional-real-world-azure-functions/</link><pubDate>Tue, 21 Dec 2021 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/professional-real-world-azure-functions/</guid><description>Microsoft Docs code examples are great for starters, but they are not always Real World examples.</description></item><item><title>Tech Blog</title><link>https://tech.playgokids.com/tech-blog/</link><pubDate>Sat, 11 Dec 2021 00:00:00 +0000</pubDate><guid>https://tech.playgokids.com/tech-blog/</guid><description>A new tech blog to keep in touch with the latest and greatest technologies</description></item></channel></rss>