Tagged Questions

2
votes
1answer
53 views

How do I use Navigational Properties as Primary Keys in Entity Framework (.Net 4.0)?

I'm trying out the Model First approach introduced in Entity Framework with VS2010/.Net 4.0, and now I don't really know how to do this. I start out with the following Entities: C …
0
votes
1answer
10 views

How to make PLINQ to spawn more concurrent threads in .NET 4.0 beta 2?

In former versions of Parallel Extensions you could set the number of threads: enumerable.AsParallel(numberOfThreads) But now that overload is not available anymore. How to do i …
1
vote
5answers
59 views

How to get the maximum outbound requests when parellellizing asynchronous calls?

Analysing the code below in action through Fiddler, I realized that using Parallel Extensions I can get at maximum 2 outbound requests: new string[] { "http://stackov …
0
votes
1answer
19 views

Managed DirectX running from .Net Framework 4.0 app dont hunt

I work on a product that uses Managed DirectX for data visualizations. I was trying to upgrade this product to .net framework 4.0, but I think I'm having issues with Managed Direc …
0
votes
1answer
70 views

PerformanceCounters on .NET 4.0 & Windows 7

I have a program that works fine on VS2008 and Vista, but I'm trying it on Windows 7 and VS2010 / .NET Framework 4.0 and it's not working. Ultimately the problem is that System.Dia …
2
votes
0answers
20 views

log4net with .NET 4.0

I've thrown together some code to tinker with the new .Net 4.0/VS 2010 pieces, but I can't seem to find a build of my logging framework of choice (log4net) for 4.0, and I'm getting …
0
votes
0answers
4 views

Are there more WPF Converters in .NET 4?

Are there more out-of-the-box WPF Converters in .NET 4?
0
votes
0answers
15 views

Are we unable to use Interop objects in generic objects in .NET 4.0?

I'm working in VS 2010 and working on upgrading our application to .NET 4. The application is build with Excel as the base and we want to take advantage of some of the improvement …
1
vote
1answer
15 views

Entity Framework One-To-One Mapping Issues

Using VS 2010 beta 2, ASP.NET MVC. I tried to create an Entity framework file and got the data from my database. There were some issues with the relationships, so I started to tw …
1
vote
2answers
36 views

Instruct MEF to use any available assemblies

I am trying out the Managed Extensibility Framework for the first time in Visual Studio 2010 beta 2 using the System.ComponentModel.Composition from .net-4.0. I have been unable t …
1
vote
2answers
215 views

What does ‘useLegacyV2RuntimeActivationPolicy’ do in the .NET 4 config?

While converting a project that used SlimDX, and therefore has unmanaged code, to .NET 4.0 I ran into the following error: Mixed mode assembly is built against version 'v2.0.50 …
0
votes
2answers
52 views

Is it possible to inject values into Workflow Arguments?

I have a .net 4.0 Workflow, which I am hosting myself (just with WorkflowInstance.Run) and when I rehydrate the workflow I would like to initialize some of its internal arguments s …
0
votes
0answers
16 views

How is .NET 4 going to support validation for Entity-Framework entities?

The support in 3.5 is somehow tricky and uncertain. Is this going to change in the next release?
5
votes
6answers
136 views

What are the true benefits of ExpandoObject?

The ExpandoObject class being added to .NET 4 allows you to arbitrarily set properties onto an object at runtime. Are there any advantages to this over using a Dictionary<strin …
1
vote
2answers
30 views

How can I inform the user of an XCOPY WPF 4 app that he needs to install .NET 4?

I've made a small tool application with Visual Studio 2010 which to distribute it, I zip these files from the Release folder: Data MainData.mdf MainData_log.ldf DataBackup.exe …

1 2 3 4 5 7 next
15 30 50 per page