DotNetShoutout - Stories tagged with Threading
2
Shouts

.NET interview questions: – How to parse data in Threading?

posted by questpondquestpond 596 days, 23 hours, 57 minutes ago
Tuesday, November 01, 2011 7:00:33 AM GMT
In this article we will explain about parsing data in threading. For more articles and videos visit us on www.questpond.com (more)
category: Web Dev | clicked: 8 | comment | | source: dotnetinterviewquestion.wordpress.com
tags: .NET, .Net Interview Questions, data, Threading
2
Shouts

.NET interview questions: - What are the difference between ForeGround and BackGround Threading?

posted by questpondquestpond 631 days, 17 hours, 18 minutes ago
Tuesday, September 27, 2011 1:40:10 PM GMT
Threading: - threading is a parallel processing unit and helps you to access multiple tasks at a one moment of time. (more)
category: Web Dev | clicked: 3 | comment | | source: computerauthor.blogspot.com
tags: .NET, .net Interview Question, background, ForeGround, Threading
5
Shouts

Task-based Asynchronous Pattern

published 841 days, 18 hours, 4 minutes ago posted by tduponttdupont 845 days, 10 hours, 3 minutes ago
Tuesday, March 01, 2011 12:53:37 PM GMT Friday, February 25, 2011 8:54:49 PM GMT
Microsoft describes the pattern as follows: “The Task-based Asynchronous Pattern (TAP) is a new pattern for asynchrony in the .NET Framework. It is based on the Task and Task (more)
category: Architecture | clicked: 1 | comment | | source: community.codesmithtools.com
tags: TAP, Asynchonous programming, Task, Threading
7
Shouts

C#/.NET Little Wonders: The Concurrent Collections (1 of 3)

published 856 days, 10 hours, 27 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 860 days, 4 hours, 31 minutes ago
Monday, February 14, 2011 8:31:05 PM GMT Friday, February 11, 2011 2:26:44 AM GMT
C#/.NET Little Wonders: The Concurrent Collections (1 of 3) Once again we consider some of the lesser known classes and keywords of C#.  In the next few weeks, we will discuss the concurrent collections and how they have changed the face of concurrent programming. This week’s post will begin with a general introduction and discuss the ConcurrentStack and ConcurrentQueue. (more)
category: Web Dev | clicked: 3 | comment | | source: geekswithblogs.net
tags: .NET, Little Wonders, stack, C#, PTL, Threading, Concurrent Collections, queue
2
Shouts

25 important .net interview questions on Threading

published 920 days, 13 hours, 12 minutes ago posted by questpondquestpond 923 days, 16 hours, 30 minutes ago
Sunday, December 12, 2010 5:45:49 PM GMT Thursday, December 09, 2010 2:28:00 PM GMT
This section will cover the most asked questions related to Threading during .net interview by the interviewer so have a look on the following and do revise it when ever you go for the .net interview (more)
category: Web Dev | clicked: 0 | comment | | source: www.questpond.com
tags: .NET, Interview Question, Threading
6
Shouts

Asynchronous Programming in .NET – Part 2 - Coding N Design

published 947 days, 18 hours, 38 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 950 days, 1 hour, 37 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Saturday, November 13, 2010 5:20:35 AM GMT
In the last post we have discussed about the Asynchronous Programming Model(APM) and it’s different implementations.In this post we will discuss about the Event Based Asynchronous Pattern in .NET Framework which was introduced in .NET 2.0.This pattern makes use of the event/delegate model of the .NET Framework and is particularly useful for GUI based components.... (more)
category: How To | clicked: 0 | comment | | source: codingndesign.com
tags: .NET, Threading, Asynchronous
5
Shouts

Asynchronous Programming in .NET – Part 1 - Coding N Design

published 947 days, 18 hours, 38 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 950 days, 1 hour, 38 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Saturday, November 13, 2010 5:19:55 AM GMT
.NET Framework allows us to execute some methods asynchronously without blocking the calling program.These asynchronous methods are executed on different threads thus allowing the calling program to do it’s own job after the other method has been invoked.In this kind of asynchronous programming scenarios,in general we expect the following features to be implemen... (more)
category: How To | clicked: 0 | comment | | source: codingndesign.com
tags: .NET, Threading, Asynchronous
3
Shouts

Async, Await and the UI problem

posted by mikeukmikeuk 961 days, 20 hours, 45 minutes ago
Monday, November 01, 2010 10:13:22 AM GMT
The new async/await asynchronous programming facilities in .NET solve one of its long standing problems - how to write and an elegant application that uses the UI correctly. (more)
category: How To | clicked: 3 | comment | | source: www.i-programmer.info
tags: Async, UI, await, Threading
7
Shouts

MSDN Magazine: Thread Pools - Scalable Multithreaded Programming with Thread Pools

published 987 days, 18 hours, 31 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 990 days, 20 hours, 10 minutes ago
Wednesday, October 06, 2010 12:27:15 PM GMT Sunday, October 03, 2010 10:48:28 AM GMT
Getting the most out of multicore systems means diving head-first into multithreaded programming. In this issue, Ron Fosner demonstrates some simple methods for adding parallel operation to your code, along with techniques for measuring how much you’ve improved execution. (more)
category: How To | clicked: 3 | comment | | source: msdn.microsoft.com
tags: multi threading, MSDN, thread pool, Threading, MSDN Magazine, ThreadPool
3
Shouts

ASP.NET MVC: Using asynchronous controller to call web services

published 998 days, 22 hours, 32 minutes ago posted by gpeipmangpeipman 999 days, 6 hours ago
Saturday, September 25, 2010 8:25:44 AM GMT Saturday, September 25, 2010 12:57:58 AM GMT
Lately I wrote about how to make a lot of asynchronous calls to web services during ASP.NET page processing. Now it’s time to make same thing work with ASP.NET MVC. This blog post shows you how to use asynchronous controllers and actions in ASP.NET MVC and also you will see more complex scenario where we need to gather results of different web service calls to one result set. (more)
category: Web Dev | clicked: 7 | comment | | source: weblogs.asp.net
tags: Web Services, asynchronous processing, Threading, MVC, ASP.NET
2
Shouts

Making asynchronous calls to web services during ASP.NET page processing

published 1015 days, 19 hours, 24 minutes ago posted by gpeipmangpeipman 1016 days, 17 hours, 5 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Tuesday, September 07, 2010 1:52:37 PM GMT
Some ASP.NET web applications use web services to get some data that they display to users. Some pages may lay hardly on web services and these pages need some optimization to work better. In this posting I will show you how to use web services behind your ASP.NET page asynchronously and perform a lot of queries to web services. Sample code included! (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Threading, ASP.NET
8
Shouts

Concurrency - Throttling Concurrency in the CLR 4.0 ThreadPool

published 1017 days, 5 hours, 33 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1021 days, 22 hours, 57 minutes ago
Tuesday, September 07, 2010 1:24:33 AM GMT Thursday, September 02, 2010 8:01:06 AM GMT
The trend toward manycore architectures and parallel apps has resulted in many changes to the CLR 4.0 ThreadPool. If you’re emphasizing concurrency in new apps or adding it to old ones, or making use of ASP.NET or Parallel Extension technologies, this is for you. (more)
category: How To | clicked: 0 | 1 comment | | source: msdn.microsoft.com
tags: MSDN, thread pool, Threading, MSDN Magazine, ThreadPool
4
Shouts

C# Monitor,Busy Wait,True Wait & SpinLock - Coding N Design

published 1032 days, 19 hours, 12 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1033 days, 19 hours, 18 minutes ago
Sunday, August 22, 2010 11:45:38 AM GMT Saturday, August 21, 2010 11:40:28 AM GMT
In my last two posts I had discussed about thread synchronization,critical sections and System.Threading.Monitor class.What we have seen is, a critical section in the code where thread synchronization is required is protected by a lock.When a thread encounters a critical section it tries to acquire the lock,if successful it executes the code or else waits to acq... (more)
category: How To | clicked: 0 | comment | | source: codingndesign.com
tags: SpinLock, monitor, Threading
5
Shouts

C# Monitor – Some Important Points - Coding N Design

published 1052 days, 19 hours, 11 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1053 days, 18 hours, 38 minutes ago
Monday, August 02, 2010 11:46:52 AM GMT Sunday, August 01, 2010 12:20:16 PM GMT
In my last post I started the discussion on race conditions and thread synchronization technique using Monitor/lock in C#.In this post also, we will continue with the same and discuss some important points related to the Monitor class. (more)
category: How To | clicked: 0 | comment | | source: codingndesign.com
tags: .NET, monitor, Threading, lock
4
Shouts

Race Condition & Synchronization in C# - Coding N Design

published 1066 days, 20 hours, 34 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1067 days, 18 hours, 10 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 12:48:14 PM GMT
We have heard about the term race condition in relation to threads.This is basically a scenario where two or more threads are competing(racing) to read/write from a shared memory location leading to the possibilities of leaving the program in an inconsistent state. Consider the program shown below: public class A { public int x = 0; public int y = 0... (more)
category: How To | clicked: 0 | comment | | source: codingndesign.com
tags: monitor, Threading, lock
5
Shouts

How to Sleeping a thread for Zero Seconds in C# : The CodeGain

published 1066 days, 20 hours, 34 minutes ago posted by codegaincodegain 1068 days, 1 hour, 58 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 5:00:12 AM GMT
Sleeping a thread for Zero Seconds in C# (more)
category: How To | clicked: 1 | comment | | source: www.codegain.com
tags: .NET, C#, CSharp, Threading
3
Shouts

Being threadsafe - an introduction to the pitfalls of parallelism

published 1078 days, 21 hours, 44 minutes ago posted by mikeukmikeuk 1079 days, 17 hours, 26 minutes ago
Wednesday, July 07, 2010 9:14:00 AM GMT Tuesday, July 06, 2010 1:31:35 PM GMT
If you want to make your programs go faster in the future you have to take up the challenge of threading. In this article we look at the basics of writing threadsafe code and why things go wrong. (more)
category: How To | clicked: 0 | comment | | source: www.i-programmer.info
tags: C#, Threading
7
Shouts

JEF CLAES ON .NET AND LIFE: Listening for UDP packets in a Windows service using an UdpClient

published 1192 days, 19 hours, 2 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1193 days, 15 hours, 29 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 3:28:58 PM GMT
In this post, I'll show you how can you listen for UDP packets in a Windows service. (more)
category: Smart Client | clicked: 1 | comment | | source: jclaes.blogspot.com
tags: Windows service, UDP, Threading
9
Shouts

Nuclex Framework on CodePlex

published 1292 days, 15 hours, 43 minutes ago posted by CygonCygon 1294 days, 11 hours, 49 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 7:09:11 PM GMT
Nuclex.org has finally published their Nuclex Framework, a library of advanced building blocks for XNA game programming, as Open Source on CodePlex! Just some of the features: 3D Vector font rendering, multi-threaded particle systems, 3D SpriteBatch replacement, graphical user interfaces with skining support, game state management and more, all organized into neatly isolated building blocks you can pick from. The code has more than 1,400 unit tests with some assemblies achieving 100.0% test coverage and ... (more)
category: How To | clicked: 1 | comment | | source: www.nuclex.org
tags: GUI, XNA, Open Source, Vector Fonts, Threading, XNA Game Studio
7
Shouts

Executing actions on the UI thread

posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 1300 days, 18 hours, 12 minutes ago
Friday, November 27, 2009 12:46:17 PM GMT
Executing actions on the UI thread by Sebastian Negomireanu on Nov.27, 2009, under .NET, C#, Code When working with frameworks like Silverlight, WPF or Windows Forms you often encounter the need to ensure a piece of code runs on the UI thread. Below, I present a clean way to do this using the SynchronizationContext class. (more)
category: Metro | clicked: 2 | comment | | source: byteflux.me
tags: Extension Methods, Silverlight, Windows Forms, C#, Synchronization, windows presentation foundation, Threading