This is a migrated thread and some comments may be shown as answers.

Refactorings / Quick fixes for transforming statements to LINQ statements

1 Answer 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Hubert
Top achievements
Rank 1
Hubert asked on 08 Jan 2013, 03:34 PM
e.g.
- forearch statements to LINQ statements
- statements using lambdas to LINQ statements

are you about to implement that feature in near future?

regards

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 10 Jan 2013, 01:01 PM
Hi Hubert,

Actually we have already implemented refactoring for transforming foreach statements to LINQ statements. Please review the help article here (the third point): http://www.telerik.com/help/justcode/refactorings-linq-conversions.html. Also you can watch a demo here: http://screencast.com/t/9wNtBrmo

As for the second refactoring - transforming statements using lambdas to LINQ statements, do you mean something like that but in reverse (the first point): http://www.telerik.com/help/justcode/refactorings-linq-conversions.html?

Kind regards,
Vladi
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
Tags
General Discussions
Asked by
Hubert
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or