0
kicks
Why to make use of properties in Model class but not fields
If we use fields in model class and try to render the model into a grid using WebGrid() we will get an error called column not found.
In this post i explain why we get this error.