Searching for text in PDFs at increasing scale
Explore multiple approaches to extract and search text from PDFs at increasing scale using Python with PyPDF2, C# with iTextSharp alongside C++ and pdftotext.
Multiple authentication schemes with ASP.NET Core and Azure Active Directory
I was recently asked to add Azure Active Directory authentication to an existing ASP.NET Core application which already had two other sign in options. This became quite the challenge!