Programming

Make Your Code Contracts Stronger Paid 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.

Solve the Business Problem, Don't Mimic The Process Paid Members Public
Describes on the importance of seeing the computing problems attached to a business problems when automating business processes.

Introducing Code Formatting into a Large Code Base Paid Members Public
A walk through of popular code formatting rules and using source control hooks to introduce styling rules into a large code base.

Introduce Tests when Fixing Bugs Paid Members Public
Refactoring to add tests when fixing bugs helps increase your confidence and grow your test coverage.

Keeping Sensitive Configuration Data Out of Source Control Paid Members Public
Different options to manage sensitive configuration data and to keep it out of source control.

Data Hotfix : Things to Remember Paid Members Public
A retrospective into a recent data hotfix that I did.
NDC Sydney Paid Members Public
A short recap of NDC Sydney 2016.

Automated Deployment of AsmSpy to Chocolatey Using AppVeyor Paid Members Public
Using AppVeyor to Automatically deploy AsmSpy to Chocolatey.