<%= %> is the equivalent of response.write in classic ASP.
<% %> - represents a block of code, if, then, for each, etc.
<%: %> is a new shortcut for .NET 4 that represents <%= html.encode(item) %>
Link to the video explaining the shortcut (this is a short clip):
source share