No announcements
Found 1335 threads
-
0 Votes
How to send message from Task to Task owner?
I need to periodically send a message from a Task to the object that started the Task(s). What is the best way to do this?Unanswered | 1 Replies | 2468 Views | Created by JimNickFL - Wednesday, December 23, 2015 5:18 PM | Last reply by Matthew LEAN . D - Thursday, December 24, 2015 11:58 AM -
0 Votes
Latency of Parallel.For and Parallel.ForEach
My PC has a Intel(R) Xeon(R) CPU with 4 cores. If I use "Parallel.For" to create 4 threads to run on the processor, the threads is evenly distributed over 4 ...Unanswered | 1 Replies | 2620 Views | Created by rw_tgs - Friday, December 4, 2015 4:43 PM | Last reply by Wyck - Tuesday, December 22, 2015 12:40 PM -
0 Votes
The Parallel Programming with the .NET Framework forum is retiring!
We are improving your experience for the .NET Framework forums. This forum will be closed at the end of 2015. The rest of .NET Framework forums will remain open for your questions. Thank you ...Discussion | 1 Replies | 2808 Views | Created by MSDN, Technet Service Delivery Team - Sunday, November 29, 2015 11:14 AM | Last reply by JimNickFL - Monday, December 21, 2015 2:48 PM -
0 Votes
There is already an open DataReader associated with this Command which must be closed first in Task.Factory
Print() ); But without using Task , it is running ...Unanswered | 1 Replies | 2378 Views | Created by Prem Shah - Sunday, December 13, 2015 9:03 AM | Last reply by Matthew LEAN . D - Friday, December 18, 2015 12:08 PM -
0 Votes
Exception: Call to GetHostEntry failed after 00:00:00 while querying for hostname 'cbserver.iit.his.se/c14magan': ? What is it? Attack on me?
Serverfel i tillämpningsprogrammet /. Ingen sådan värd är känd Beskrivning: Ett undantag som inte kunde hanteras uppstod när den aktuella ... -
0 Votes
.Net framework issues in wcf (System.Runtime.Fx+IOCompletionThunk.UnhandledExceptionFrame)
We are currently in the middle of pushing out a new desktop application and when running a service for document import the service stops and throws the below error message in the event logs. I was ... -
0 Votes
Authenticate User from web service to asp.net web application
I Have asp.net web application for which have to create a web service , through this web service have to connect to web application and authenticate user and process data.Proposed | 1 Replies | 1960 Views | Created by praveen sharepoint tech - Tuesday, December 8, 2015 6:39 AM | Last reply by Dinesh Gabhane - Tuesday, December 8, 2015 9:13 AM -
0 Votes
ASP MVC Razor html extension Potential Deadlock with . Task.Result
await FindOrAddTextFromRepositoryAsync(key)).Result; Task.Run(async () => await FindOrAddTextFromRepositoryAsync(key).ConfigureAwait(false)).Result; We can ... -
0 Votes
How to return value to the parent task
{ GetPropertyFromPhysicalObjectWithinRadius(this.CenterLocation.Latitude, this.CenterLocation.Longitude, RadiusInMeter, FiltertypeId, ... -
0 Votes
Parallel Programming with EF6
Can you please guide me how can i work on Parallel Programming with EF6?Unanswered | 2 Replies | 2291 Views | Created by John_thomas_007 - Tuesday, November 24, 2015 12:37 PM | Last reply by MDeero - Friday, November 27, 2015 6:41 AM -
0 Votes
Samples for Parallel Programming with the .NET Framework
Hi, I am new to Visual Studio, but I would like to run following ...Unanswered | 1 Replies | 2551 Views | Created by Petras Vestartas - Sunday, October 4, 2015 12:08 PM | Last reply by Sezhiyan Thiagarajan - Wednesday, November 25, 2015 5:41 AM -
0 Votes
File access issue in Parallel.ForEach
{ var accountNumber = Convert.ToInt32(dataRow["LOAN_NUM"]); var filer = new Filer(); var ...Unanswered | 4 Replies | 3034 Views | Created by Sandeep Pinniti - Wednesday, November 18, 2015 8:13 PM | Last reply by Wyck - Tuesday, November 24, 2015 8:10 PM -
0 Votes
What is .NET Framework
What is .NET Framework. I have heard a lot about it in visual studio. Is it a webpage maker ?Unanswered | 2 Replies | 2364 Views | Created by Jaival shah - Sunday, November 22, 2015 3:16 PM | Last reply by DPCodesalot - Monday, November 23, 2015 2:57 PM -
2 Votes
Parallel.ForEach with DataTable Rows Collection
{...}); I get the following message: Error 8 The type arguments for method ...Answered | 12 Replies | 36661 Views | Created by JMWilton - Monday, February 22, 2010 7:53 PM | Last reply by Terry Bittner - Friday, November 13, 2015 5:57 AM -
0 Votes
Problem in thread Abort
Hi there this is my first program in multi-threading i am just learning it but i am having issues in thread abort here is my code Dim extract As ...Answered | 1 Replies | 2354 Views | Created by repulsive1 - Monday, October 12, 2015 2:06 AM | Last reply by Sezhiyan Thiagarajan - Thursday, November 12, 2015 7:08 AM -
0 Votes
async await randomly loosing SynchronizationContext
{ Console.WriteLine($"0 |C {CallContext.LogicalGetData("test")}"); Console.WriteLine($"0 |E ...Unanswered | 2 Replies | 2400 Views | Created by Christoph Hausjell - Wednesday, November 11, 2015 8:55 AM | Last reply by Adrian Weidermann - Thursday, November 12, 2015 7:07 AM -
0 Votes
How do I calculate in grideview
I am trying to make an order form in asp.net. when a code is selected from drop down list in grid view then it automatically show Name and Price in label. But when a value is given in the ...Unanswered | 0 Replies | 1884 Views | Created by Mr. Hadiuzzaman - Tuesday, November 10, 2015 7:58 PM -
0 Votes
TPL tasks execute sub method calls in wrong order.
Hi everyone, I am currently trying to get my head around TPL as I have some stuff I would like to execute with this great feature. But the tasks do their work not in the correct ...Unanswered | 2 Replies | 1892 Views | Created by Mr Zeth - Tuesday, October 27, 2015 9:21 PM | Last reply by Ken Tucker - Saturday, October 31, 2015 2:48 PM -
0 Votes
The underlying connection was closed: A pipeline failure occurred
I tried to increase max connection property in system.net config - doesn't help me -> <system.web> <applicationPool ...Answered | 1 Replies | 2542 Views | Created by MAHARAJAN PANDIAN - Wednesday, October 28, 2015 4:25 AM | Last reply by MAHARAJAN PANDIAN - Wednesday, October 28, 2015 6:17 AM -
1 Votes
Translating Old to new, Async/Await
So, there a lot of helpful articles out there regarding this async/await pattern. On the outset I think it has merit, but in actually usage, it's a tad frustrating. I keep expecting that I ...Answered | 4 Replies | 2035 Views | Created by JaedenRuiner - Friday, October 16, 2015 6:20 PM | Last reply by JaedenRuiner - Sunday, October 25, 2015 11:38 AM - Items 1 to 20 of 1335 Next ›
No announcements