Recent posts

Azure Essentials: getting started with Search Services with SQL Server and ASP.NET MVC Core

In this post about the very basics of Microsoft Azure, I’ll show how to provision and use Azure’s search-as-a-service offering to index and search contents from an Azure SQL Server database. I’ll also show how to talk to the search service from an ASP.NET MVC Core application. I’m assuming you’ve already got the database for this, as well as an existing MVC app.  read full post

Azure Essentials: getting started with Cosmos DB

In this post about the very basics of Microsoft Azure, I’ll show how to use Cosmos DB to store unstructured documents in the cloud. I’ll also show how to talk to this database from an MVC Core 2 application.  read full post

Azure Essentials: getting started with Table Storage

In this post about the very basics of Microsoft Azure, I’ll show how to get started with Table Storage. The Table Storage is a key/value store for non-relational structured data. It offers especially high performance on inserts, and is a good option to use for logging.  read full post

Azure Essentials: getting started with Blob Storage

In this post about the very basics of Microsoft Azure, I’ll show how to upload and download files from a Blob Storage account using an ASP.NET MVC Core 2 application. I assume you have an existing MVC application to use.  read full post

Azure Essentials: AAD authentication on ASP.NET Core 2 MVC

In this post about the very basics of Microsoft Azure, I’ll show how to implement Azure Active Directory (AAD) authentication in an ASP.NET Core 2 MVC application. I assume you’ve got an existing AAD and MVC application for this, which we’ll tie together in this post.  read full post

Azure Essentials: publishing an ASP.NET Core 2 MVC application

In this post about the very basics of Microsoft Azure, I’ll show how to publish an ASP.NET Core 2 MVC application to the cloud. We’ll be using Visual Studio for this.  read full post

Azure Essentials: getting started with SQL Server

In this post about the very basics of Microsoft Azure, I’ll show how to provision and use an SQL Server and database in the cloud. Which is just like a regular SQL Server, except it’s in the cloud.  read full post