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.

Using App.config to set strongly-typed variables

I'm a C# novice running .NET 3.5, and I'd like to store a bunch of application default values in App.config, …

c# .net-3.5 configuration-files app-config
LINQ on the .NET 2.0 Runtime

Can a LINQ enabled app run on a machine that only has the .NET 2.0 runtime installed? In theory, LINQ is …

.net linq .net-3.5 .net-2.0 clr
Memcached with Windows and .NET

Is there anyone already implement memcached for production use in Windows environment? Because many blogs that I've read, it's not …

c# .net-3.5 memcached distributed-caching
How can I use FTP to move files between directories?

I have a program that needs to move a file from one directory to another on an FTP server. For …

c# .net-3.5 ftp ftpwebrequest
The name 'HttpContext' does not exist in the current context

I am trying to convert some vb.net to C#, but I keep getting errors. At the moment, I am …

c# asp.net .net .net-3.5 asmx
How to automatically scroll ScrollViewer - only if the user did not change scroll position

I would like to create the following behaviour in a ScrollViewer that wraps ContentControl: When the ContentControl height grows , the …

c# wpf .net-3.5 wpf-controls
How can I get gzip compression in IIS7 working?

I have installed Static and dynamic compression for IIS7, as well as setting the two web.config values at my …

asp.net .net-3.5 iis-7 compression gzip
Can not call web service with basic authentication using WCF

I've been given a web service written in Java that I'm not able to make any changes to. It requires …

wcf web-services .net-3.5 wcf-security
Adding a horizontal separator in a MenuStrip

I can't seem to find any way to add a horizontal separator in a MenuStrip. Visual Studio complains Cannot add …

c# .net-3.5 menustrip
WPF Grid not showing scroll bars

In .NET 3.5 I have a Grid in a Window. I am populating this Grid with Buttons. When the buttons fill …

c# wpf grid .net-3.5 scrollbar