When I first started coding in Silverlight, I could never remember the syntax for databinding in XAML. Everytime I had to do databinding I found myself referring to the documentation. The lack of intellisense or compile time syntax checking was no fun either. So after a few days I created a few CodeRush templates, which I still use to speed up development. You can download them at the end of this post. The templates are:
bp (Bind to Property):
bsr (Bind to Static Resource):
bc (Bind using Converter):
be (Bind to Element):
No comments:
Post a Comment