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
Articles about .NET, Azure, and cloud development
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
Let me start by saying that I love Appication Insights. The level of detail it gives you out of the box to monitor and troubleshoot application issues is
If you're experiencing error 0x800F0954 when trying to install .NET 2.0 and 3.5 on Windows 10, and you're in a domain environment, then a simple temporary
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
Importing CSV files into Azure SQL is quick and easy using Azure Functions.
Common url casing in your urls, in my opinion, makes your site look nicer as a whole and has significant SEO benefit to help you drive trafiic to your site.
Setting up a new website on a new server or with a different hosting provider while the existing website is still live presents some challenges.
Using Redis cache in Windows Azure to save session state for an ASP.NET Core web app is quick and easy to configure.
Microsoft have added an option to Visual Studio Code that allows you to adjust the indentation level in the folder treeview.