Tagged Questions
0
votes
1answer
217 views
Can I use .NET 3.5 language features in Sharepoint 2007
Can I use .NET 3.5 language features in SharePoint 2007.
I want to use LINQ on an in memory collection (SPListItemCollection for example).
I want to write extension methods.
Can I do this with ...