PasswordGeneratorHelper - NuGET

PasswordGeneratorHelper What’s PasswordGeneratorHelper? Password Generator Helper - Do you need one or more RANDOM PASSWORD? This NuGET can help you! During the last weekend, I released a new NuGET. This NuGET can help you when you need a random password. I wrote the code with netstandard2.1, so you can add this NuGET in your project without problems. How To Install If you want to use PasswordGeneratorHelper inside your application, you can only add the nuget in your project.

SwitchyLinkGenerator - Unofficial Nuget for switchy.io

SwitchyLinkGenerator What’s SwitchyLinkGenerator? switchy.io - Unofficial API for links Generator In the last days, I wrote this component for myself and today -after some test- I’m releasing it on Nuget. If you use switchy.io, you can generate short links from classic links. This component help you in this process. How To Use 1 PM> Install-Package SwitchyLinkGenerator In this example, I’m using this component in an Azure Function with NETCore 3.

AWS: How to Update your Credit Card

In this post, you can learn how to update your credit card inside the AWS Portal. Add new Credit Card Open AWS and Login Go To Billing Management Console Select Payment Methods Select Add a card You can select Make Default if you need Links AndreaCarratta@Linkedin BugsInCloud@YouTube BugsInCloud@TikTok DevAndreaCarratta@Instagram DevAndreaCarratta@Facebook

Azure: How to Update your Credit Card

In this post, you can learn how to update your credit card inside the Azure Portal. Add new Credit Card Open Azure Portal Select Cost Management + Billing Go to Payment methods Press + Add Now you can only complete the fields: Cardholder Name Card number Expires CVV Address line 1 Address line 2 (Optional) City State Postal Code Country/Region Click on Next and complete the registration.

Azure Function: How to disable a specific ENDPOINT via C#

Azure Function: How to disable via C# Yesterday I needed to stop a specific endpoint of my Azure Functions. We can do this operation in many different ways. In this post I show how to implement via C#. I copy and paste the Azure function code from my previous “italian” post Azure Function: Trigger al caricamento su Blob Storage and I change the code with a new attribute. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 using System.

Azure App Service Static Web Apps

Static Web Apps (Preview) Thursday 21st May - Some day ago I received a tweet notification on twitter about “Introducing App Service Static Web Apps”. but after a quick reading I felt very confused. Modern web apps are increasingly adopting static front-end design patterns with client-side processing powered by JavaScript. This paradigm requires us to think differently about how we deploy and host web apps that don’t rely on web servers and consequently require a new structure of supporting cloud resources.