I’m going to explain how using biometric identification in Xamarin Forms to simplify authentication before executing certain important actions
Year: 2021
How Windows11 makes PCs faster
Windows 11, the first version of Windows developed under the leadership of Surface inventor Panos Panay is about to bring big changes to the desktop OS
This is Swift!
This is Swift! Swift is a compiled programming language for iOS, macOS, watchOS, tvOS, and Linux applications. Here’s what you need to know
Copy folders excluding files in PowerShell
Here I will give you a script to copy folders excluding files in PowerShell. This is quite useful when you want to copy your deployment folder
Microsoft will release Windows 11 on October 5th
Microsoft is announcing that Windows 11 will be released on October 5th. The operating system will be available as a free upgrade for Windows10
Is Azure CosmosDB really broken?
A flaw in Microsoft’s Azure Cosmos DB database product left more than 3,300 Azure customers open to complete unrestricted access by attackers
Connect a display to your iMac
You can connect one or more external displays depending on your Mac model. In this post I show you how to connect your monitor to an iMAC 24″
Amiga 500 Mini is on the way
A few years after the mini console boom comes the turn of another classic system – the Amiga and now the Amiga 500 is on the way again.
Universal PredicateBuilder for Expression
In this new short post, I’ll show you how to create a universal PredicateBuilder for Expression in C# to merge 2 or more expressions with Linq
Pull Docker image from ACR in pipelines
How to pull a container from Azure Container Repository without getting Denied retrieving permissions failed in Azure DevOps pipeline? Solved
Hello World using Xcode and Swift
“Hello World using Xcode and Swift” is the first post about Swift where I’m starting to create a simple but real app from the basis. Join me
Create a LogicApp to use CosmosDB
I’m going to explain how to create a LogicApp to use CosmosDB in Azure based on a common scenario. I’ll show other solution in the next posts
Starting out with Swift commands
Starting out with Swift commands is some of the things I discovered I needed to get to a place where I could contribute to projects in Swift
Getting started with Swift development
Getting started with Swift development is a quick post to give you the basis to start creating apps with your Mac but also with Windows
Configure IdentityServer for Xamarin Forms
In this new post, I explain how to configure IdentityServer for Xamarin Forms to integrate Web Authenticator using Xamarin Essentials
Windows 365 is here!
Windows 365 is here! A completely new way to use the best-selling operating system from Microsoft. Here’s how it works.
Install MAUI with Visual Studio 2022
Microsoft is talking a lot about this new technology and here I will explain how to install MAUI with Visual Studio 2022 and run a first app
Authentication in Xamarin Forms with IdentityServer
I want to start to use Visual Studio 2022 Preview and create a base Xamarin Forms project integrated with IdentityServer
Microsoft redesigns Office for Windows 11
Microsoft redesigns Office for Windows 11. Its Word, Excel, and PowerPoint apps with a new dark mode and a rounded aesthetic
Windows 11 leak reveals new UI
Today, Windows 11 leak reveals new UI, Start menu, and more for the next generation of Windows. We are waiting the Windows show on June 24th.
Create a Blazor component for Quill
Create a Blazor component for Quill allows us to easily consume Quill and place multiple instances of it on a single page in our applications
How to Export Data to Excel in Blazor
In this new post, I’m going to show how to export data to Excel in Blazor WebAssembly or Server. Creating and exporting data to Excel file is one of the frequently used feature in web apps. First, for creating an export in Excel, I will use a free library that is a NuGet package. ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API. So, you can download the full source…
Jurassic World Evolution 2 announced
Jurassic World Evolution 2 announced and is coming this year, developer Frontier Developments announced during Summer Game Fest kickoff
Write a reusable Blazor component
First part of a Blazor article series to tell how to create a reusable Blazor component that will be used in your Blazor applications
Modal Dialog component for Blazor
In this post, I explain how to implement a Modal Dialog component for Blazor WebAssembly that we can use everywhere in our application