Archive

Archive for the ‘XML’ Category

ReSharper 6 – Beta Available for Download

June 14, 2011 1 comment

Today I noticed that a beta version of ReSharper 6 has been made public on the JetBrains website here and thought I would give it a plug on my blog as it’s a brilliant development tool.

What is ReSharper?

ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio 2003, 2005, 2008 and 2010. 

ReSharper brings smart C# code analysis, editing, highlighting and refactoring features to .NET developers. ReSharper extends much of its support to VB.NET, build scripts, ASP.NET, XML, and XAML files. All ReSharper features are available in mixed solutions where different projects use .NET Framework, .NET Compact Framework, Silverlight, as well as other frameworks and tools from the Visual Studio ecosystem.

Latest changes or additions to ReSharper v6.0:

  • JavaScript, CSS, and ASP.NET MVC 3 Razor support
  • Bundled decompiler: home-grown technology that is now also available in dotPeek
  • New navigation actions and valuable additions to existing navigation features
  • Code inspections and quick-fixes for on-the-fly code quality control in VB.NET code
  • Multiple new code inspections and quick-fixes for C#
  • Color assistance (highlighting and color picker) in C#, VB.NET, XAML, and CSS
  • In-place refactorings
  • A pack of new context actions to manipulate strings
  • JavaScript QUnit test runner support
  • Bug fixes and new actions in XAML support
  • ReSharper suggestions explained right from within quick-fix menus
  • Performance Improvements in Solution Wide Analysis and other areas

Resharper Product Page can be found here.

CRM Developers – you can use it to!

ReSharper can be a great extension on top of the native functionality provided by Visual Studio which can also improve productivity and refactoring of code used by CRM Developers. CRM developers can refactor their Plug-in, Silverlight, JavaScript or XML code using this extension within Visual Studio.

Greg Olsen
Yellow Duck Guy

XML – Special Characters Conversion List

When working with XML programmatically I have to sometimes remember the correct conversions i.e. & = &
So I have decided to place these up on the blog for future reference to help us all out.

Code Symbol Code Symbol Code Symbol Code Symbol Code Symbol
' C C j j ³ ³ Ú Ú
&lt; < D D k k ´ ´ Û Û
&gt; > E E l l µ ´ Ü Ü
&amp; & F F m m Ý Ý
&quot; " G G n n · · Þ Þ
! ! H H o o ¸ ¸ ß ß
" " I I p p ¹ ¹ à á
# # J J q q º º á à
$ $ K K r r » » â â
% % L L s s ¼ ¼ ã ã
& & M M t t ½ ½ ä ä
' N N u u ¾ ¾ å å
( ( O O v v ¿ ¿ æ æ
) ) P P w w À À ç ç
* * Q Q x x Á Á è è
+ + R R y y   é é
, , S S z z à à ê ê
- T T { { Ä Ä ë ë
. . U U } } Å Å ì ì
/ / V V ~ ~ Æ Æ í í
0 0 W W   empty Ç Ç î î
1 1 X X ¡ ¡ È È ï ï
2 2 Y Y ¢ ¢ É É ð ð
3 3 Z Z £ £ Ê Ê ñ ñ
4 4 [ [ ¤ ¤ Ë Ë ò ò
5 5 \ \ ¥ ¥ Ì Ì ó ó
6 6 ] ] ¦ ¦ Í Í ô ô
7 7 ^ ^ § § Î Î õ õ
8 8 _ _ ¨ ¨ Ï Ï ö ö
9 9 ` ` © © Ð Ð ÷ ÷
: : a a ª ª Ñ Ñ ø ø
; ; b b « « Ò Ò ù ù
< < c c ¬ ¬ Ó Ó ú ú
= = d d ­ ­ Ô Ô û û
> > e e ® ® Õ Õ ü ü
? ? f f ¯ ¯ Ö Ö ý ý
@ @ g g ° ° × × þ þ
A A h h ± ± Ø Ø ÿ ÿ
B B i i ² ² Ù Ù Ā A

Now no need to try and remember those XML character conversions!

Greg Olsen
Yellow Duck Guy

Categories: XML