Search Results

1
vote
1answer
95 views

Edit structured data in MS Word

I’m faced with the task to give business users the possibility to edit generic structured data in Microsoft Word 2007. The structure of the data (an xml representation of a form) and the d …
4
votes
3answers
158 views

Print property name (not what you would think)

This is a cursory question I can't quite answer. The main program class Program{ static void Main(string[] args){ Console.WriteLine("Begin"); var myClass = …
0
votes
0answers
191 views

xVal - MVC: add a validation to all properties of a type

I have a MVC website with a complex model. I'm using xVal to do my validation by decorating my model properties with validation attributtes. I'm looking for at way to add a StringLengthRule …