All Blog Posts (20 results)

Title Body Modified Category / Keywords
Create an Project in Visual Studio

This is part of my blog seriesCreating an App in Azure.

In this step, we will open Visual Studio for the first ti

Friday, 14 November 2025
21:29
Azure
Development
Import a Table into Azure Data Storage

This is part of my blog series Creating an App in Az

Friday, 14 November 2025
11:26
Azure
Development
Create a table in Azure Data Storage

This is part of my blog series Creating an App in Azure.

Friday, 14 November 2025
11:05
Azure
Development
Creating an App Service

This is part of my blog series Creating an App in Azure.

One of the steps is creating an App Service to host your website. In the past, you would have a web server some

Thursday, 13 November 2025
22:27
Azure
Development
Creating an App in Azure

I need to make blog entries about all the different elements that I am using in Azure. I will be creating YouTube videos as well to show the details. This post is about App Services. In the old days, you would create your website using whatever tools, and then you would either get a free hosting

Thursday, 13 November 2025
21:51
Azure
Development
Resource Groups

This is part of my blog series Creating an App in Azure.

Nearly every resource you create in Azure is going to be contained in a resource group. These are containers that

Thursday, 13 November 2025
21:41
Azure
Development
Displaying multiline fields in MVC

So I learned a few things, wanted to document them real quick. I often have multiline text fields, such as "Notes". I want to show them in the Details page with the line returns.

If my Notes are in HTML:

Use Html.Raw on the Details page, that will display all HTML properly formatted

Tuesday, 11 November 2025
16:15
Azure
Development, CSS
Creating a Project in Visual Studio Part II

Creating a Project in Visual Studio Part I

Monday, 10 November 2025
20:31
Azure
Development
Deploying cigardoug.net

I have replaced douglasweb.com with cigardoug.net. Because of email limitations, I can't just put douglasweb.com into Azure, I have to use redirects just like researchlodge.org. But it's not too bad. At least my blog is live and I can uploaded images, so I can start tracking my work better. I am

Monday, 10 November 2025
20:29
Azure
Development
Testing Images

Let us pull in an image.

Thursday, 06 November 2025
13:01
Masonry
Expert
My first Blog entry

Buckle your seatbelts!

This is going to be a wild ride.
I am not sure what this is going to look like.
I have to just build something, and see what the hell happens.
Here we go! Not sure what to do.


Thursday, 06 November 2025
11:22
Wild
Blog
I am learning about App Services in Azure

So, this is my new blog. I built it from scratch using Visual Studio 2022 Community. It is an ASP.NET CORE using MVC, and I have deployed it in Azure using App Services. One of the things I want to document in my blog is how all these things work together, so I have a record of how I built them.

Wednesday, 05 November 2025
21:42
Development
Azure, Web Development
Naming Conventions

This post is about Naming Conventions. I haven't decided yet if I am going to keep my Wiki from my current site, www.douglasweb.com, so some of my blog post

Wednesday, 05 November 2025
21:42
Development
Azure
Create Blob Storage for Flags

I am in the middle of importing my lists from SharePoint to Azure for researchlodge.org, it's going really well. Now I need to do my first Blob storage, I am starting with Flags, because several lists will use the Flag images. That is a simple thing to focus on. I already built out a Blog storage

Wednesday, 05 November 2025
21:42
Azure
Development
Visual Studio Authentication

I need to come back and flesh this out, step by step. But it's really exciting. I also had a major breakthrough with authentication, and I think I FINALLY have a grasp on it:


  • Use Microsoft Identity Platform to sign in users.
  • Use "AllowAnonymous" and "Authorize" a
Wednesday, 05 November 2025
21:42
Azure
Development, Authentication
DNS Configuration

Wednesday, 05 November 2025
21:42
Azure
Development, DNS
Email forwarding with Brevo and Azure

This post captures in short form the steps to handle email forwarding in Azure, to allow me to move away from cPanel and Namecheap. Blog is not cooperating, so I have a tiny little window to work with.

  • Set up a Custom Domain and DNS Zone in Azure.
  • Create a Brevo account.
Wednesday, 05 November 2025
21:42
Azure
Development, Email
Research has deployed, working on CigarDoug

It has been an eventful couple of weeks, I keep reminding myself to blog to keep track of all my progress. Virginia Research Lodge has finally gone live: 

Wednesday, 05 November 2025
21:42
Azure
SharePoint, DeMolay, Chevalier, NameCheap, cPanel, email
Using GitHub

I have a working version of my blog now, even though I don't have pictures and other things completely worked out. But I wanted to start documenting the things I am already doing, to ensure I don't forget to write about them. So this is going to be kind of like a Wiki, I don't know. Maybe I will

Wednesday, 05 November 2025
21:42
Azure
Git, GitHub, Projects, Development
Categories

I just created a Categories list so new blogs will show a dropdown. This is so cool to see.  This is what the code looks like:


            Pageable<TableEntity> queryResultsFilter = GetQuery();
            v
Wednesday, 05 November 2025
21:42
Azure
Code