In previous post about HTTP request comparison in Fiddler I showed how to integrate Fiddler and WinMerge to find differences easily. Given example shown a problem because when you get all parameters in one line then you are unable to locate which parameter is changed. Fortunately WinMerge has ability to extend its functionality using plugins. […]
Month: January 2016
Dependency Injection in .NET – Mark Seemann
If you want to implement Dependency Injection in your application, this book is for you. If you want to get into Dependency Injection, this book is for you. If you don’t know which Dependency Injection’s Container to choose, this book is for you. If haven’t heard about Dependency Injection before and you want to make […]