So I've been learning MVC lately, looking at the one of the views that I generated with ADO.NET Entity Data Model
, I found this expression (model => model.name)
.
I tried looking for it but all I got was some math curves and some other things that have no relation with coding. I was wondering what that means and if possible how it works.
thanks