What does the "=>" mean?

Posted by quakkels on Stack Overflow See other posts from Stack Overflow or by quakkels
Published on 2010-05-27T18:59:44Z Indexed on 2010/05/27 20:21 UTC
Read the original article Hit count: 271

Filed under:

Hey SO,

I've got a pretty noob question for ya. I keep seeing this syntax:

<%= Html.LabelFor(model => model.Email) %>

...and I have no idea what the => means. I thought it was syntax for linq2sql or ado.net entity framework but I'm just using straight ado.net. I don't understand why the VWD used that syntax when generating the Create form.

What does => mean?

© Stack Overflow or respective owner

Related posts about c#