Given the following two options:
<ContentControl>Content</ContentControl>
vs.
<ContentControl Content="Content"/>
- Any performance differences?
- What would you say is more readable?
- Conclusion?
I'm affraid this question might sound somehow babyish, but how will I know if I won't ask, so I decided to shoot it.
Comment me if I chose the wrong decision ;)