Tags: Visual Studio

Free PDF download MCA Microsoft Certified Associate Azure Data Engineer Study Guide: Exam DP-203

Benjamin Perkins, Azure Data Engineer, C#

If you want to get a free copy of the Index, Table of Contents and of Chapter 1, have a look here.  Click on the READ AN EXCERPT dropdown and then select the one you would like to review.  Figure 1 illustrates how that looks like. Figure 1, how to get a free PDF copy […]

Read More →

MCA Microsoft Certified Associate Azure Data Engineer Study Guide: Exam DP-203

Benjamin Perkins, Azure Data Engineer, C#

I am proud to announce the publication of my newest book titled, “Microsoft Certified Associate Data Engineer Study Guide” for the DP-203 exam. The example data used in this book consists of my brainwaves. You can download the data and the source code for all the examples in the book on GitHub here . ADLS, […]

Read More →

Azure DevOps Visual Studio 2022 add source code

Visual Studio Benjamin Perkins

I wrote this article some years ago, it’s great to look back at things to see how we have progressed.  That’s a good reason to blog because it is a historical reference, at least from the way I experienced it.  Azure DevOps was called VSTS way back then. Configure Visual Studio Team Services in Visual […]

Read More →

Service Bus triggered Azure Function AutoComplete false, duplicates

Azure Functions Benjamin Perkins

As you read here the default setting for AutoComplete is true.  When you create a Service Bus triggered Azure Function you install an extension named Microsoft.Azure.WebJobs.Extensions.ServiceBus as shown in Figure 1. Figure 1, Service Bus Azure Function AutoComplete The NuGet package is here and the source code here.  The point of this article is explain […]

Read More →

How to install .NET 5

Benjamin Perkins C#

This release is a big deal.  Basically, all the different versions of .NET like shown in the following bullet list are merged into this one version called .NET 5. .NET Framework .NET Core .NET Standard From .NET 5 all projects can be run cross platform and cross verticals like WPF and ASP.NET. Here are some […]

Read More →