My Profile Photo

Dipun Mistry


Into the mind of a developing developer who develops software for a development company in the center of a city known for hiring developers.


  1. Tackling duplicate content with ASP.NET MVC

    TLDR; I have researched the duplicate content issue and created a NuGet package that has some flexibility and could solve the problem in a much more elegant way than most other solutions. Link to Github: https://github.com/dipunm/SEO.DuplicateContent


  2. My take on the Fixture Object pattern by Mark Seemann

    A fair while back, whilst discussing and experimenting with unit testing, I had read about this particular pattern. The Fixture Object pattern allows you to delegate complex arrange logic within your tests in order to improve readability and maintainability of your code. …