By Derek Price - 6/29/2010
Now that VS2010 is readily available, what .NET framework does SF target? Does it just target the lowest framework (ex. .NET2.0) and not take advantage of any later .NET frameworks and their associated features (anonymous methods, LINQ, dynamic objects, etc.)?
Thanks,
Derek
|
By Greg McGuffey - 6/29/2010
It currently targets .NET 2.0. Since .NET 3.0 and 3.5 also use the same runtime, you'll have no problems using either of those in your apps. In fact, I only use 3.5 when doing new stuff now.
|
|