I posted this question yesterday about how a C # 4 client deploys an ASP.NET application on a target .NET 3.5 server, and C # 3 weather on a compiled server or C # 4 on a client.
This script was with optional parameters. I know that advanced options are supported, like .NET 1.1. Why can't C # 3 compiled IL code call C # 4 compiled IL code using additional parameters?
Does C # 3 mean an optional attribute?
source
share