Top ".net-3.5" questions

The 3.5 version of the .NET Framework, which is based on the 2.0 .NET Framework with extra assemblies (including 3.0). Use for questions specifically related to .NET Framework 3.0. For questions on .NET Framework generally, use the .net tag.

LINQ query on a DataTable

I'm trying to perform a LINQ query on a DataTable object and bizarrely I am finding that performing such queries …

c# .net linq datatable .net-3.5
LINQ's Distinct() on a particular property

I am playing with LINQ to learn about it, but I can't figure out how to use Distinct when I …

c# linq .net-3.5 distinct
Creating a byte array from a stream

What is the prefered method for creating a byte array from an input stream? Here is my current solution with .…

c# .net-3.5 inputstream
Concat all strings inside a List<string> using LINQ

Is there any easy LINQ expression to concatenate my entire List<string> collection items to a single string …

c# linq .net-3.5
Use LINQ to get items in one List<>, that are not in another List<>

I would assume there's a simple LINQ query to do this, I'm just not exactly sure how. Given this piece …

c# linq .net-3.5
WCF - How to Increase Message Size Quota

I have a WCF Service which returns 1000 records from database to the client. I have an ASP.NET WCF client (…

.net asp.net wcf .net-3.5
Could not find default endpoint element

I've added a proxy to a webservice to a VS2008/.NET 3.5 solution. When constructing the client .NET throws this error: …

wcf .net-3.5 wcf-binding endpoint
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

I am getting the error: Unable to evaluate expression because the code is optimized or a native frame is on …

asp.net .net-3.5 response.redirect
How to read an entire file to a string using C#?

What is the quickest way to read a text file into a string variable? I understand it can be done …

c# string file-io .net-3.5
How to change the color of progressbar in C# .NET 3.5?

I'd like to do two things on my progress bar. Change the green colour to red. Remove the blocks and …

c# .net winforms .net-3.5