No announcements
Found 2693983 threads
-
0 Votes
Linq and extension methods
LINQ to SQL does not support translating custom extension methods into TSQL. The complexities of the potential call stack are too great to provide a generalized ...Answered | 3 Replies | 5099 Views | Created by Kris Mackintosh - Wednesday, June 18, 2008 10:50 AM | Last reply by Kris Mackintosh - Thursday, June 19, 2008 1:39 PM -
0 Votes
Extension methods and Linq query
customer lambda function? b) filterFunction is another function which gets a parameter of type Customer and returns boolAnswered | 1 Replies | 3391 Views | Created by Yoni Mazar - Tuesday, December 18, 2007 8:36 AM | Last reply by CompuBoy - Tuesday, December 18, 2007 11:16 AM -
0 Votes
Custom Extension Methods and Dynamic LINQ (Dynamic Expression API)
, FindMethod is not finding my extension method when it calls String.FindMembers I'm relatively new to Dynamic LINQ and extension ...Answered | 5 Replies | 9775 Views | Created by Bfrank1972nyc - Wednesday, September 1, 2010 8:13 PM | Last reply by Michael Sun [MSFT] - Friday, September 3, 2010 6:22 AM -
0 Votes
LINQ extension method resolution
I have some custom LINQ extension methods (my own Where and OrderBy replacements) in a DLL. I noticed ...Answered | 1 Replies | 3667 Views | Created by stovellp - Wednesday, September 19, 2007 2:07 AM | Last reply by stovellp - Wednesday, September 19, 2007 2:15 AM -
0 Votes
Is it possible to use Extension methods in CPP/CLI
, anonymous methods, automatic properties, iterator blocks, Linq. And extension methods. Lambdas will be available in VS2010, but only for ...Answered | 1 Replies | 3182 Views | Created by Vignesh. S - Wednesday, November 12, 2008 10:59 AM | Last reply by nobugz - Wednesday, November 12, 2008 1:24 PM -
0 Votes
LINQ-friendly Add, Insert and Remove methods on List<T>, Extension method operators
All the LINQ methods like where, select, etc. return a new collection without modifying the original one. Your method will cause undesired behaviour if Append is assumed to ...Answered | 3 Replies | 12641 Views | Created by FalconNL2007 - Wednesday, July 11, 2007 7:54 PM | Last reply by Marcelo Guerra - MSFT - Thursday, August 9, 2007 12:39 AM -
0 Votes
List.Contains Comparator
improvements in 3.5 including the new HashSet type and some LINQ extension methods on IEnumerable that would help you with what you're looking ...Answered | 3 Replies | 3265 Views | Created by AaronLST - Thursday, October 25, 2007 8:47 PM | Last reply by Inbar Gazit - Thursday, October 25, 2007 9:52 PM -
1 Votes
How to write LINQ
delete them. "By the way, what are the benefits of mixing LINQ and extension methods in the same expression?" None. ...Answered | 5 Replies | 621 Views | Created by Rajashekar Goud - Sunday, July 6, 2014 9:26 AM | Last reply by Mike Danes - Sunday, July 6, 2014 2:17 PM -
0 Votes
Extension Methods for EF EntityObject
methods to get property name. http://stackoverflow.com/questionsAnswered | 2 Replies | 3132 Views | Created by Jagan Krishnan - Tuesday, August 30, 2011 6:28 AM | Last reply by Jackie-Sun - Monday, September 5, 2011 7:15 AM -
0 Votes
C# 3.0 problem and visual studio 2008
Gotcha... Linq and Extension methods are features of 3.5, not 3.0. You'll need to change your target framework to 3.5 to use them. David ...Answered | 3 Replies | 2324 Views | Created by wasimf - Thursday, October 30, 2008 8:42 AM | Last reply by David M Morton - Thursday, October 30, 2008 3:00 PM -
0 Votes
Select a Panel with Name
While that's a very nice usage of lamba expressions, linq and extension methods; you may not need all of ...Answered | 3 Replies | 2766 Views | Created by Nikon Programmer - Thursday, September 17, 2009 11:09 AM | Last reply by syntaxeater - Thursday, September 17, 2009 3:07 PM -
0 Votes
Extension Methods definition
/Csharp_3_0_An_Introduction.aspx and more specifically on extension methods here:Answered | 1 Replies | 3613 Views | Created by eng_mohamed45 - Tuesday, February 12, 2008 8:24 AM | Last reply by Patrik Löwendahl - Tuesday, February 12, 2008 10:21 AM -
0 Votes
Question about Extension methods
That guidance sounds like it is aimed at people who ship libraries to people and have the source they could extend without needing to resort to extension ...Answered | 1 Replies | 3446 Views | Created by HarshadR - Saturday, December 12, 2009 5:44 AM | Last reply by Damien Guard - Sunday, December 13, 2009 12:36 AM -
0 Votes
SL 2 Beta 2 BCL ->.NET Framework Version
I'd say V3.5 due to LINQ, object initializers, anonymous types and extension methods (and much more) being ...Answered | 1 Replies | 2090 Views | Created by MSDN_Forums_User - Tuesday, September 2, 2008 4:41 AM | Last reply by MSDN_Forums_User - Tuesday, September 2, 2008 4:54 AM -
0 Votes
How to return user type from linq query
Hi John, The standard LINQ extension methods don't include a way to return a SortableBindingList. That means you'd need to instantiate a new one yourself ...Answered | 2 Replies | 2172 Views | Created by John D. Sanders - Friday, May 4, 2012 3:26 AM | Last reply by John D. Sanders - Friday, May 4, 2012 12:34 PM -
0 Votes
SharePoint Client Object Model Linq "breaks" when "using SharePoint = Microsoft.SharePoint.Client;"
I'm not sure if this one is a: C# Extension Methods problem, or a SharePoint Client Object model Linq problem. The following code ...Answered | 1 Replies | 9353 Views | Created by Aussie_Craig_Developer - Thursday, June 24, 2010 8:21 AM | Last reply by daniel.larson - Thursday, June 24, 2010 3:19 PM -
0 Votes
iterate through a list and filter another list
I am glad that you are interested in LINQ and extension methods. JAnswered | 2 Replies | 3397 Views | Created by BunnyStrider - Wednesday, May 5, 2010 8:42 PM | Last reply by Michael Sun [MSFT] - Monday, May 10, 2010 1:47 AM -
0 Votes
I'm converting a C# project to Javascript and need help with my combinations generator.
You'll have to recode this from scratch - Javascript and Java have neither lambdas nor LINQ queries nor extension methods (Java as a language grows at glacial ...Answered | 1 Replies | 1341 Views | Created by TheInternetFTW - Saturday, August 25, 2012 4:44 AM | Last reply by Dave Doknjas - Saturday, August 25, 2012 3:12 PM -
0 Votes
linq compiled query error “parameteres cannot be sequences”
, you are not using LINQ, which is Language Integrated Query that hides all these generic types like Func<> and IQueryable. You are just using the same ...Answered | 1 Replies | 3609 Views | Created by bukkakeface - Monday, December 6, 2010 2:40 PM | Last reply by salutdd - Monday, December 6, 2010 9:38 PM -
0 Votes
extension methods and var keyword
own one - and thus use extension methods in .NET 2.0). If several extension methods are applicable, the most appropriate one is ...Discussion | 4 Replies | 3410 Views | Created by the.Programmer1 - Sunday, April 19, 2009 10:55 AM | Last reply by the.Programmer1 - Saturday, May 2, 2009 6:11 AM - Items 1 to 20 of 2693983 Next ›
No announcements