Google’s plan to kill cookies means remove third-party cookies from Chrome hasn’t gone smoothly scrapping Federated Learning of Cohorts FLoC
Category: Tools
Start with Unity 2021
In this new post I explain how to start with Unity 2021 and the basic interaction with the Unity Editor, navigate the functions of the editor
Android debugging with Windows Subsystem
How to install Windows Subsystem for Android and debugging a new MAUI app with Android debugging with Windows Subsystem (outside US version) No emulator required!
Configure RStudio in Azure with Ubuntu
I like to explain how to configure RStudio in Azure with an Ubuntu virtual machine running a script at the startup. Quick and easy.
Azure Pipelines Error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0
Azure Pipelines Error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0. How to fix this error in pipeline on Azure DevOps
Ultimate pipeline for NuGet packages
Here I explain how to create the ultimate pipeline for NuGet packages with Azure DevOps as the end of my previous posts. Click to see it
NuGet package versioning with DevOps
In this new post, I show you how to implement a NuGet package versioning with Azure DevOps in your pipeline using semantic version number
NuGet package with Azure DevOps
Today we are going to create our own NuGet package, publish it to Azure DevOps, and then consume it in our application.
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
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
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
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
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
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.
Next generation of Windows is here
Microsoft has created an event for showing the next generation of Windows is (almost) here on June 24th. Here the event to add to your calendar. After teasing the next generation of Windows during Build last week, Microsoft announced that it’ll officially unveil the new version of its operating system on June 24th at 11AM Eastern. The company has begun sending out invites to media. It’s revealed that CEO Satya Nadella and chief product officer Panos Panay will be headlining the event. The promise at Build At Build, Nadella said he’s been testing the…
Why data encryption is so important
Here why data encryption is so important to secure and encode data and uses encryption or security keys to make the data accessible
Configure CORS in API Management
I will show you how to configure CORS in the API Management Service in Azure and avoid the mistake I did when I configure this service
Working with Blazor’s component model
Welcome to Working with Blazor’s component model” post! In this new post I’ll build a simple project in Blazor and explain the basic Blazor components and interactions. Also, the source code of the project I’m going to create in this post is available on GitHub. Here the posts I wrote about Blazor that help you to learn this new technology better and faster: What is a Blazor component? First, the fundamental building blocks of Blazor applications are components, almost everything you do will directly or indirectly work with them. In…
Setting up a Blazor WebAssembly application
Setting up a Blazor WebAssembly application creates a new solution for a simple project to explore components and interactions with Blazor
How to use an Azure API Management Service
API Management creates consistent and modern API gateways for existing back-end. How to use an Azure API Management Service in a real world?
Getting started with C# and Blazor
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand Blazor
Microsoft Presenter Coach for PowerPoint
Microsoft Presenter Coach for PowerPoint can now help you practice presentations almost anywhere — no humans required
Create View Components in ASP.NET Core
In this post, I want to show how creating View Components in ASP.NET Core is simple and powerful and allows us to have reusable components.
Authentication in ShinyProxy with IdentityServer
In this post I explain how to use the authentication in ShinyProxy with IdentityServer and set up roles for each application.
Customize your pipeline in Azure DevOps
In this post I show how to customize your pipeline and other external files in Azure DevOps using variables from the Library