RegexMaster – Mastering regular expression

When I begin learning regular expression, I tried to find some tools to help me.

I found a couple of tools, it was Komodo regular expression and RegexBuddy. But both of this costs money. I tried to find free tools, but I was failed.

So I decided to create my own.

RegexMaster is a very simple tool, but [...]

StyleCop for Resharper

Yesterday I found great Resharper plugin, it calls StypeCop_for_Resharper. With this plugin it’s possible to check all StyleCop rules during writing code.

I tried to use it before, after it was installed, I run it on my project, and it was too many error messages, so I never run it any more.
But now with Resharper support, [...]