Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1using var conn = new SqlConnection(_connStr);
2var user = await conn.QuerySingleAsync<User>(sql, new { id });
3return user with { LastSeen = DateTime.UtcNow };
$ identify language
scripting
compiled
query
Keep going