Bogdan Bujdea
Bogdan Bujdea

Bogdan Bujdea

Follow
homeAbout me!Sponsorbadgesnewsletter
Tag

dotnetcore

#dotnetcore

More content

Read more stories on Hashnode


Articles with this tag

Updating your Twitter banner with .NET Core

Sep 30, 20214 min read

We have our Google Analytics views, we wrote them on an image, now it's time to publish that image as a Twitter banner. Content 1. Create a Twitter...

Updating your Twitter banner with .NET Core

Adding text to an image using .NET Core

Sep 27, 20212 min read

In my previous article I showed you how to retrieve the page views from Google Analytics, now it's time to write them on an image using .NET For the...

Adding text to an image using .NET Core

/api/usertoken/GetToken 404 - Don't use a redirect URL

May 13, 20211 min read

If you get a 404 on the /api/usertoken/GetToken request and you're doing AAD authentication with Bot Framework, then most likely the problem comes...

/api/usertoken/GetToken 404 - Don't use a redirect URL

Writing a custom deserializer in .NET 5

Mar 25, 20213 min read

One of the things I miss from my XAML development days are the converters. A converter was just what the name says, a class that converts a property...

Writing a custom deserializer in .NET 5

Using the Azure Form Recognizer REST API for scanning IDs

Mar 19, 20215 min read

This month, at IGNITE, Microsoft announced a new prebuilt model for scanning documents, and that is the ability to scan Identification cards. In this...

Using the Azure Form Recognizer REST API for scanning IDs

Adding environment variables in Azure Pipelines for a dotnet Linux service

Mar 3, 20216 min read

I made around 30-40 deployments and spent over 2 hours trying to do this a few days ago, so if you've reached this article from the first page of the...

Adding environment variables in Azure Pipelines for a dotnet Linux service