TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About TPL
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Karthikeyan Anbarasan (6)
Veena Sarda (5)
Dr Gomathi (3)
Amit Choudhary (3)
Gul Md Ershad (3)
Lalit Bansal (2)
Suresh Paldia (2)
Nimit Joshi (2)
Ajay Kumar (2)
Rohit Gupta (2)
Nitin (2)
Allen Oneill (2)
CSharp TV (2)
Shweta Lodha (2)
Aashina Arora (2)
Michal Habalcik (2)
Arpit Jain (2)
Kautilya Utkarsh (1)
Shubhankar Banerjee (1)
Sanjay Kumar (1)
Abhishek Yadav (1)
Munib Butt (1)
Ayush Gupta (1)
Punar Dutt Rajput (1)
Princy Gupta (1)
Sanjay Kumar (1)
Scott Lysle (1)
Abiola David (1)
Jin Necesario (1)
Dhairya Krishnat (1)
Esmael Esmaeli (1)
Darly Dixon (1)
Abhishek Singhal (1)
Subham Ray (1)
Ojash Shrestha (1)
Mohammad Elsheimy (1)
Arkadeep De (1)
Vidyadharran G (1)
Mokhtar B (1)
Romil Bheda (1)
Praveen Sreeram (1)
Ammar Shaukat (1)
Destin Joy (1)
Abhishek Arora (1)
Sara Silva (1)
Mike Gold (1)
Bhushan Bhure (1)
Ibrahim Ersoy (1)
Ashish Tripathi (1)
Pankaj Gupta (1)
Tony Tromp (1)
Joaquin Grech (1)
Related resources for TPL
No resource found
Use Cases of Alchemy in Web3
10/19/2024 2:02:21 PM.
Alchemy is a powerful platform for developing decentralized applications on blockchain technology. It supports various sectors, including DeFi, NFT marketplaces, and DAOs, by providing essential tools
Why Developers are Choosing Alchemy for Blockchain Projects?
9/30/2024 9:50:47 AM.
Learn how Alchemy simplifies blockchain development with multi-chain support, real-world use cases, and an easy-to-use dashboard for building and managing dApps effortlessly.
An overview of the Task Parallel Library (TPL) in C#
9/17/2024 5:07:16 AM.
The Task Parallel Library (TPL) is a collection of public types and APIs within the .NET framework that facilitates the integration of parallelism and concurrency into applications.
Multithreading in C# Task Creation Using Loop
8/6/2024 5:04:09 AM.
This article introduces multithreading in C# using the Task class from the Task Parallel Library (TPL). It explains creating and executing tasks serially within a loop, ensuring tasks are completed se
Parallel Programming Using TPL in .NET
6/7/2024 10:21:43 AM.
With today's computers, we have multiple cores that must be equipped to design and develop applications that can utilize these resources. We must develop programs that can run our functions in par
The Evolution of Custom Domains
6/3/2024 4:44:30 AM.
Explore the evolution of custom domains from their inception to modern advancements. Learn about their importance for branding, SEO, and control over online content, as well as the history, need, bene
Navigate NFTs Minting, Access & Exploring with CLI Tools SPL
5/30/2024 5:59:06 AM.
Explore NFTs seamlessly through CLI tools and SPL, from minting to accessing and delving into their metadata. Navigate the world of digital assets with efficiency and ease, leveraging blockchain techn
Top 8 Features to Look in a NFT Marketplace
5/22/2024 9:10:33 AM.
NFTs have surged in popularity, showcasing their potential as tradable assets on the blockchain. Explore our blog for insights into creating your own NFT marketplace with eight essential features.
New Features in .NET 4.5 and 5.0
5/16/2024 5:51:25 AM.
Discover the latest enhancements in .NET with versions 4.5 and 5.0. Explore async programming using async/await, improved performance, Entity Framework updates, ASP.NET Core (in .NET 5.0), enhanced LI
Parallel.For Loop in .NET 4
5/1/2024 11:06:50 AM.
Learn efficient parallel programming with the Parallel.For loop in .NET 4. Harness the Task Parallel Library (TPL) to execute iterations concurrently, optimizing performance through multithreading and
Asynchronous Connection in .NET Framework 4.5
5/1/2024 11:04:28 AM.
Learn about leveraging asynchronous connections in .NET Framework 4.5 for efficient, non-blocking operations. Explore async/await patterns, Task Parallel Library (TPL), AsyncCallback delegate, and asy
Introduction to Async and Await in C# 5.0
4/29/2024 10:01:54 AM.
Async and await in C# 5.0 revolutionized asynchronous programming, simplifying complex tasks by allowing developers to write asynchronous code as if it were synchronous. These keywords enable efficien
Web API Hosting From OWIN With Windows Azure
4/18/2024 1:21:58 PM.
Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
Generate Bell-Shaped Distribution: PySpark & Matplotlib in Fabric Notebook
2/5/2024 11:31:42 AM.
Learn how to generate and visualize a bell-shaped or normal distribution using PySpark and Matplotlib in Microsoft Fabric Notebook. Explore the characteristics of a normal distribution, its symmetry,
Exploring Python's NumPy, SciPy, and Matplotlib for Scientific Insights
1/29/2024 11:53:48 AM.
Explore Python, through libraries like NumPy, SciPy, and Matplotlib, becomes an essential tool in scientific computing, enabling researchers to perform complex calculations, data analysis, and visuali
Python Pair & Joint Plots with Matplotlib and Pandas
1/25/2024 6:52:11 AM.
This article introduces you to creating Pair Plots and Joint Plots, powerful tools for visualizing relationships and distributions in your dataset.
Comparative Analysis of Monthly Sales
1/19/2024 9:24:07 AM.
We will explore how to create line charts using three popular Python libraries: Matplotlib, Seaborn, and Plotly. By visualizing the same set of sample sales data across different months, we'll see
Task Parallel Library (TPL) in C#
12/12/2023 8:48:49 AM.
The Task Parallel Library (TPL) in C# revolutionizes parallel programming, offering simplicity and scalability. This guide covers TPL components, benefits, and examples, showcasing its role in buildin
.NET Task Parallel Library vs System.Threading.Channels
10/18/2023 6:49:02 AM.
Concurrency in modern software development is vital for applications to efficiently manage multiple tasks simultaneously. In the .NET ecosystem, developers have two powerful tools for concurrency: the
Task Parallel Library 101 Using C#
9/25/2023 5:15:32 AM.
Task Parallel Library (TPL) provides a level of abstraction to help us to be more effective as developers/programmers when it comes to parallelism. Knowing at least the basics are beneficial. In that
Top NFT Marketplaces To Buy And Sell NFTs
8/23/2023 8:52:05 AM.
In this article, you will learn about the top NFT Marketplaces to Buy and Sell NFTs.
Best Python Machine Learning Libraries
7/27/2023 6:53:29 AM.
Python and machine learning go hand and hand. Here is a list of most popular machine learning libraries for Python.
How To Create An Account on Roblox?
4/28/2023 3:49:45 PM.
How to create a Roblox account and login in to enjoy this platform?
What Is GitHub Marketplace
3/18/2023 2:24:10 PM.
In this article, you will learn about GitHub Marketplace - All You Need To Know.
Build and Launch Your NFT Marketplace by Divyang Desai
2/2/2023 3:21:18 PM.
In this session, you will learn about how to build and Launch Your NFT Marketplace.
Implementing A Proxy Server In C# - An Example And Test Case
12/9/2022 11:48:43 AM.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server w
What Is Sandbox?
8/8/2022 6:11:40 AM.
This article is about sandbox. The Sandbox is a blockchain game in which players use non-fungible tokens (NFTs) on the Ethereum blockchain to create a virtual world.
Top 5 NFT Marketplaces That Have Achieved Success With Their Business Models!
7/21/2022 4:29:42 AM.
The top NFT marketplaces can mean the difference between selling a brand-new masterpiece and discovering a brand-new project to collect. NFT marketplaces are also a gateway into a community of ardent
Getting Started With Matplotlib Using Python
5/19/2022 1:02:26 PM.
This article will get you started with Matplotlib using Python.
ACTION_HEADSET_PLUG Intent In Android
5/18/2022 2:12:38 PM.
In this article, you will learn about ACTION_HEADSET_PLUG intent in Android.
Plot And Compare The Stock Price Trend
2/21/2022 10:48:44 AM.
This article explains about how to read publicly listed stock data and plot a graph out of that using Python. So, that by looking at the trend, one can conclude some analysis results.
Data Science Universe - MVP Show ft. Subham Ray
2/21/2022 9:06:59 AM.
Watch Subham Ray as he talks about Data Science Universe.
NFT Marketplaces And The Launch Of World’s First Feeless NFT Platform
2/2/2022 3:19:06 PM.
In this article, you will learn about NFT Marketplaces and the launch of world’s first feeless NFT platform.
Understanding Matplotlib With Examples
11/10/2021 5:47:11 PM.
In this article, you will learn about Matplotlib with Examples. Matplotllib can be used to deliver or to abstract visuals of data upon required output so that the user can understand it better with bo
AWS Marketplace
9/23/2021 7:08:39 AM.
In this article, we’ll learn about AWS Marketplace and explore various resources and solutions enabled by AWS through the AWS Marketplace.
Understanding Synchronization Context Task.ConfigureAwait In Action
8/30/2021 4:59:29 AM.
When dealing with asynchronous code, one of the most important concepts that you must have a solid understanding of is synchronization context.
Introduction to Validate Multiple Data Model Properties Using ASP.Net 4.5
6/3/2021 9:01:59 AM.
This articles describes the various techniques to apply the multiple model state validator inside the GridView using ASP.NET 4.5.
PLINQ Powered by TPL in .Net 4.0 C#
3/24/2021 9:36:35 AM.
My previous post discussed the TPL library and its uses to create the scalable applications. Another way to incorporate the parallel task into your .Net applications is through PLINQ.
Asynchronous Tasks and Synchronization on UI TPL .Net 4.0
1/6/2021 11:15:23 AM.
Using TPL for parallel programming is now a cup of cake. It made life easier for those who are new to multithreaded programming.
Matplotlib Widget Animation
12/18/2020 5:28:13 AM.
This video explains the use of widgets to create an interactive matplotlib plot.
Parallel Programming Using New TPL Library in .Net 4.0
11/26/2020 4:40:39 AM.
With the .Net 4.0, you are provided with the brand new parallel programming language library called “Task Parallel Library” (TPL). Using the classes in the System.Threading.Tasks namespace, you can bu
Emojis as markers in matplotlib
9/8/2020 11:04:17 PM.
In this video, I show some interesting ways to create markers in matplotlib plots. You can create emojis, Unicode characters, multidimensional polygons, multicolored polygons and much more ...
Lesser known porperties of matplotlib - Part 1
9/2/2020 5:57:31 AM.
In this video I have started with details of attributes for styles of joining lines and capping lines in matplotlib library of Python.
A Complete Python MatPlotLib Tutorial
6/22/2020 4:57:26 AM.
This is the sixth tutorial in the series. In this tutorial, we will be studying about matplotlib and its functionalities.
Twin X Axis Plot And Intersection Of Indexes In Python
4/23/2020 11:37:41 PM.
In this article, I would show how to plot two different Y axes on the same X axis with different left and right scales. I would also show how to intersect indexes to select data.
Comparing SciPy, NumPy and Matplotlib
4/16/2020 3:47:47 PM.
After reading this article you will be able to compare and differ between NumPy, SciPy, and Matplotlib.
Install Sitecore 9.2 XP and XC from Azure Marketplace
4/13/2020 8:44:09 AM.
In this article, you will learn how to install Sitecore 9.2 XP and XC from Azure Marketplace.
Python - Matplotlib
4/5/2020 8:11:41 AM.
In this article, you will learn about plotting in Matplotlib using Python Library.
Create an Animated GIF Using Python Matplotlib
4/4/2020 2:54:00 PM.
In this article, we will see how to create animated gifs of your charts using Python's matplotlib package
A Deep Learning Machine On Azure From The App Marketplace
1/22/2020 5:07:31 PM.
How to use a pre-configured environment on Azure to create a "ready to go" Deep Learning machine
How To Create A Java Web App In Azure MarketPlace
11/14/2018 11:51:57 PM.
This article explains how to use Azure marketplace to create a Java Web app.
Creating Run-Time Menus in C#
9/13/2018 12:14:49 AM.
Sample example on how to create runtime menus. This article demonstrates how to add menu item and remove menu items at runtime in c#.
Creating FreeBSD Virtual Machine Using Azure Marketplace
7/11/2016 6:54:37 PM.
In this article, we will go step by step to create FreeBSD virtual machine from Azure Marketplace option.
Azure DevTest Labs: Configure Marketplace Image Settings
6/7/2016 11:48:24 AM.
In this article, we will learn how to configure market place image settings in the DevTest lab.
Overview Of Azure MarketPlace
4/25/2016 12:14:01 PM.
In this article you will get to know about Azure MarketPlace.
Update UI With WPF Dispatcher And TPL
2/24/2016 9:54:31 AM.
This article is intended to explain the concept of updating WPF UI with the help of Dispatcher and TPL.
Task Parallelism In Multithreading
2/17/2016 9:06:28 AM.
In this article you will lean about Task Parallelism in Multithreading.
Different Ways To Create Task Parallel Library (TPL Threads)
10/12/2015 3:01:58 AM.
This article explains the concept to create thread using TPL (Task Parallel Library) with different approaches.
Parallel Programming Part 1: Introducing Task Programming Library
4/16/2015 1:10:23 PM.
Introductory part of the parallel programming series in C# focused solely on the new Task Programming Library.
What is new in SharePoint 2013
3/20/2015 12:59:17 PM.
Today I am excited to author my first article about SharePoint 2013 or SharePoint 15, the next version of SharePoint.
Creating a Power View Report With Azure Marketplace Data
3/2/2015 6:32:24 PM.
In this article we will learn creating a Power View report with Azure Marketplace data and creating relationships between the tables.
Parallel Programming Part 2: Waiting For Tasks and Exceptions Handling
1/25/2015 11:12:47 PM.
This is the second part of the parallel programming series focused on waiting for tasks problematics and exception handling.
How to Add Marketplace Review Using the Cimbalino Windows Phone Toolkit (Using MVVM)
8/28/2014 1:09:20 PM.
This article shows how to add a marketplace review to your app using a MarketplaceReviewService from the Cimbalino Windows Phone Toolkit .
Adding App Rating Functionality in App Using Review Task
4/15/2014 12:29:49 PM.
This article explains the Marketplace Review Task. This task helps to launch the Rating Screen in the marketplace for our app.
Launching App Market Page From App In Windows Phone 8
4/15/2014 12:22:24 PM.
This article explains the Marketplace Detail Task and how to open the Marketplace Application page from your app. This task helps to launch the App Store from our app for a specific app.
WP7 - License to Print Money (Creating an App for the Windows Phone Marketplace)
10/4/2012 10:10:08 AM.
Windows 7 Phone has hit the marketplace with a splash and with it applications emerging every day. As a Silverlight developer myself, I have gone through the process of submitting a dice game to the Zune Marketplace. This article shares my experience and advice on creating and submitting your first Windows Phone app.
Websocket - Server Using HttpListener and Client With ClientWebSocket
8/4/2012 12:58:25 PM.
In this article you will see how to host a Websocket service as a windows service.
Deploying a Windows Phone 7 Application to the Marketplace
5/20/2012 5:14:08 AM.
In this article we are going to see how to deploy your Windows Phone 7 application to the Windows marketplace.
Windows Azure - Regenerate New Access Keys For Azure Storage Account
5/19/2012 6:10:50 AM.
In this article we are going to see how to generate new Access Keys for an Azure Storage Account using the Windows Azure Management Portal.
Windows Azure - Add a Custom Domain to The Storage Account
5/19/2012 5:52:49 AM.
In this article we are going to see how to add a custom domain to the Storage Account using the Windows Azure Management Portal.
Windows Azure - Deleting Registered Azure Storage Domain
5/19/2012 5:39:36 AM.
In this article we are going to see how to delete the domain registered with an Azure Storage account using the Windows Azure Management Portal.
Windows Azure - Updated Windows Azure Management Portal
5/19/2012 5:30:09 AM.
In this article we are going to see the new enhancements updated with the Windows Azure Management Portal.
SQL Azure - Views in SQL Azure Database And Not in On-Premise SQL Database
7/27/2011 6:55:36 PM.
In this article we are going to see the list of System View available in SQL Azure Database and not available in the On Premises SQL Server Local Database.
Installing Application from Marketplace
11/30/2010 12:27:49 PM.
In this article we will see a simple demo of how to install an application in Windows Phone 7.
Parallel.Invoke in .Net Framework 4
11/15/2010 1:21:44 AM.
In this article let's see about Parallel.Invoke method.
AccountPlus
10/14/2009 8:31:06 AM.
AccountPlus is an application which can be used for shared account/expense management with proper reporting and general analytics.
How to create and use Master Pages in ASP.NET 2.0
6/10/2009 1:23:31 AM.
This small tip shows you how to create and use simple master pages in ASP.NET 2.0.
Nemesis-7rc1 ( Codename Deviate)
2/3/2006 12:08:15 AM.
Nemesis-7 is a full-screen 2D shoot’em up that makes use of the DirectInput, DirectSound and DirectDraw interfaces from DirectX. The player controls a spaceship which he uses to duel the computer opponent. I implemented some artificial intelligence to make the CPU play more human.
Airplane War 0.2
12/24/2005 2:09:45 AM.
This is a very basic flight simulator designed in c# and directx 9 which was released yesterday. It is expected to be buggy but has enough information to allow you to learn about the new directx 9 managed code.