Azure

Host your domain with Azure Public DNS zones

If you’re using Azure for other services, then it makes perfect sense to also use Azure Public DNS Zones to host your domain and manage your DNS. You’ll be building on top of the massive infrastructure that Azure already has in place to manage it’s own internal and external DNS. Create an Azure Public DNS […]

Host your domain with Azure Public DNS zones Read More »

, , ,

SendGrid Account Setup and Domain Verification with Azure DNS

If you’re wanting to send email from your application, then Sendgrid is a fantastic provider that makes it easy (and potentially free) to get up and going. Sendgrid have great documentation at https://docs.sendgrid.com/for-developers/sending-email/api-getting-started and if you’re a .NET developer, a helpful c# client at https://github.com/sendgrid/sendgrid-csharp Set up your SendGrid account To get an account set

SendGrid Account Setup and Domain Verification with Azure DNS Read More »

, , ,

Using Redis Caching in your ASP.NET Core web app

Join the mailing list to stay up to date with published articles Video Summary Welcome back! In our previous videos, we covered the installation of Ubuntu on Windows 11 and explored how to install Redis Server on that Ubuntu instance. Today, we’ll delve into a quick Blazor application that demonstrates how to read and write

Using Redis Caching in your ASP.NET Core web app Read More »

, , ,

Handling new user registration with Auth0 and ASP.NET Core 3

When creating a new site that will have users logging into it, you’ll invariably have to choose an identity provider to use. You can use the the inbuilt ASP.NET Core Identity but that has it limitation with repect to authenticating to API’s and other SSO benefits. If you choose a third party identity provider like

Handling new user registration with Auth0 and ASP.NET Core 3 Read More »

, , , , , ,

Azure Functions not showing all executions under Monitoring

I recently deployed a very simple Azure Functions 2.0 project from Visual Studio 2019 that contained a single timer triggered function. The function had a daily timer trigger and I noticed that there were gaps in the executions in the monitoring tab in the Azure portal.

Azure Functions not showing all executions under Monitoring Read More »

, , , ,

Implementing ASP.NET Core session with Redis Cache on Azure

Using Redis cache in Windows Azure to save session state for an ASP.NET Core web app is quick and easy to configure. Create your Redis Cache in Azure Firstly, if you don’t have an Azure account create a Free Azure Trial Account. Once you’re logged into your Azure account, Click the + Create a resource

Implementing ASP.NET Core session with Redis Cache on Azure Read More »

, , , ,
Scroll to Top