Have you notice that now when create a MAUI project using the new Prism Template Pack for MAUI, you are not able to select the .NET version of your project? well, in this post I will show you how to update it. First of all, we shall create a new project using the Prism Template […]
Hosting Blazor Apps in Contabo Servers
This was a meet up for a XAF Developer Group managed by Javier Columbie, where I was talking about how to host Blazor Apps in Contabo Servers using GitHub Actions, this a Spanish content, I hope you enjoy it!!!
Meet up – Automation and CI/CD with GitHub Actions
Hi guys, I want to share with you a meetup where I was sharing my knowledge about how to get along with GitHub Repositories, using GitHub actions to automate your .net apps deployment and secure your branches to forcer users to do pull requests to your code and run pipelines to build and test your […]
Important Change in Prism Pre-Release 9.0.401-pre
Hey Prism Users, I wanted to give you a heads-up about a significant change in the latest pre-release version of Prism (9.0.401-pre). In this release, Prism has renamed the method OnAppStart to CreateWindow. You might notice this change when updating your applications, and I’m here to explain why. Prism is taking steps to align itself […]
Refit with .NET MAUI – Prism
In this article, I will show one of the most common things you will need to know when you are creating an application, how to consume API endpoints in .NET MAUI using Refit, this tutorial has been created using a Prism Template, see how in the following link. After you create your project, the firs […]
Finally, Prism.MAUI is here! – How to install it
If you are a Xamarin developer like me and you also heard a lot about the new mobile environment from Microsoft (.Net MAUI), you will like this post. Many mobile programmers who use Xamarin Forms to create applications, could use a Framework called Prism, a framework to create more maintainable applications using different design patterns […]
Using Startup class in .Net 6
One of the most important changes that we saw in the last version of .net templates for .NET 6 is that we don’t have a Startup Class anymore, everything that you’ll see is just the class Program. The project will look like this (ASP.Net Web Applications MVC). And the Program class will have this code. […]
CollectionView Masonry Style Xamarin Forms (Android)
En mas de una ocasión hemos visto este estilo para algunos Menu, en aplicaciones (tipo Pinterest) o el Menu de Opciones de Facebook, este caso vamos a crear este mismo estilo para una aplicación en Xamarin Form para nuestro Android Project. Vamos a crear nuestro proyecto (Actualmente estoy utilizando la extensión de Prism para general […]
Consumiendo Web API con Flurl
Es muy común que a la hora de crear aplicaciones móviles nos llegue la idea de poder conectarnos a alguna data proveniente de alguna base de datos u otra fuente especifica, este tipo de interacciones se hacen por medio de algún servicio web, para saber como podemos consumir un servicio web, en este tutorial vamos […]
Reproducir Videos de YouTube con Octane Video: Usando MVVM
Hace unos días me había surgido la idea de implementar videos de YouTube en Xamarin, alguien me hablo de esta librería Octane Xam Video, la misma tiene una buena documentación, pero, a la hora de implementar videos de YouTube, tiene algunos problemas, en este post, les enseñare mi solución y la forma de como implementarlo […]