No announcements
Found 2906812 threads
-
2 Votes
VB LINQ TO C# LINQ Help
pair.Key == input).Select((pair) => pair.Value.ToCharArray()) select c).ToArray(); Convert between VB, C#, C++, & Java ...Answered | 2 Replies | 3031 Views | Created by johnDoe21 - Tuesday, July 27, 2010 6:05 PM | Last reply by Dave Doknjas - Tuesday, July 27, 2010 9:03 PM -
3 Votes
Linq to XML (vb to c#) question
I think that the OP meant that the majority of the free code converters don't support converting Linq.Answered | 5 Replies | 4039 Views | Created by FredHerring - Wednesday, July 1, 2009 11:03 PM | Last reply by Martin Honnen - Thursday, July 2, 2009 11:28 AM -
0 Votes
Convert sql to linq using c#
Hi Sivar89, This forum is about the C# programming language, IDE, libraries, samples, and tools, as your needs are more related to the LINQ programming, we would ...Answered | 6 Replies | 3074 Views | Created by Sivar89 - Friday, March 11, 2016 12:06 PM | Last reply by Zhanglong Wu - Monday, March 21, 2016 3:11 AM -
0 Votes
DataSet Help.
Thanks for everything it helped out quite a bit.Answered | 24 Replies | 4653 Views | Created by punk_bassist - Thursday, May 21, 2009 2:13 AM | Last reply by punk_bassist - Tuesday, June 2, 2009 3:55 PM -
0 Votes
C# LINQ to VB please
Select(Function(x) x.Name).ToList() _ } ViewModelCollection = query.ToList(); Fernando ...Answered | 1 Replies | 2875 Views | Created by mutlyp - Tuesday, October 25, 2011 3:58 AM | Last reply by Fernando Soto - MCSD - Tuesday, October 25, 2011 4:01 PM -
0 Votes
Help convert VB LINQ to XML to C#
xmlDoc = XDocument.Load(Application.StartupPath + "\\pra.xml") foreach (XElement header in doc.Root.Elements("TaskHeaders").Elements("Header")) ...Answered | 3 Replies | 3470 Views | Created by AnsichMP - Wednesday, August 10, 2011 2:19 PM | Last reply by AnsichMP - Thursday, August 11, 2011 1:55 PM -
4 Votes
LINQ
http://www.vbforums.com/showthread.php?Answered | 4 Replies | 766 Views | Created by Chr15T0Pher - Tuesday, July 7, 2015 2:13 AM | Last reply by DA924 - Tuesday, July 7, 2015 2:14 PM -
4 Votes
Need help converting some code into linq
The following is signature, not part of post Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they ...Answered | 4 Replies | 6298 Views | Created by AJK11 - Tuesday, November 15, 2011 2:05 PM | Last reply by Sheng Jiang 蒋晟 - Tuesday, November 15, 2011 4:49 PM -
1 Votes
Converting a Complex SQL Query to LINQ
If your LINQ Query will finally run in database, there is no reason to do it in LINQ.Answered | 5 Replies | 4826 Views | Created by ItsMeKapz - Friday, November 9, 2012 6:22 PM | Last reply by Fernando Soto - MCSD - Wednesday, November 14, 2012 3:59 PM -
0 Votes
Convert Nested loops to LINQ
However, I've sinced moved forward with this and decided that linq isn't the best way to handle things.Answered | 2 Replies | 5436 Views | Created by HyperZ - Thursday, December 16, 2010 10:00 PM | Last reply by HyperZ - Friday, January 7, 2011 12:42 PM -
2 Votes
LINQ
I can then add break points inside the help functions to debug the code.Answered | 12 Replies | 1256 Views | Created by SURYA KANT NAYAK - Thursday, July 24, 2014 1:18 PM | Last reply by Eyal Solnik - Friday, July 25, 2014 11:06 AM -
1 Votes
Help convert Linq To Sql C# to VB please
where Tasks.UserID == GetCurrentUserID() select new Task ...Answered | 3 Replies | 4424 Views | Created by mutlyp - Saturday, June 11, 2011 4:44 PM | Last reply by Tim Tang - Monday, June 13, 2011 11:31 AM -
0 Votes
Convert foreach to LINQ
It's in the C# Specification : https://msdn.microsoft.com/en-us/library/aa691310(v=vs.71).aspx .Answered | 6 Replies | 992 Views | Created by wapt49 - Friday, February 27, 2015 10:57 AM | Last reply by Yan Grenier - MTFC - Monday, March 2, 2015 1:49 PM -
0 Votes
Two C# linq queries convert to vb.net
that's exactly how i did and i amr eceiving error : Late binding operationscannot be converted toexpression tree"` on line s.tbUserProjects.AnyAnswered | 3 Replies | 866 Views | Created by Johnyyy - Thursday, December 17, 2015 7:11 PM | Last reply by Fred Bao - Friday, December 18, 2015 8:57 AM -
0 Votes
Convert select statement to Linq
Hi, This would be the equivalent linq based on your query, var query = from Link_OrderProduct in dbcontext.Link_OrderProduct ...Answered | 3 Replies | 947 Views | Created by brucey54 - Tuesday, October 20, 2015 9:05 PM | Last reply by Hardz Tarrayo - Wednesday, October 28, 2015 2:07 AM -
0 Votes
c# LINQ GGOUP BY AND COUNT
var parameter_value = "The Value To Filter On"; var results = from t in ctx.Trans join iw in ctx.IWbook on t.IWork_ID equals ...Answered | 2 Replies | 2796 Views | Created by wendy elizabeth - Thursday, October 4, 2012 10:22 PM | Last reply by Fernando Soto - MCSD - Friday, October 5, 2012 3:51 AM -
1 Votes
C# Convert a LINQ query to a List<>
SomeEnum.ToList<T>() will compile only if SomeEnum is convertible to IEnumerable<T>; that is, if SomeEnum's items are of type T or derived from T, or implement T.Answered | 6 Replies | 20240 Views | Created by rossman308 - Tuesday, November 20, 2012 6:28 PM | Last reply by Pantelis44999 - Wednesday, November 21, 2012 6:39 PM -
0 Votes
Convert C# LINQ to VB.Net
Fernando (MCSD) If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".Answered | 6 Replies | 4445 Views | Created by AZDev-IOrtiz - Saturday, October 8, 2011 6:23 AM | Last reply by Fernando Soto - MCSD - Wednesday, October 12, 2011 6:37 PM -
2 Votes
Convert VB6.0 to .Net (vb or C#)
Good website to convert VB to C# .Net http://topc.somee.com/Answered | 9 Replies | 61759 Views | Created by Aniket.Malvankar - Monday, July 2, 2007 9:28 AM | Last reply by Mauricio Rojas - Thursday, May 19, 2011 5:27 PM -
0 Votes
Problem with linq a C#.net app
try this: http://social.msdn.microsoft.com/Forums/en-gb/csharpgeneral/threads thanks for any helpAnswered | 2 Replies | 2167 Views | Created by wendy elizabeth - Friday, August 12, 2011 10:57 PM | Last reply by Louis.fr - Tuesday, August 16, 2011 11:38 AM - Items 1 to 20 of 2906812 Next ›
No announcements