No announcements
Found 2690337 threads
-
0 Votes
Threading in 4.0 vs 4.6
which have 4.6 framework thread processing increased to 10 min and longer. Is there any difference in the way concurrent threads are processed in 4.0 ...Proposed | 2 Replies | 332 Views | Created by chasepooh - Wednesday, May 3, 2017 8:04 PM | Last reply by William Xifaras - Thursday, May 4, 2017 3:03 PM -
0 Votes
Web Platform Installer 4.0-4.6
I have used the Web Platform installer previously to install Azure SDKs and was using Web Platform Installer 4.0. When I go and try and download the latest SDKs it uses 4.6. The ...Answered | 1 Replies | 3365 Views | Created by bstottt - Friday, February 21, 2014 5:49 PM | Last reply by Will Shao - Monday, February 24, 2014 5:53 AM -
1 Votes
Threading Namespace in 4.0
Hi all, I have a released version of dotnet 4.0 and if we open a brand new project,I am able to get the namespace. But the problem is in upgraded project I am not able to see the ...Answered | 6 Replies | 3738 Views | Created by A2H1986 - Wednesday, December 8, 2010 10:50 AM | Last reply by Mike Dos Zhang - Thursday, December 9, 2010 7:07 AM -
0 Votes
xMetal 4.6 en WindowsForm framework 4.0
Buena tarde, Alguien a utilizado el componente xMetal 4.6 + Windows Form 4.0 en un sistema operativo Windows 7? Le ha ...Discussion | 1 Replies | 2291 Views | Created by JHONCA - Friday, January 27, 2012 10:39 PM | Last reply by Paul Zhou - Wednesday, February 1, 2012 5:09 AM -
0 Votes
Parallel Computing Vs Threading
correct? and finally, what is the difference between Parallel Computing Vs the new Async framework? in other words, what is the deffrence between ...Answered | 6 Replies | 10216 Views | Created by Developer2006 - Sunday, October 16, 2011 1:56 AM | Last reply by Derek Smyth - Monday, October 17, 2011 1:59 PM -
1 Votes
Axum vs. Multi Threading
What is the difference between multi threading and Axum? Bill Gates look out!Answered | 1 Replies | 9154 Views | Created by Shmuel Englard - Wednesday, September 23, 2009 8:15 PM | Last reply by Josh Phillips - Tuesday, September 29, 2009 4:02 AM -
0 Votes
VS 2010 (EF 4.0)
Is code only for EF 4.0 included in VS 2010 (.NET 4.0)?Answered | 1 Replies | 5903 Views | Created by Patrick Mosi - Friday, April 16, 2010 7:51 PM | Last reply by Andrew J Peters - Friday, April 16, 2010 10:07 PM -
0 Votes
Entity Framework 4.0 threading problem
another without being very careful), but you can do some useful things in spite of these restriction. You could, for example, retrieve data on one threadAnswered | 2 Replies | 4108 Views | Created by Allen Anderson - Saturday, March 26, 2011 4:29 AM | Last reply by Alan_chen - Tuesday, April 5, 2011 3:00 AM -
0 Votes
threading vs asynchronous delegate
. A response from IanG speaks about the number of thread created for asynchronous operation and normal threading is compared. But performance and in memory ...Answered | 3 Replies | 2515 Views | Created by Gopi S V - Saturday, October 20, 2012 8:09 AM | Last reply by Gopi S V - Sunday, October 21, 2012 7:30 AM -
0 Votes
Threading vs TPL
best practices or optimize way to achieve the same in TPL? Also is it good use TPL because as per current it handles all the stuff or problems which arise in ...Answered | 5 Replies | 6081 Views | Created by Rajesh Khunt - Monday, July 2, 2012 12:36 PM | Last reply by Fa Wildchild - Thursday, July 19, 2012 10:24 AM -
0 Votes
APM vs. Threading
. Explicit threads can also specify their COM threading apartment. The general rule is to use the threadpool when you have a queue of work items to do, and use an explicit ...Answered | 7 Replies | 4220 Views | Created by rewly - Tuesday, March 10, 2009 2:14 PM | Last reply by rewly - Wednesday, March 11, 2009 12:36 PM -
0 Votes
Conventional threading vs DSS
Hi, Are there any gotchas with respect to mixing the conventional threading model with DSS? I have legacy multithreaded code that I'd like to wrap in a ...Answered | 5 Replies | 5921 Views | Created by Rob Sim -- Braintech - Wednesday, April 25, 2007 4:02 PM | Last reply by GeorgioC - Wednesday, May 2, 2007 4:47 PM -
0 Votes
.NET 4.6 Prerequisite for VS 2013; how to create one?
I've installed the .NET 4.6 Targeting Pack for VS2013, am targeting it in a WPF application I'm developing, and need to set a prerequisite for .NET 4.6 in the ...Answered | 1 Replies | 336 Views | Created by Duane Doutel - Wednesday, January 6, 2016 8:13 PM | Last reply by Duane Doutel - Wednesday, January 6, 2016 8:52 PM -
3 Votes
Asynchronous Vs Threading
there performs 100 asynchronous threading operations simultaneously. The number of threads in the process is around 10. (The exact number will probably vary a little from one run to ...Answered | 17 Replies | 38472 Views | Created by sureshsundar007 - Tuesday, July 18, 2006 1:15 PM | Last reply by IanG - Tuesday, June 19, 2007 2:33 PM -
0 Votes
.net 4.6
find SetupResources.dll from installation package". Please try steps as below: 1. Check and install all the Windows update. 2. Download a ...Proposed | 2 Replies | 560 Views | Created by TwickenhamJB - Tuesday, April 18, 2017 2:28 PM | Last reply by 宝宝徐 - Wednesday, April 19, 2017 7:32 AM -
0 Votes
.Net Framework 4.6 problems
Using VB.Net - SmoApplication.EnumAvailableSqlServers function with .net framework 4.6 does not return any server instances. This function does work with .net ...Answered | 1 Replies | 708 Views | Created by LyleH - Monday, November 16, 2015 10:03 PM | Last reply by Jiayi Li - Tuesday, November 17, 2015 6:27 AM -
0 Votes
MCPD: 3.5 vs. 4.0
be an MCPD 4.0?? (Both: ASP.Net - I compared the VS 2010Answered | 1 Replies | 9221 Views | Created by leopold123 - Thursday, December 9, 2010 5:02 PM | Last reply by Konrad Neitzel - Thursday, December 9, 2010 5:59 PM -
0 Votes
asynchronous VS Threading in uploading files
If you are using .NET 4.0 I would suggest using Tasks (From Task Parallel Library) for accomplishing your need. Tasks makes sure that all the cores in the CPU are ...Unanswered | 4 Replies | 1431 Views | Created by santosh jha - Sunday, October 7, 2012 3:33 PM | Last reply by Sri Velicheti - Monday, October 8, 2012 5:54 PM -
2 Votes
multi threading vs parallel tasks
The tasks are based on the thread pool in .NET 4.0. Parallel.For function is based on TPL tasks. Tasks are based theAnswered | 1 Replies | 15059 Views | Created by emil_tr - Wednesday, September 29, 2010 1:20 PM | Last reply by Boucard Bruno - Wednesday, September 29, 2010 2:09 PM -
0 Votes
AppV 4.6 Sequencing not possible with Version 4.0
Visual Studio 2010. At present its not possible to sequence VS 2010 so hopefully when a solution arises for that, the side effect will be that Expression Studio ...Unanswered | 2 Replies | 4266 Views | Created by kc2130 - Tuesday, August 3, 2010 9:51 PM | Last reply by Craig-D - Wednesday, February 9, 2011 7:54 PM - Items 1 to 20 of 2690337 Next ›
No announcements