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.

How to bind inverse boolean properties in WPF?

What I have is an object that has an IsReadOnly property. If this property is true, I would like to …

wpf .net-3.5 styles
Creating a DateTime in a specific Time Zone in c#

I'm trying to create a unit test to test the case for when the timezone changes on a machine because …

c# .net datetime timezone .net-3.5
Datagridview: How to set a cell in editing mode?

I need to programmatically set a cell in editing mode. I know that setting that cell as CurrentCell and then …

c# winforms .net-3.5 datagridview
Change the Textbox height?

How do I change the height of a textbox ? Neither of the below work: this.TextBox1.Size = new System.Drawing.…

c# winforms .net-3.5 textbox
How do I tell if .NET 3.5 SP1 is installed?

How can I find out if SP1 has been installed on a server which has .NET 3.5?

.net-3.5 installation
What is the difference between IQueryable<T> and IEnumerable<T>?

What is the difference between IQueryable<T> and IEnumerable<T>? See also What's the difference between …

.net linq .net-3.5 ienumerable iqueryable
How to parse a string into a nullable int

I'm wanting to parse a string into a nullable int in C#. ie. I want to get back either the …

c# .net string .net-3.5 nullable
Web Reference vs. Service Reference

I just hit a huge brick wall with Paypal. I had created a regular C# project to create some wrapper …

c# .net-3.5 paypal
Can I dynamically add HTML within a div tag from C# on load event?

Mind you, I am using master pages, but can I locate a div within the page and throw some html …

c# asp.net .net-3.5 master-pages
Converting a generic list to a CSV string

I have a list of integer values (List) and would like to generate a string of comma delimited values. That …

c# generics .net-3.5