On October 9th I had the chance to talk about Azure Cost Management in the NetCoreConf 2021.
.NET
Migration from MVC to Blazor step by step – Online Talk – Jornada 10 años Asp.Net en Español
On September 23 I had the chance to talk about Migrating an existing legacy MVC application to Blazor step by step in the 10 anniversary of the ASP.net en Español community.
Azure Serverless Conf – Online Talk – Serverless Apps with Blazor WebAssembly and Azure Static Web Apps

The recipe is simple: A Blazor WebAssembly app, several Azure Functions, a class library for sharing code and an explosive combination of Github Actions deploying to an Azure Static Web App.
Continue readingAzure Summit 2021 – Online Talk – Host, deploy & scale #ASPNET Core Blazor Server

Would you like to Host, deploy & scale #ASPNET Core Blazor Server? Join me at Azure Summit 2021.
Continue readingV Semana Internacional de Ingenierías – Architecture of a Software Company and Workshop about XAF
On May 18th I had the chance to talk about the Architecture of a Software Company in the V Semana Internacional de Ingenierías event of the Universidad Cooperativa de Colombia . We also had a Workshop about XAF where we created a LOB application from scratch.
Global Azure Latam 2021 – Online Talk – Como escalar aplicaciones de Blazor Sever con Azure SignalR Service (Spanish)
April 17th 2021
https://latinonet.online/globalazurelatam2021/
Qué es Azure SignalR Service? Qué beneficios nos trae? En esta charla nos adentraremos en las caracteristicas y configuraciones de Azure SignalR service y como usarlo para escalar nuestras aplicaciones de Blazor.
NetCoreConf 2021 – Online Talk – Mobile Blazor Bindings (Spanish)
On February 27th I had the chance to talk about Mobile Blazor Binding in the NetCoreConf 2021.
Mobile Blazor Binding and Maui – CodeGen 2021
On February 13th I had the chance to talk about Mobile Blazor Binding in the Italian Codegen 2021 Conference.
A Gentle Introduction to Blazor – Triangle .NET User Group
On February 10th I had the chance to talk about Getting Started with Blazor in the Triangle .NET User Group.
Creating a Custom Template – XAF with Win, Web and Blazor
The new XAF Blazor UI has all the community going crazy and doing all sort of cool projects. If you have read the XAF Blazor FAQ you know that:
“The wizard does not currently support the capability to add Blazor UI projects to existing XAF applications. To re-use your existing business model, platform-independent controllers and Application Model settings, attach your platform-independent modules to a new Blazor application (Add a Module in Code). Modules should be converted to .NET Standard 2.0. See the following article: How to port an XAF platform-agnostic module to .NET Standard 2.0+.”
There has been a lot of interest in this topic so we decided to create a quick video about having your XAF Win, Web and Blazor in the same solution.
You can see the video here: https://www.youtube.com/watch?v=g5xvMPm0LJI&t=
Now, let’s create a custom template that contains all platform XAF offer us.