How to Create Your StyleCop Rules

StyleCop is a free tool from Microsoft that allows you to check the style of your code (or others’). Additionally, StyleCop is now available as Open Source (on Codeplex), so I strongly recommend looking at the default rule implementations to help you create your own.

Create Your Rules

Here are some steps to create your custom StyleCop rules:

  • Install the latest version of StyleCop
  • Download the SDK of StyleCop (documentation .chm file)
  • Start Visual Studio
  • Create a new project of type “Class Library”
  • Add the following references - Microsoft.StyleCop - Microsoft.StyleCop.CSharp - Microsoft.StyleCop.CSharp.Rules

StyleCop_SolutionExplorer

[Read More]

PRISM and Telerik RadControls for WPF

For some time now, I have had the chance to experiment with PRISM and I really like what it brings to the table. But I also use some Telerik controls for WPF, and after doing some research, I noticed that Telerik has included in its documentation some elements about PRISM.

Here are some interesting links:

If you have other interesting articles, let me know via the comments or my contact page

[Read More]

Visual Studio Power Tools, Code Compare and PowerCommands

Here is a collection of tools/plugins/utilities that allow you to work even more efficiently with VS2010. Here are the three that I install with VS2010. While you’re at it, take a look at the Visual Studio Gallery, you’re sure to find something interesting!

Visual Studio 2010 Pro Power Tools

Newly arrived, the Pro Power Tools offer better tab management (by project, color coding, scrolling, stacking, …) as well as search in the Add Reference menu, which is quite nice, and I even noticed an improvement in the performance of this dialog.

[Read More]

Composite Application Library (PRISM) and Silverlight(WPF)

For some time now, I have been experimenting with Silverlight and PRISM. If you are curious like me, here are some links to help you get started:

Good luck, and if you have other links, feel free to leave a comment!

[Read More]

VS2010 RC to expire on June 30 2010

As I say in a previous post, VS2010 RC won’t last forever, it’s look like all RC version will be expiring on June 30 2010. So make sure to upgrade your version or go get theExpress editions (C#, VB, C++, Web developper and Windows Phone) !

ResourceBlender

ResourceBlender is a utility that allows you to translate your strings very easily (you can even use Google Translate automatically if you are lazy or do not have high translation quality standards).

It can generate RESX files (.Net), Java, XML, etc. In addition to having import functions and reusing already translated strings. See all features here…

The source code is obviously on Codeplex