Dotnet

Generating PDF: .Net Core and Azure Web Application Paid Members Public
Using NReco library to generate PDF files on Azure Web App running .Net Core.

Custom Authorization Policy Providers in .Net Core For Checking Multiple Azure AD Security Groups Paid Members Public
Extending Azure AD Groups Role based access to support combinations of multiple groups to grant access.

Query Object Pattern and Entity Framework - Making Readable Queries Paid Members Public
Using a Query Object to contain large query criteria and iterating over the query to make it more readable.

.Net Core Web App and Azure AD Security Groups Role Based Access Paid Members Public
Use Azure AD groups to enable/disable functionality for your users based on their Roles.

Azure AD Custom Attributes and Optional Claims from an ASP.Net Application Paid Members Public
Adding and retrieving custom attributes from an Azure AD

Enable Cross-Origin Requests (CORS) in ASP.Net Web API Using CorsOptions Paid Members Public
Don't use Cors.AllowAll - Set it up correctly!

Protect Yourself Against Line Ending Issues when Using Environment.Newline to Split Text Paid Members Public
The invisible character that at times take a lot of your time!

Web Application Occasionally Throwing 'Could not Load File or Assembly or one of its Dependencies' Exception Paid Members Public
We were facing a strange 'could not load DLL issue', when building and running multiple host projects in Visual Studio (VS 2015), side by side. We had 2 host projects - an NServiceBus worker role project (a console application) and a Web application and a few other projects,