description
I agree with others who appreciate the work of creating this tutorial for us since there is a dearth of book available. I have had some difficulties because I've never used MVC so it's taking a while to understand everything. I'm now at page 62 and started getting errors after adding the Album class.
At the end of page 62 it says the Create and Debit screens begin validating fields but I get errors when I try them.
For StoreManager/Create I'm Getting this error - "This property cannot be set to a null value"
For this line - _Title = StructuralObject.SetValidValue(value, false);
And no red error messages.
And it's crashing for StoreManager/Edit
Did I miss something or do something wrong? One of my friends is having a similar problem.
Thanks