Search Results for: feed
-
.NET 8 New and Efficient Way to Check IP is in Given IP Range
The .NET 8 has introduced a new type IPNetwork with a Contains method. It retruns true if the given IPAddress is part of the IP network. ... -
Async Client IP safelist for Dot NET
Here, in this post we will see, how we can get the Safe List IP addresses asynchronously and add that to configure our ActionFilterAttribute and apply ... -
Post Messages to Microsoft Teams Using Python
Most of us uses Microsoft Teams on a daily basis, and we post a lot of messages, chats, contents to the platform. However there are times ... -
Get Azure Blob Storage Blob Metadata Using PowerShell
Here we will see how you can get the metadata of each blob available in your Azure storage account using PowerShell. -
Deploy .net 6 App to Azure from Azure DevOps using Pipelines
Working with both Azure and Azure DevOps is always fun, and the possibilities of automation are endless. I have written many articles on these topics and ... -
Integrate Azure App Insights in 1 Minute to .Net6 Application
Integrating an existing Azure App Insights into your application is never been easier than this. Within a minute you can do this. I am using the ... -
Azure DevOps Service Connection with Multiple Azure Resource Group
I wanted to use the Azure DevOps same service connection to connect to multiple resource groups, so that I can use the same service connection in ... -
Reminder to a Teams Channel Using Power Automate Flow
I recently had to create a private channel in Teams and I had to update a file manually each month on a specific date as this ... -
Get Azure DevOps Sprint Capacity Using API and PostMan
I wanted to know my Sprint capacity programmatically as I need to find the average sprint capacity and the area where my team is spending ... -
Migrate or Port Your Old Legacy .NET Projects to the .NET5
If you are looking for a tool to migrate your legacy old .NET framework projects to the .NET5 version, then you are in the right place. ...