Code it Yourself...
Code it Yourself...

  • Archives
  • Categories
  • Tags
  • Events
  • About Me


  • Github RSS

  • Mode
  1. Home
  2. Events
  3. Cloning your world with Azure & Minecraft

Cloning your world with Azure & Minecraft

October 10, 20210 min read AzureDaprMinecraft

Contents

dotNET 2021: Event driven Microservices with Dapr and .NET
Overcoming Event-driven Microservices challenges with Dapr

Related Posts

  • Dapr: Reading local secrets with .NET 5 November 18, 2020

    Now that Dapr is about to hit version 1.0.0 let me show you how easy is to read secrets with a .NET 5 console application. Create a console application# 1dotnet new console -n DaprSecretSample 2cd DaprSecretSample Add a reference to the Dapr.Client library# 1dotnet add package Dapr.Client --prerelease Create a Secret...

    Read More
  • Kubernetes NGINX ingress controller with Dapr April 5, 2020

    In this post I’ll show you how to expose your “Daprized” applications using and NGINX ingress controller. Prerequistes# A working kubernetes cluster with Dapr installed. If you need instructions please find them here Deploy an application to your Kubernetes cluster# I’ll be using a simple Azure Function I created back...

    Read More
  • Reading Kubernetes Secrets with Dapr and .NET Core March 22, 2020

    Dapr is an event-driven, portable runtime for building microservices on cloud and edge. Dapr supports the fundamental features you’ll need such as: service invocation, state management, publish/subscribe messaging and since version 0.5.0 the ability to read from secret stores! This post will show you to read kubernetes...

    Read More
  • Dapr: Debugging .NET Core with Visual Studio Code February 9, 2020

    So you are new to Dapr and you are trying to understand how it works with you .NET Core application. You already tried launching your app with the Dapr CLI and then you find yourself wondering on how to debug the mix with Visual Studio Code. Well, follow this simple steps and you’ll be ready: Modify launch.json# Change...

    Read More
Profile
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me
Taxonomies
azure dotnet kubernetes devops management certifications
aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible ALL 157
2022 3 2021 15 2020 9 2019 14 2018 20 2017 33 2016 33 2015 4 2014 1 2013 2 2011 1 2010 5 2009 7
Posts
  • AKS: Simulate Spot Node Eviction
    AKS: Simulate Spot Node Eviction
    March 20, 2022
  • AKS: Disable local accounts with Terraform
    AKS: Disable local accounts with Terraform
    January 25, 2022
  • Protect your Node.js or .NET API with Azure Active Directory
    Protect your Node.js or .NET API with Azure Active Directory
    January 18, 2022
  • Azure Database for MySQL Flexible Server: Failover Test
    Azure Database for MySQL Flexible Server: Failover Test
    November 28, 2021
  • Azure Cache for Redis: Failover Test
    Azure Cache for Redis: Failover Test
    November 21, 2021
Actions
Twitter Facebook

Go back Reload Copy URL
Copyright: 2009-2022 - Carlos Mendible. All Rights Reserved.