dotnet
Interactuando con la IA en el mundo real
·17 words·1 min
dotnet
kubernetes
dotnet
container apps
dapr
Talk on how to use .NET, Azure Container Apps and Dapr to build modern and intellignet applications.
Modernizing your applications .NET with containers and serverless
·13 words·1 min
dotnet
kubernetes
dotnet
container apps
dapr
Use .NET, Azure Container Apps and Dapr to build modern and intellignet applications.
Create, Build, and Run .NET 7 WASM apps
·35 words·1 min
dotnet
kubernetes
dotnet
kubernetes
wasm
In this talk, we’ll look at how to create, build and run a server-side WebAssembly app in C#.
Then we’ll push the resulting WASM binary to Azure Container Registry and run the app in Kubernetes!
Protect your Node.js or .NET API with Azure Active Directory
·1404 words·7 mins
dotnet
azure
dotnet
nodejs
aad
azure active directory
One question I often get from by my customers is how to use Azure Active Directroy to protect their Node.js or .NET APIs.
Every single time I answer by redirecting them to this amazing post (Proteger una API en Node.js con Azure Active Directory), written in spanish, by my friend and peer Gisela Torres (0gis0).
dotNET 2021: Event driven Microservices with Dapr and .NET
·81 words·1 min
azure
dotnet
dapr
Microservices architectures are inherently distributed and building such solutions always bring interesting challenges to the table: resilient service invocation, distributed transactions, on-demand scaling, idempotent message processing and more.
Deploying Microservices on Kubernetes doesn’t solve these problems and Developers need to learn and use SDK’s on top of frameworks such as .NET, while building distributed Microservices architectures.
KCD 2021: Event driven Microservices with Dapr and .NET
·81 words·1 min
azure
dotnet
dapr
Microservices architectures are inherently distributed and building such solutions always bring interesting challenges to the table: resilient service invocation, distributed transactions, on-demand scaling, idempotent message processing and more.
Deploying Microservices on Kubernetes doesn’t solve these problems and Developers need to learn and use SDK’s on top of frameworks such as .NET, while building distributed Microservices architectures.
Dapr y Azure Functions
·8 words·1 min
azure
dotnet
dapr
functions
serverless
A talk (Spanish) on Dapr and Azure Functions
ASP.NET Core OpenTelemetry Logging
·361 words·2 mins
dotnet
opentelemetry
aspnetcore
As you may know I’ve been collaborating with Dapr and I’ve learned that one of the things it enables you to do is to collect traces with the use of the OpenTelemetry Collector and push the events to Azure Application Insights.
After some reading I went and check if I could also write my ASP.NET Core applications to log using the OpenTelemetry Log and Event record definition:
Dapr: Reading local secrets with .NET 5
·308 words·2 mins
dotnet
dapr
secrets
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 # dotnet new console -n DaprSecretSample cd DaprSecretSample Add a reference to the Dapr.Client library # dotnet add package Dapr.Client --prerelease Create a Secret Store component # Create a components folder and inside place a file named secretstore.yaml with the following contents:
Infrastructure as Code War
·32 words·1 min
azure
kubernetes
dotnet
netcoreconf
terraform
ansible
arm
pulumi
Let’s see how Azure ARM, Terraform, Azure Service Operator for Kubernetes and other solutions compare to each other so you can choose the right weapon to win the Infrastructure as Code War!
The k8s Workshop
·49 words·1 min
azure
kubernetes
dotnet
netcoreconf
terraform
ansible
arm
pulumi
In this workshop you’ll learn how to deploy, monitor, scale, secure and debug workloads in AKS:
Deploy an aplication. Configure monitoring and health checks for your application. Scale your application to meet demand. Enable SSL/TLS with an ingress controller. Secret Management with AKS & Keyvault. Debugging your Kubernetes application.
Managing Terraform Cloud with .NET Core
·791 words·4 mins
dotnet
terraform
terraform cloud
Today I’m going to show you how to manage Terraform Cloud with .NET Core using the Tfe.NetClient library.
The idea is to create a simple console application that will:
Add GitHub as a VCS Provider. Create a Workspace conected to a GitHub repo where your Terraform files live. Create a variable in the workspace. Create a Run (Plan) based on the Terraform files Apply the Run. Tfe.NetClient is still in alpha and not every Terraform Cloud API or feature is present. Please feel free to submit any issues, bugs or pull requests.
Programming for Kids with Microsoft MakeCode and Circuit Playground Express
·36 words·1 min
dotnet
cpx
makecode
Want to teach programming to your kids? Come and learn with Carlos Mendible and his daughter as they shows you Microsoft MakeCode to bring computer science to children using fun tutorials and Adafruit’s Circuit Playground Express.
Code Academy - Entrevista a Carlos Mendible
·75 words·1 min
azure
kubernetes
dotnet
¿Quieres conocer a un MVP desde dentro? El programa Microsoft Most Valuable Professional es un premio otorgado por Microsoft a los líderes más valiosos en las comunidades destacados como reconocimiento a su labor voluntaria en compartir sus conocimientos en la comunidad.
En este webinar con formato entrevista, Carlos Mendible, Microsoft MVP Azure & Developer Technologies, nos cuenta su trayectoria profesional, nos da sus consejos y sus puntos de vista de la situación del mercado actual.
Global Azure Virtual - Dapr
·47 words·1 min
azure
kubernetes
dotnet
Let’s learn how to use Dapr to build resilient, stateless and stateful microservices solutions that run on the cloud and edge solving the challenges you´ll face if you try to remove your applications SDK dependencies, port your applications (without code modifications) between clouds and implement event-driven architectures.
Global Azure Virtual - Shhhhh: Secrets Should Stay Secret
·87 words·1 min
azure
devops
dotnet
kubernetes
keyvault
managedidentity
A common challenge when building cloud applications is how to manage the credentials in your code for authenticating to cloud services. In this session we’ll explore how to keep your credentials safe and how you can work without saving those credentials in the developers machines and therefore avoid an accidental upload to source control.
Interfaz Podcast Episodio 139 – Conociendo Dapr con Carlos Mendible
·4 words·1 min
azure
dotnet
kubernetes
dapr
Check the podcast here
Dapr: Run Microservices in Azure without SDKs or vendor lock-in
·47 words·1 min
azure
kubernetes
dotnet
Let’s learn how to use Dapr to build resilient, stateless and stateful microservices solutions that run on the cloud and edge solving the challenges you´ll face if you try to remove your applications SDK dependencies, port your applications (without code modifications) between clouds and implement event-driven architectures.
Reading Kubernetes Secrets with Dapr and .NET Core
·640 words·4 mins
kubernetes
dotnet
dapr
secrets
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 secrets using Dapr and .NET Core:
Azure Kubernetes Service: Lessons Learned
·45 words·1 min
azure
dotnet
dapr
keyvault
managedidentity
secretmanager
This is the perfect session if you want to understand the tools, features and best practices we’ve learned from customer engagements, that will allow your enterprise to deploy, use and operate Azure Kubernetes Service (AKS) with confidence.
And here a picture taken during the session: