↧
Using .NET Task Parallel Library (TPL) to run parallel tasks and update UI...
When analyzing a programming task requirement, one of the questions a good developer asks themselves is if there’s any subtask which can be run in the background or asynchronously. For example, If a...
View ArticleUsing .NET Task Parallel Library (TPL) to run parallel tasks and update UI...
When analyzing a programming task requirement, one of the questions a good developer asks themselves is if there’s any subtask which can be run in the background or asynchronously. For example, If a...
View ArticleBugAid, a Visual Studio debugger add-on. A quick review.
I spend a lot of development time in Visual Studio (VS) and I am a fan of using any product which increases my productivity and makes my work more fun. That's why I use products like Resharper, Tabs...
View Article