Commit Graph

4 Commits (07a4dff1b981599123ad05aae841c60b55392ba2)

Author SHA1 Message Date
Doug Bunting 350b3fc390 Get validation sample working (#1506)
Get validation sample working
- add files needed to complete the sample
- implement rc2 (and later) `IClientModelValidator` interface
- remove validation TODOs; implement them for real
- remove unused `Movie` properties
- remove and sort `using`s
- adjust `validation.rst` to match new sample
- correct a couple of small typos
- use sample files instead of code blocks where possible
- addresses the remaining bits of #1154
2016-06-27 06:54:33 -07:00
Lars Gyrup Brink Nielsen ea93e685c7 Converted to string interpolation
Code like it’s 2016 :-)
2016-05-17 00:45:41 -07:00
Lars Gyrup Brink Nielsen c6ba8ad13b Consistency, best practice
- Removed unnecessary and inconsistent parentheses
- Made the `Price` property a `decimal` instead of `float` (come on, `decimal` is used for monetary values for a good reason)
2016-05-17 00:45:37 -07:00
RachelAppel d502eb10f4 init
fix link

minor fixes

fix link

code formatting

consolidate sample files

formatting fix

modifications after feedback

changes after feedback

changes after feedback

edits

edits

edits

edits

changes
2016-04-15 17:15:24 -04:00