Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
While the application I am developing at the moment is written in .net 4.0 against the beta, I have largely been ignoring POCO support in the Entity Framework because I didn\'t need it. I\'m starting
I\'m looking for a way to add members dynamically to an dynamic object. OK, I guess a little clarification is needed...
Does ASP.NET worker process still return data in chunks of31Kb This MSDN article written in May 2004 specifies the following.
During my work with expression trees for a few days now, I came across something that I find difficult to understand; hopefully someone will be able so shed some light here.
I have a VS 10 project using .Net 4.0 and I use lots of stuff that do require 4.0. I created a VS Setup project added the primary output from my project and built it. I then installed it and everythin
I\'ve recently started working on a new application which will utilize task parallelism. I have just begun writing a tasking framework, but have recently seen a number of posts on SO regarding the new
I\'m experimenting with the new System.Threading.Parallel methods like parallel for and foreach. They seem to work nicely but I need a way to increase the number of concurrent threads that are execut
I\'m trying to deploy my ASP.NET MVC 2 website from VS2010 beta 2 to IIS7. The publish works fine but none of the routes work, so when I go to the URL http://localhost/myapp/Home/Index I get the error
I had a working project in VS2008 / .Net 3.5 using controls from the ajax control toolkit (which targets .Net 3.5).