Dotnet

Generating PDF: .Net Core and Azure Web Application Members Public

Using NReco library to generate PDF files on Azure Web App running .Net Core.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Custom Authorization Policy Providers in .Net Core For Checking Multiple Azure AD Security Groups Members Public

Extending Azure AD Groups Role based access to support combinations of multiple groups to grant access.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Query Object Pattern and Entity Framework - Making Readable Queries Members Public

Using a Query Object to contain large query criteria and iterating over the query to make it more readable.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

.Net Core Web App and Azure AD Security Groups Role Based Access Members Public

Use Azure AD groups to enable/disable functionality for your users based on their Roles.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure AD Custom Attributes and Optional Claims from an ASP.Net Application Members Public

Adding and retrieving custom attributes from an Azure AD

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Enable Cross-Origin Requests (CORS) in ASP.Net Web API Using CorsOptions Members Public

Don't use Cors.AllowAll - Set it up correctly!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Protect Yourself Against Line Ending Issues when Using Environment.Newline to Split Text Members Public

The invisible character that at times take a lot of your time!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Web Application Occasionally Throwing 'Could not Load File or Assembly or one of its Dependencies' Exception 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,

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Tools