1

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

tereško
  • 58,060
  • 25
  • 98
  • 150
Àndres
  • 121
  • 1
  • 1
  • 9

1 Answers1

1

What you came across is what is called a lambda expression. I invite you to read the following topics:

You can also google it some more, I'm sure you will find more useful topics.

Community
  • 1
  • 1
Ahmed Aboumalek
  • 613
  • 4
  • 21