With all the AL code available to you in Business Central, sometimes you just need something that is not there, and it may already exist in a .NET library. If you are developing for an on-premises customer, you are able to directly use any .NET library within your AL code. This recipe will show you how to do that.
.NET interoperability
Getting ready
You're going to need an AL project to work on that's connected to a development sandbox. We're taking another break from our Television Show application for this recipe.
Download the ch3-dotnet-interop-start.zip file from the ch3/9-dotnet-interop folder in the GitHub repository at the beginning of this chapter.
Extract this ZIP file to any folder that you have access...