Extended Validation (EV) Code Signing Certificates with Azure Key Vault and digicert
In a previous post, I showed you how to Setup Code Signing Certificates in Azure Key Vault. In this post, I will show you how to create an Extended Validati...
In a previous post, I showed you how to Setup Code Signing Certificates in Azure Key Vault. In this post, I will show you how to create an Extended Validati...
When you use the Azure Key Vault SDK, you can create, read, update, and delete secrets. In this post, you will learn how to update a secret and its properti...
The book’s title should be Software Architecture with Azure, C# 9, and .NET since the book focuses on the Microsoft stack and development tools.
When using Google or Bing Maps to lookup an address or point of interest, both display address suggestions in a user-friendly way. In the example below, I ty...
Yesterday I updated the Contacts to .NET 5. Now the process was pretty easy, you can watch the video here, however once published to Azure App Service I got...
Update November 5th, 2020 Thanks to Rolf Kristensen, one of the NLog maintainers, and some debugging, I came up with another solution!
In this post, I’m going to walk through how you authenticate and use an API that is secured with Azure Active Directory using React Native and the Microsoft ...
I got bit by the dependency injection bug a few months ago and want to use it when I can, and it makes sense. Within a month or so of writing this post, Azur...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been b...
If you’ve done much with Azure Functions and the Event Grid triggers, you’ve probably come across the post ‘Azure Function Event Grid Trigger Local Debugging...
In this post, we’ll walk through how you can use Azure Key Vault to secure sensitive settings in Azure Functions. If you don’t have a Key Vault setup, I cove...
In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at w...
Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identit...
Hello, Microsoft identity platform!
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “appl...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
Let’s take a look at how you can set up and configure Azure Key Vault to store Code Signing Certificates
Well, it’s more than a boat is a cruise ship, the Norwegian Cruise Lines Escape. We will be departing from Miami with port stops in Falmouth (Jamaica); Georg...
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
In my previous post where I talk about the Visual Studio Online with Microsoft Azure MSDN benefits, I talk about why you can not add Visual Studio Online to...
I don’t know about you but when I watched the Visual Studio launch earlier this week I was really excited about some of the cool new features added. The firs...
This Part 4 of a series of posts about my “upgrade” to Windows Azure. Next up in the series is customizing the Windows Azure Web Site.
This Part 3 of a series of posts about my “upgrade” to Windows Azure. Next up in the series is creating the Windows Azure Web Site.
This Part 2 of a series of posts about my “upgrade” to Windows Azure. Next up in this series is the Windows Azure Management Portal. It can be accessed dire...
This Part 1 of a series of posts about my “upgrade” to Windows Azure.
A few weeks ago, I embarked on a task to move one of my sites from a traditional hosting provider to Windows Azure Web Sites. I did this for a few reasons an...
This book is broken up into three parts. In the first part, the author defines what software architecture is and what makes a good architecture. The seco...
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
Since I got bitten by the CI/CD bug, I’ve been looking at ways to clean up some code-bases and make it easier to deploy and store less unneeded files in my r...
Well, it’s more than a boat is a cruise ship, the Norwegian Cruise Lines Escape. We will be departing from Miami with port stops in Falmouth (Jamaica); Georg...
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
For the past 5+ years, I’ve had a few different sites hosted at Discount ASP.NET, this site being one of them. Recently, Discount ASP.NET released a new prod...
This post will go over implementing the foursquare Autocomplete jQuery plugin. In the upcoming days (weeks) I will have a few blog posts on using the foursqu...
The jQuery Mobile framework has a list view widget that displays unordered lists in several different ways. In the process of converting the Microsoft Global...
Building upon my previous post Introduction to jQuery Mobile, I wanted to share how I converted the Microsoft Global MVP Summit mobile site to use jQuery Mob...
In my previous post, Using the Bing Maps Web Services for Geocoding Addresses, I talk about geocoding addresses using the Bing Maps Web Services. Now it is t...
For the MVPSummitEvents and Mix10Events site, I wanted to create a map of all of the events listed on the site. In order to do that I needed to Geocode all o...
{:target=”_blank”}feeds let you share your and/or import your events that are stored in Sitefinity. Here is a library that will let you generate an iCal fee...
Download RandomGCContent
The Google AJAX Search API
When you use the Azure Key Vault SDK, you can create, read, update, and delete secrets. In this post, you will learn how to update a secret and its properti...
The last day few days, I have been experimenting with the LinkedIn API to send my blog posts, YouTube videos, and community updates automatically to my Linke...
While I was presenting my workshop Building and Deploying a New Cloud App from Scratch at DEVIntersections yesterday the connection to the database kept fai...
I am a Microsoft Developer Service MVP, running for a Board of Directors position on the .NET Foundation. I have been an MVP since 2008. I have spoken at mul...
You may have wanted to dabble in Parallel Programing (async/await), the Task Parallel Library (TPL), or other ways to make your application more responsive ...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
Note: This post was originally posted on the Telerik blog.
Note: This post was originally posted on the Telerik blog
Note: This post was originally posted on the Telerik blog.
The book’s title should be Software Architecture with Azure, C# 9, and .NET since the book focuses on the Microsoft stack and development tools.
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
This morning I was working on a blog post on getting started with Developer Containers. For this, I opened up Visual Studio Code and JetBrains Rider. Once I...
You may have wanted to dabble in Parallel Programing (async/await), the Task Parallel Library (TPL), or other ways to make your application more responsive ...
Note: This post was originally posted on the Telerik blog.
There was a twitter conversation around building an extension to make it easier for presenters/twitchers and others to quickly switch between settings in Vis...
Well, it’s more than a boat is a cruise ship, the Norwegian Cruise Lines Escape. We will be departing from Miami with port stops in Falmouth (Jamaica); Georg...
While the title of the book is “Practical Microsoft Visual Studio 2015”, the author, Peter Ritchie, outlines how you can use Microsoft Visual Studio to effec...
In my previous post where I talk about the Visual Studio Online with Microsoft Azure MSDN benefits, I talk about why you can not add Visual Studio Online to...
I don’t know about you but when I watched the Visual Studio launch earlier this week I was really excited about some of the cool new features added. The firs...
Yesterday I decided to re-pave my personal development machine because it was acting crazy. Since Visual Studio 2012 Update 2 came out on that day, it was a...
I am a Microsoft Developer Service MVP, running for a Board of Directors position on the .NET Foundation. I have been an MVP since 2008. I have spoken at mul...
You may have wanted to dabble in Parallel Programing (async/await), the Task Parallel Library (TPL), or other ways to make your application more responsive ...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “appl...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
Let’s take a look at how you can set up and configure Azure Key Vault to store Code Signing Certificates
Well, it’s more than a boat is a cruise ship, the Norwegian Cruise Lines Escape. We will be departing from Miami with port stops in Falmouth (Jamaica); Georg...
Tomorrow, August 11th, 2023, I will kick off my Coding with JoeG stream again and I’ll be joined by Richard Dudley. We’ll start the stream at 1pm MST/PST, 4p...
In a previous post, I covered the hardware I use for the stream. In this post, I’ll cover the software and settings to ‘produce’ the stream and artifacts. P...
Since the original ‘Stream Hardware Configuration post, I’ve changed my hardware configuration a bit. This post contains the most current hardware configura...
NOTE Since I have a new hardware configuration as outlined in ‘Stream Hardware Configuration - December 2020, I’ve updated the software configuration in the ...
As I posted about a month ago, I starting live coding sessions, aka streaming, on Twitch. This post is a ‘getting started guide’ for streaming, with a couple...
NOTE I have a new hardware configuration as outlined in ‘Stream Hardware Configuration - December 2020. Check it out!
As you start streaming more or recording videos for the future, there are few things you may want to consider to tidy things up. Here are a few things you s...
Plugins are an easy (in most cases) way to add additional functionality to your stream. Here is a collection of plugins that I use or are considering on usi...
I’m joining many other technology leaders and public speakers and starting to live code on Twitch… maybe soon to YouTube!
Tomorrow, August 11th, 2023, I will kick off my Coding with JoeG stream again and I’ll be joined by Richard Dudley. We’ll start the stream at 1pm MST/PST, 4p...
In a previous post, I covered the hardware I use for the stream. In this post, I’ll cover the software and settings to ‘produce’ the stream and artifacts. P...
Since the original ‘Stream Hardware Configuration post, I’ve changed my hardware configuration a bit. This post contains the most current hardware configura...
NOTE Since I have a new hardware configuration as outlined in ‘Stream Hardware Configuration - December 2020, I’ve updated the software configuration in the ...
As I posted about a month ago, I starting live coding sessions, aka streaming, on Twitch. This post is a ‘getting started guide’ for streaming, with a couple...
NOTE I have a new hardware configuration as outlined in ‘Stream Hardware Configuration - December 2020. Check it out!
As you start streaming more or recording videos for the future, there are few things you may want to consider to tidy things up. Here are a few things you s...
Plugins are an easy (in most cases) way to add additional functionality to your stream. Here is a collection of plugins that I use or are considering on usi...
I’m joining many other technology leaders and public speakers and starting to live code on Twitch… maybe soon to YouTube!
Tomorrow, August 11th, 2023, I will kick off my Coding with JoeG stream again and I’ll be joined by Richard Dudley. We’ll start the stream at 1pm MST/PST, 4p...
In a previous post, I covered the hardware I use for the stream. In this post, I’ll cover the software and settings to ‘produce’ the stream and artifacts. P...
Since the original ‘Stream Hardware Configuration post, I’ve changed my hardware configuration a bit. This post contains the most current hardware configura...
NOTE Since I have a new hardware configuration as outlined in ‘Stream Hardware Configuration - December 2020, I’ve updated the software configuration in the ...
As I posted about a month ago, I starting live coding sessions, aka streaming, on Twitch. This post is a ‘getting started guide’ for streaming, with a couple...
NOTE I have a new hardware configuration as outlined in ‘Stream Hardware Configuration - December 2020. Check it out!
As you start streaming more or recording videos for the future, there are few things you may want to consider to tidy things up. Here are a few things you s...
Plugins are an easy (in most cases) way to add additional functionality to your stream. Here is a collection of plugins that I use or are considering on usi...
I’m joining many other technology leaders and public speakers and starting to live code on Twitch… maybe soon to YouTube!
I’ve been working on a personal project of mine called “JosephGuadagno.NET Broadcasting”. I know a terrible name, but I’ll work on a better name when it’s re...
In this post, I’m going to walk through how you authenticate and use an API that is secured with Azure Active Directory using React Native and the Microsoft ...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been b...
In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at w...
Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identit...
Hello, Microsoft identity platform!
In a previous post, I showed you how to Setup Code Signing Certificates in Azure Key Vault. In this post, I will show you how to create an Extended Validati...
In my previous post where I talk about the Visual Studio Online with Microsoft Azure MSDN benefits, I talk about why you can not add Visual Studio Online to...
I don’t know about you but when I watched the Visual Studio launch earlier this week I was really excited about some of the cool new features added. The firs...
This Part 4 of a series of posts about my “upgrade” to Windows Azure. Next up in the series is customizing the Windows Azure Web Site.
This Part 3 of a series of posts about my “upgrade” to Windows Azure. Next up in the series is creating the Windows Azure Web Site.
This Part 2 of a series of posts about my “upgrade” to Windows Azure. Next up in this series is the Windows Azure Management Portal. It can be accessed dire...
This Part 1 of a series of posts about my “upgrade” to Windows Azure.
A few weeks ago, I embarked on a task to move one of my sites from a traditional hosting provider to Windows Azure Web Sites. I did this for a few reasons an...
While I was presenting my workshop Building and Deploying a New Cloud App from Scratch at DEVIntersections yesterday the connection to the database kept fai...
This book is broken up into three parts. In the first part, the author defines what software architecture is and what makes a good architecture. The seco...
I am a Microsoft Developer Service MVP, running for a Board of Directors position on the .NET Foundation. I have been an MVP since 2008. I have spoken at mul...
You may have wanted to dabble in Parallel Programing (async/await), the Task Parallel Library (TPL), or other ways to make your application more responsive ...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
Note: This post was originally posted on the Telerik blog.
Note: This post was originally posted on the Telerik blog
I’ve been working on a personal project of mine called “JosephGuadagno.NET Broadcasting”. I know a terrible name, but I’ll work on a better name when it’s re...
In this post, I’m going to walk through how you authenticate and use an API that is secured with Azure Active Directory using React Native and the Microsoft ...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been b...
Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identit...
Hello, Microsoft identity platform!
I’ve been working on a personal project of mine called “JosephGuadagno.NET Broadcasting”. I know a terrible name, but I’ll work on a better name when it’s re...
In this post, I’m going to walk through how you authenticate and use an API that is secured with Azure Active Directory using React Native and the Microsoft ...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been b...
Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identit...
Hello, Microsoft identity platform!
In my previous post where I talk about the Visual Studio Online with Microsoft Azure MSDN benefits, I talk about why you can not add Visual Studio Online to...
I don’t know about you but when I watched the Visual Studio launch earlier this week I was really excited about some of the cool new features added. The firs...
This Part 4 of a series of posts about my “upgrade” to Windows Azure. Next up in the series is customizing the Windows Azure Web Site.
This Part 3 of a series of posts about my “upgrade” to Windows Azure. Next up in the series is creating the Windows Azure Web Site.
This Part 2 of a series of posts about my “upgrade” to Windows Azure. Next up in this series is the Windows Azure Management Portal. It can be accessed dire...
This Part 1 of a series of posts about my “upgrade” to Windows Azure.
A few weeks ago, I embarked on a task to move one of my sites from a traditional hosting provider to Windows Azure Web Sites. I did this for a few reasons an...
In a previous post, I showed you how to Setup Code Signing Certificates in Azure Key Vault. In this post, I will show you how to create an Extended Validati...
When you use the Azure Key Vault SDK, you can create, read, update, and delete secrets. In this post, you will learn how to update a secret and its properti...
In this post, we’ll walk through how you can use Azure Key Vault to secure sensitive settings in Azure Functions. If you don’t have a Key Vault setup, I cove...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “appl...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
Let’s take a look at how you can set up and configure Azure Key Vault to store Code Signing Certificates
I’ve been working on a personal project of mine called “JosephGuadagno.NET Broadcasting”. I know a terrible name, but I’ll work on a better name when it’s re...
In this post, I’m going to walk through how you authenticate and use an API that is secured with Azure Active Directory using React Native and the Microsoft ...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Securing our applications and data is critical in this day and age. I’ve been working a lot with the new Microsoft identity platform (MSAL) library, so I d...
Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identit...
Hello, Microsoft identity platform!
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
A few months ago a published an article on a Bootstrap Theme Switcher. I’ve since approved this post and the JavaScript and turned it into a jQuery plugin. T...
UPDATE: This is now a jQuery Plugin. See the post Bootstrap Theme Switcher jQuery Plugin. While creating a Proof of Concept design for a web site I was worki...
This post will go over implementing the foursquare Autocomplete jQuery plugin. In the upcoming days (weeks) I will have a few blog posts on using the foursqu...
The jQuery Mobile framework has a list view widget that displays unordered lists in several different ways. In the process of converting the Microsoft Global...
Building upon my previous post Introduction to jQuery Mobile, I wanted to share how I converted the Microsoft Global MVP Summit mobile site to use jQuery Mob...
I’ve been using JetBrains Rider for quite some time now.
I’ve updated my plugins list for JetBrains Rider. You can find the updated list in the post My JetBrains Rider Plugins — July 2024 Edition.
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
A few months ago a published an article on a Bootstrap Theme Switcher. I’ve since approved this post and the JavaScript and turned it into a jQuery plugin. T...
UPDATE: This is now a jQuery Plugin. See the post Bootstrap Theme Switcher jQuery Plugin. While creating a Proof of Concept design for a web site I was worki...
This post will go over implementing the foursquare Autocomplete jQuery plugin. In the upcoming days (weeks) I will have a few blog posts on using the foursqu...
For the last week or so I’ve been working on modernizing the Desert Code Camp site which meant that I am basically rewriting it. Part of the rewrite...
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
Overall I enjoyed the outline and flow of this book. The author does an excellent job explaining things and makes no assumptions that the reader “knows it.”...
Since I got bitten by the CI/CD bug, I’ve been looking at ways to clean up some code-bases and make it easier to deploy and store less unneeded files in my r...
No route matches the supplied values
In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at w...
The book’s title should be Software Architecture with Azure, C# 9, and .NET since the book focuses on the Microsoft stack and development tools.
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
Overall I enjoyed the outline and flow of this book. The author does an excellent job explaining things and makes no assumptions that the reader “knows it.”...
Since I got bitten by the CI/CD bug, I’ve been looking at ways to clean up some code-bases and make it easier to deploy and store less unneeded files in my r...
No route matches the supplied values
In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at w...
Starts off with a good introduction to using Bootstrap in your ASP.NET applications. It covers the default “File | New” experience, manually added files and ...
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
A few months ago a published an article on a Bootstrap Theme Switcher. I’ve since approved this post and the JavaScript and turned it into a jQuery plugin. T...
UPDATE: This is now a jQuery Plugin. See the post Bootstrap Theme Switcher jQuery Plugin. While creating a Proof of Concept design for a web site I was worki...
This does Over the past few months, I have built quite a few sites using Twitter Bootstrap. I think it is an awesome framework for styling websites and abstr...
Starts off with a good introduction to using Bootstrap in your ASP.NET applications. It covers the default “File | New” experience, manually added files and ...
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
A few months ago a published an article on a Bootstrap Theme Switcher. I’ve since approved this post and the JavaScript and turned it into a jQuery plugin. T...
UPDATE: This is now a jQuery Plugin. See the post Bootstrap Theme Switcher jQuery Plugin. While creating a Proof of Concept design for a web site I was worki...
This does Over the past few months, I have built quite a few sites using Twitter Bootstrap. I think it is an awesome framework for styling websites and abstr...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “appl...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
Let’s take a look at how you can set up and configure Azure Key Vault to store Code Signing Certificates
First off, I love the subtitle “Your Salvation from Dependency Hell’, although NuGet does offer its own Dependency Hell sometimes.
The book’s title should be Software Architecture with Azure, C# 9, and .NET since the book focuses on the Microsoft stack and development tools.
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
Overall I enjoyed the outline and flow of this book. The author does an excellent job explaining things and makes no assumptions that the reader “knows it.”...
Since I got bitten by the CI/CD bug, I’ve been looking at ways to clean up some code-bases and make it easier to deploy and store less unneeded files in my r...
Well, it’s more than a boat is a cruise ship, the Norwegian Cruise Lines Escape. We will be departing from Miami with port stops in Falmouth (Jamaica); Georg...
GitHub Pages has deprecated the legacy worker and will be removed by the end of June 2024. The legacy worker was used to build and deploy Jekyll sites on Git...
Recently, I attended a session at DEVIntersections on Dev Containers presented by Burke Holland. Prior to attending the session, I knew of Development Contai...
I was chatting with Dave Brock (@daveabrock) about our .NET 5 presentations today (.NET 5 - What is it?). He mentioned that he wanted to “steal” my PowerPoin...
Well “dynamic-ish”. The Speaking Engagements page on this site uses data files to generate the list of upcoming and previous speaking engagements. Which gene...
TODO: I need to write this
For the last week or so I’ve been working on modernizing the Desert Code Camp site which meant that I am basically rewriting it. Part of the rewrite...
No route matches the supplied values
In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at w...
Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identit...
Hello, Microsoft identity platform!
I’ve been using JetBrains Rider for quite some time now.
I’ve updated my plugins list for JetBrains Rider. You can find the updated list in the post My JetBrains Rider Plugins — July 2024 Edition.
For the last week or so I’ve been working on modernizing the Desert Code Camp site which meant that I am basically rewriting it. Part of the rewrite...
If you’ve done much with Azure Functions and the Event Grid triggers, you’ve probably come across the post ‘Azure Function Event Grid Trigger Local Debugging...
For the past few weekends, I’ve been working rebuilding a library I wrote to make it easier to use Azure Storage. I started this library about 4 or 5 years a...
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
A few months ago a published an article on a Bootstrap Theme Switcher. I’ve since approved this post and the JavaScript and turned it into a jQuery plugin. T...
UPDATE: This is now a jQuery Plugin. See the post Bootstrap Theme Switcher jQuery Plugin. While creating a Proof of Concept design for a web site I was worki...
This post will go over implementing the foursquare Autocomplete jQuery plugin. In the upcoming days (weeks) I will have a few blog posts on using the foursqu...
I am a Microsoft Developer Service MVP, running for a Board of Directors position on the .NET Foundation. I have been an MVP since 2008. I have spoken at mul...
I was proud to participate in the Congressional App Challenge last year even though it was just to help promote it in Arizona. The Congressional App Challeng...
This blog post has been a long time coming. As a matter of fact, it has been on my Todo list for about two years. I know I am behind . While parts of ...
I’ve been using JetBrains Rider for quite some time now.
I’m excited to announce that I’ll be speaking at the following events this fall:
I’ve updated my plugins list for JetBrains Rider. You can find the updated list in the post My JetBrains Rider Plugins — July 2024 Edition.
There was a twitter conversation around building an extension to make it easier for presenters/twitchers and others to quickly switch between settings in Vis...
In a previous post, I showed you how to Setup Code Signing Certificates in Azure Key Vault. In this post, I will show you how to create an Extended Validati...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “appl...
Let’s take a look at how you can set up and configure Azure Key Vault to store Code Signing Certificates
I’ve been using JetBrains Rider for quite some time now.
I’ve updated my plugins list for JetBrains Rider. You can find the updated list in the post My JetBrains Rider Plugins — July 2024 Edition.
For the last week or so I’ve been working on modernizing the Desert Code Camp site which meant that I am basically rewriting it. Part of the rewrite...
For the past few weekends, I’ve been working rebuilding a library I wrote to make it easier to use Azure Storage. I started this library about 4 or 5 years a...
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
Since I got bitten by the CI/CD bug, I’ve been looking at ways to clean up some code-bases and make it easier to deploy and store less unneeded files in my r...
No route matches the supplied values
In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at w...
The last day few days, I have been experimenting with the LinkedIn API to send my blog posts, YouTube videos, and community updates automatically to my Linke...
You may have wanted to dabble in Parallel Programing (async/await), the Task Parallel Library (TPL), or other ways to make your application more responsive ...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
Note: This post was originally posted on the Telerik blog
I’m excited to announce that I’ll be speaking at the following events this fall:
While we hope it never happens, demo failures happen when presenting talks or doing workshops. I do not know of a speaker that has not had a demo go bad whil...
Well, it’s more than a boat is a cruise ship, the Norwegian Cruise Lines Escape. We will be departing from Miami with port stops in Falmouth (Jamaica); Georg...
I’m excited to announce that I’ll be speaking at the following events this fall:
While we hope it never happens, demo failures happen when presenting talks or doing workshops. I do not know of a speaker that has not had a demo go bad whil...
There was a twitter conversation around building an extension to make it easier for presenters/twitchers and others to quickly switch between settings in Vis...
I’m excited to announce that I’ll be speaking at the following events this fall:
While we hope it never happens, demo failures happen when presenting talks or doing workshops. I do not know of a speaker that has not had a demo go bad whil...
There was a twitter conversation around building an extension to make it easier for presenters/twitchers and others to quickly switch between settings in Vis...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “appl...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “appl...
Let’s take a look how you can build an Azure pipeline that will build your NuGet package, sign it, then deploy it to Azure Artifacts
I got bit by the dependency injection bug a few months ago and want to use it when I can, and it makes sense. Within a month or so of writing this post, Azur...
If you’ve done much with Azure Functions and the Event Grid triggers, you’ve probably come across the post ‘Azure Function Event Grid Trigger Local Debugging...
In this post, we’ll walk through how you can use Azure Key Vault to secure sensitive settings in Azure Functions. If you don’t have a Key Vault setup, I cove...
Like a lot of engineers nowadays, I use Docker for my development environment. I have a Windows 11 machine with Windows Subsystem for Linux (WSL) and I use ...
Recently, I attended a session at DEVIntersections on Dev Containers presented by Burke Holland. Prior to attending the session, I knew of Development Contai...
I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been b...
Like a lot of engineers nowadays, I use Docker for my development environment. I have a Windows 11 machine with Windows Subsystem for Linux (WSL) and I use ...
It’s July 11th, or 7/11/21 (in the U.S.), so I am bringing you 7 Windows 11 tips. See what I did there. I know, it’s corny, and really only applicabl...
Windows 11 or I am calling it right now, the Who Moved My Cheese Edition, was announced and shown to the world a few days ago. Why do you call it the Who Mov...
{:target=”_blank”}feeds let you share your and/or import your events that are stored in Sitefinity. Here is a library that will let you generate an iCal fee...
Download RandomGCContent
In my previous post, Using the Bing Maps Web Services for Geocoding Addresses, I talk about geocoding addresses using the Bing Maps Web Services. Now it is t...
For the MVPSummitEvents and Mix10Events site, I wanted to create a map of all of the events listed on the site. In order to do that I needed to Geocode all o...
In my previous post where I talk about the Visual Studio Online with Microsoft Azure MSDN benefits, I talk about why you can not add Visual Studio Online to...
I don’t know about you but when I watched the Visual Studio launch earlier this week I was really excited about some of the cool new features added. The firs...
This blog post has been a long time coming. As a matter of fact, it has been on my Todo list for about two years. I know I am behind . While parts of ...
It’s very common for myself and other Microsoft MVPs to get asked “What does it take to become a Microsoft MVP” or “I want to be a Microsoft MVP, please tell...
This blog post has been a long time coming. As a matter of fact, it has been on my Todo list for about two years. I know I am behind . While parts of ...
It’s very common for myself and other Microsoft MVPs to get asked “What does it take to become a Microsoft MVP” or “I want to be a Microsoft MVP, please tell...
With deep regret, I inform you that we will not be having a Desert Code Camp this year. There are several reasons for this. The primary reason is the facil...
I posted on Twitter today that Desert Code Camp is not happening this year. The venue that we use, Chandler-Gilbert Community College is going through some ...
It’s time to take your unit testing to the next level. You’ve implemented either NUnit, or xUnit, or MSTest in your projects. You’ve gotten your code covera...
A little bit over three years when I started at Rocket Mortgage as a Software Architect I did not know/understand how valuable the Quality Analyst (QA) or te...
In this post, I’ll show you how you can “power-up” your PowerShell shell prompt terminal window with Windows Terminal, PowerShell Core, and Oh-My-Posh to imp...
While we hope it never happens, demo failures happen when presenting talks or doing workshops. I do not know of a speaker that has not had a demo go bad whil...
In a previous post, I showed you how to Setup Code Signing Certificates in Azure Key Vault. In this post, I will show you how to create an Extended Validati...
Let’s take a look at how you can set up and configure Azure Key Vault to store Code Signing Certificates
In this post, I’ll show you how you can “power-up” your PowerShell shell prompt terminal window with Windows Terminal, PowerShell Core, and Oh-My-Posh to imp...
For the past few weekends, I’ve been working rebuilding a library I wrote to make it easier to use Azure Storage. I started this library about 4 or 5 years a...
It’s time to take your unit testing to the next level. You’ve implemented either NUnit, or xUnit, or MSTest in your projects. You’ve gotten your code covera...
For the past few weekends, I’ve been working rebuilding a library I wrote to make it easier to use Azure Storage. I started this library about 4 or 5 years a...
Update November 5th, 2020 Thanks to Rolf Kristensen, one of the NLog maintainers, and some debugging, I came up with another solution!
I got bit by the dependency injection bug a few months ago and want to use it when I can, and it makes sense. Within a month or so of writing this post, Azur...
While I am grateful for the old man bladder that woke me up at 2 am (AZ time) only to realize that my daughter was not home yet which kept me up (thank you p...
A year ago, yesterday, I went to the Emergency Room because I was getting cold sweats, and something did not feel right with my body. Well, after a few tests...
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
Since I got bitten by the CI/CD bug, I’ve been looking at ways to clean up some code-bases and make it easier to deploy and store less unneeded files in my r...
This book is broken up into three parts. In the first part, the author defines what software architecture is and what makes a good architecture. The seco...
The book’s title should be Software Architecture with Azure, C# 9, and .NET since the book focuses on the Microsoft stack and development tools.
GitHub Pages has deprecated the legacy worker and will be removed by the end of June 2024. The legacy worker was used to build and deploy Jekyll sites on Git...
In this post, I will be writing about how I used GitHub Copilot to write this post. You might be thinking that GitHub Copilot is a for writing code and you w...
Like a lot of engineers nowadays, I use Docker for my development environment. I have a Windows 11 machine with Windows Subsystem for Linux (WSL) and I use ...
Recently, I attended a session at DEVIntersections on Dev Containers presented by Burke Holland. Prior to attending the session, I knew of Development Contai...
The last day few days, I have been experimenting with the LinkedIn API to send my blog posts, YouTube videos, and community updates automatically to my Linke...
With me on the hunt for a new job, at the time of this post being authored, I have been pretty active on LinkedIn. The last day or so, I have been experiment...
Download the PowerPoint® slide at Desert Code Camp.ppt
The Google AJAX Search API
For the MVPSummitEvents and Mix10Events site, I wanted to create a map of all of the events listed on the site. In order to do that I needed to Geocode all o...
The jQuery Mobile framework has a list view widget that displays unordered lists in several different ways. In the process of converting the Microsoft Global...
The jQuery Mobile framework has a list view widget that displays unordered lists in several different ways. In the process of converting the Microsoft Global...
This post will go over implementing the foursquare Autocomplete jQuery plugin. In the upcoming days (weeks) I will have a few blog posts on using the foursqu...
For the past 5+ years, I’ve had a few different sites hosted at Discount ASP.NET, this site being one of them. Recently, Discount ASP.NET released a new prod...
A few months ago a published an article on a Bootstrap Theme Switcher. I’ve since approved this post and the JavaScript and turned it into a jQuery plugin. T...
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
A few months ago I built a jQuery plugin that uses the Twitter Bootstrap Carousel to cycle through images on Flickr. In order to use this plugin you need to ...
A little bit over three years when I started at Rocket Mortgage as a Software Architect I did not know/understand how valuable the Quality Analyst (QA) or te...
A little bit over three years when I started at Rocket Mortgage as a Software Architect I did not know/understand how valuable the Quality Analyst (QA) or te...
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
Me too, or at least I was… While the problem I was having might not be related to SendGrid exclusively, I am going to talk about the solution.
We have two great technology events taking place in the Phoenix metro area over the next two weeks, Global Azure Boot Camp and SQL Saturday.
I was proud to participate in the Congressional App Challenge last year even though it was just to help promote it in Arizona. The Congressional App Challeng...
I was proud to participate in the Congressional App Challenge last year even though it was just to help promote it in Arizona. The Congressional App Challeng...
There was a twitter conversation around building an extension to make it easier for presenters/twitchers and others to quickly switch between settings in Vis...
While we hope it never happens, demo failures happen when presenting talks or doing workshops. I do not know of a speaker that has not had a demo go bad whil...
Hello, Microsoft identity platform!
Hello, Microsoft identity platform!
For the past few weekends, I’ve been working rebuilding a library I wrote to make it easier to use Azure Storage. I started this library about 4 or 5 years a...
If you’ve done much with Azure Functions and the Event Grid triggers, you’ve probably come across the post ‘Azure Function Event Grid Trigger Local Debugging...
I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been b...
In this post, I’m going to walk through how you authenticate and use an API that is secured with Azure Active Directory using React Native and the Microsoft ...
Update November 5th, 2020 Thanks to Rolf Kristensen, one of the NLog maintainers, and some debugging, I came up with another solution!
Update November 5th, 2020 Thanks to Rolf Kristensen, one of the NLog maintainers, and some debugging, I came up with another solution!
I was chatting with Dave Brock (@daveabrock) about our .NET 5 presentations today (.NET 5 - What is it?). He mentioned that he wanted to “steal” my PowerPoin...
I was chatting with Dave Brock (@daveabrock) about our .NET 5 presentations today (.NET 5 - What is it?). He mentioned that he wanted to “steal” my PowerPoin...
Yesterday I updated the Contacts to .NET 5. Now the process was pretty easy, you can watch the video here, however once published to Azure App Service I got...
Yesterday I updated the Contacts to .NET 5. Now the process was pretty easy, you can watch the video here, however once published to Azure App Service I got...
There are so many devices that are connected to our home networks nowadays. I have multiple Amazon Fire Sticks, computers, smart TVs, mobile phones, smart ap...
There are so many devices that are connected to our home networks nowadays. I have multiple Amazon Fire Sticks, computers, smart TVs, mobile phones, smart ap...
Since I got bitten by the CI/CD bug, I’ve been looking at ways to clean up some code-bases and make it easier to deploy and store less unneeded files in my r...
When using Google or Bing Maps to lookup an address or point of interest, both display address suggestions in a user-friendly way. In the example below, I ty...
When using Google or Bing Maps to lookup an address or point of interest, both display address suggestions in a user-friendly way. In the example below, I ty...
When using Google or Bing Maps to lookup an address or point of interest, both display address suggestions in a user-friendly way. In the example below, I ty...
When using Google or Bing Maps to lookup an address or point of interest, both display address suggestions in a user-friendly way. In the example below, I ty...
When using Google or Bing Maps to lookup an address or point of interest, both display address suggestions in a user-friendly way. In the example below, I ty...
Overall I enjoyed the outline and flow of this book. The author does an excellent job explaining things and makes no assumptions that the reader “knows it.”...
.NET has been around for a while and has had many versions. We started the .NET Framework, moved into .NET Core, and now just .NET, kind of sort of . ...
Note: This post was originally posted on the Telerik blog.
Note: This post was originally posted on the Telerik blog.
Note: This post was originally posted on the Telerik blog
Note: This post was originally posted on the Telerik blog
Note: This post was originally posted on the Telerik blog
Note: This post was originally posted on the Telerik blog
Note: This post was originally posted on the Telerik blog.
In this post, I will be writing about how I used GitHub Copilot to write this post. You might be thinking that GitHub Copilot is a for writing code and you w...
In this post, I will be writing about how I used GitHub Copilot to write this post. You might be thinking that GitHub Copilot is a for writing code and you w...
I’ve been working on a personal project of mine called “JosephGuadagno.NET Broadcasting”. I know a terrible name, but I’ll work on a better name when it’s re...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately . One of the side effect...
It’s time to take your unit testing to the next level. You’ve implemented either NUnit, or xUnit, or MSTest in your projects. You’ve gotten your code covera...
While I was presenting my workshop Building and Deploying a New Cloud App from Scratch at DEVIntersections yesterday the connection to the database kept fai...
This morning I was working on a blog post on getting started with Developer Containers. For this, I opened up Visual Studio Code and JetBrains Rider. Once I...
This morning I was working on a blog post on getting started with Developer Containers. For this, I opened up Visual Studio Code and JetBrains Rider. Once I...
With me on the hunt for a new job, at the time of this post being authored, I have been pretty active on LinkedIn. The last day or so, I have been experiment...
With me on the hunt for a new job, at the time of this post being authored, I have been pretty active on LinkedIn. The last day or so, I have been experiment...
The last day few days, I have been experimenting with the LinkedIn API to send my blog posts, YouTube videos, and community updates automatically to my Linke...
GitHub Pages has deprecated the legacy worker and will be removed by the end of June 2024. The legacy worker was used to build and deploy Jekyll sites on Git...
In a previous post, I showed you how to Setup Code Signing Certificates in Azure Key Vault. In this post, I will show you how to create an Extended Validati...
In this post, I’ll show you how you can “power-up” your PowerShell shell prompt terminal window with Windows Terminal, PowerShell Core, and Oh-My-Posh to imp...
In this post, I’ll show you how you can “power-up” your PowerShell shell prompt terminal window with Windows Terminal, PowerShell Core, and Oh-My-Posh to imp...
In this post, I’ll show you how you can “power-up” your PowerShell shell prompt terminal window with Windows Terminal, PowerShell Core, and Oh-My-Posh to imp...