Top ".net-4.0" questions

Version 4.0 of the .NET Framework.

Get property value from C# dynamic object by string (reflection?)

Imagine that I have a dynamic variable: dynamic d = *something* Now, I create properties for d which I have on …

c# reflection .net-4.0
ComboBox- SelectionChanged event has old value, not new value

C#, .NET 4.0, VS2010. New to WPF. I have a ComboBox on my MainWindow. I hooked the SelectionChanged event of said …

c# wpf combobox .net-4.0 selectionchanged
What 'additional configuration' is necessary to reference a .NET 2.0 mixed mode assembly in a .NET 4.0 project?

I have a project in which I'd like to use some of the .NET 4.0 features but a core requirement is …

c# .net sqlite .net-4.0 system.data.sqlite
How to set the maxAllowedContentLength to 500MB while running on IIS7?

I changed the maxAllowedContentLength to <security> <requestFiltering> <requestLimits maxAllowedContentLength="5024000000" /> </requestFiltering> </security&…

asp.net iis-7 file-upload .net-4.0
Differences between .NET 4.0 and .NET 4.5 in High level in .NET

Eager to know Differences between .NET 4.0 and .NET 4.5 in High level in .NET and also differences in ASP.NET, C# …

.net .net-4.0 .net-4.5
How do I run msbuild from the command line using Windows SDK 7.1?

I'm setting up .NET 4.0 support on our CI server. I've installed .NET 4.0, and the .NET tools from the Windows 7.1 SDK. …

.net-4.0 msbuild sdk
C# Create New T()

You can see what I'm trying (but failing) to do with the following code: protected T GetObject() { return new T(); } …

c# .net generics c#-4.0 .net-4.0
How can I get a web site's favicon?

Simple enough question: I've created a small app that is basically just a favourites that sits in my system tray …

c# .net-4.0 favicon
Maximum value of maxRequestLength?

If we are using IIS 7 and .Net Framework 4, what will be the maximum value of maxRequestLength?

.net iis-7 .net-4.0 maxrequestlength
How can I send a file document to the printer and have it print?

Here's the basic premise: My user clicks some gizmos and a PDF file is spit out to his desktop. Is …

c# winforms pdf .net-4.0 printing