Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 537(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0
Hi, I have more than 20000 XML files that was created by my company. I need a way to read the XML and present it in a usable format. I stumbled on LINQ and the little I worked with LINQ makes it...
Zones: MS Visual Basic, XMLDate Answered: 11/06/2007 Views: 0
Can anyone help me convert this to LINQ.  I am hung up on how to conver the aggregate queries in the return set. Thanks
Zones: LINQ, MS SQL Server, .NETDate Answered: 05/22/2008 Views: 0
Is it possible to use the new reference source to view framework code for linq yet.  When does this become available?  I saw a posting where someone seemed to have the pdb for the assesmbly Linq.Xm...
Zones: LINQDate Answered: 05/27/2008 Views: 0
I have an XML doc which has groups of records that are identical to each other, except for one field. e.g. Field1            Field2            Field3 ---------------------------------------- ID1            NameA            Qwert ID...
Zones: LINQDate Answered: 06/10/2008 Views: 16
I would like to join and query an in memory query and a fresh linq query. I will try and explain. I have a query in memory (CurrentItem.ItemClauses). I need to then join this to a fresh data bas...
Zones: Visual Studio, MS Visual Basic, LINQDate Answered: 06/19/2008 Views: 0
I'm periodically receiving data in XML format with multiple entries. How can I export them to MS SQL 2005 or 2008 as a new table initially and just insert or update in the succeeding. Please ...
Zones: LINQDate Answered: 09/27/2008 Views: 0
Hi Iam trying to write a Linq select and join sentence however i need the query only to join values specified by both a local variable and some data in the joined table. I tried doing the fol...
Zones: LINQ, MS Visual C#, .NET Framework 3.xDate Answered: 09/01/2008 Views: 12
I've a LINQ query working fine, then if I want to refer to a returned field from that query in LINQ I use something like: MyObject.FieldName And that also works fine. Now: what I need is ...
Zones: LINQ, .NET Framework 3.xDate Answered: 10/16/2008 Views: 23
Hi i have a DataContext where i have tabel called tbl_ingredient. this table holds alot of values. however one of the values i need is calculated using some of the other fields. I tried adding...
Zones: LINQDate Answered: 10/19/2008 Views: 30
Hi All, Hoping there's a good LINQ coder that can help me out here. My database has a string of related tables where table B has a foreign key to table A and table C has foreign key to table B and...
Zones: LINQDate Answered: 11/20/2008 Views: 56