Programming

Make Your Code Contracts Stronger Members Public

In this post, we will see how we can improve the Code contracts in C# and avoid unnecessary Guard statements across our code base.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Solve the Business Problem, Don't Mimic The Process Members Public

Describes on the importance of seeing the computing problems attached to a business problems when automating business processes.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Introducing Code Formatting into a Large Code Base Members Public

A walk through of popular code formatting rules and using source control hooks to introduce styling rules into a large code base.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Introduce Tests when Fixing Bugs Members Public

Refactoring to add tests when fixing bugs helps increase your confidence and grow your test coverage.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

Keeping Sensitive Configuration Data Out of Source Control Members Public

Different options to manage sensitive configuration data and to keep it out of source control.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Data Hotfix : Things to Remember Members Public

A retrospective into a recent data hotfix that I did.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

NDC Sydney Members Public

A short recap of NDC Sydney 2016.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Automated Deployment of AsmSpy to Chocolatey Using AppVeyor Members Public

Using AppVeyor to Automatically deploy AsmSpy to Chocolatey.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Tools