Programming

Windows Service Using Topshelf, Quartz and Autofac Members Public

Walkthrough of setting up a recurrent job scheduler.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

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

Exclude Certain Scripts From Transaction When Using DbUp Members Public

Certain commands cannot run under a transaction. See how you can exclude them while still keeping your rest of the scripts under transaction.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Setting up DbUp in Azure Pipelines Members Public

DbUp in a .Net core console application and Azure Pipelines.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Managing Your Postman API Specs Members Public

Organizing and managing your API specs either through Postman Cloud or your Source Control.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

NDC Security 2018 - Overview and Key Takeaways Members Public

Some key takeaways from the security conference held in Gold Coast.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Security

Setting up Build and Deploy Pipeline for a .NET Core Console Application Members Public

Automatically deploy and run a console application using TeamCity and Octopus Deploy.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet-Core

Scheduling Recurring Jobs With a Cool-Off Period Members Public

Scheduling jobs at different time intervals and pausing them in between.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming