Browsing Tag
csharp
85 posts
What are Generics in C#?
It’s hard to do much development in dotnet without running into generics. After all, since .NET Framework 2.0…
ASP.NET: CRON Service Worker
Introducción En este artículo veremos como crear un servicio en segundo plano que se ejecutará según un programa…
Bicep Extension Finally Arrives in Visual Studio! Here’s What You Need to Know
Bicep, the open source project used by Visual Studio Code to extend its capabilities, has finally arrived in…
ASP.NET: Autenticación OIDC Multi Tenant – Parte 2
Introducción En este post continuaremos con la creación de aplicaciones web multi-tenant, enfocándonos ahora en la parte de…
Azure WebJobs, Service Bus and Managed Identity: Lesson learned
Today I was converting some Azure webjobs to connect to Azure Service Bus using managed service identity (MSI).…