Archives
-
Sticky notes add-in for Visual Studio
My coworker Pablo has released a nice Visual Studio add-in called Sticky Notes. Basically this add-in allows to write sticky notes in your code, that can be private notes or team notes.
-
Easy way to compare two XMLs for equality
The first thing to do is normalize to two XMLs, for this you can use a small method using Linq: