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 Tasks
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijai Anand Ramalingam (5)
Priyaranjan K S (3)
Jean Paul (3)
Salman Beg (2)
Praveen Sreeram (2)
Munib Butt (2)
Jay Krishnareddy (2)
Amit Choudhary (2)
Nakkeeran Natarajan (2)
Arpit Jain (2)
Vijay Prativadi (2)
Deepak Sharma (2)
Allen Oneill (1)
Devesh Omar (1)
Swesh S (1)
Jitendra Mesavaniya (1)
Abhishek Dhoriya (1)
Jignesh Trivedi (1)
Ayush Gupta (1)
Gaurav Kumar (1)
Ashutosh Singh (1)
Chervine Bhiwoo (1)
Jobin S (1)
Ajay Kumar (1)
Mohamed Shifan (1)
Sourav Kayal (1)
Sardar Mudassar Ali Khan (1)
Mukesh Kumar (1)
Chris Balnave (1)
Manoj Kumar Duraisamy (1)
Mohamed El-Qassas (Mvp) (1)
Mohammad Elsheimy (1)
Shweta Lodha (1)
Manoj Mittal (1)
Atul Warade (1)
Nikhil Bhojani (1)
Jayakumar Balasubramaniam (1)
Manish Sharma (1)
Elavarasan R (1)
Manpreet Singh (1)
John Iwasz (1)
Suman Verma (1)
Satyaprakash Samantaray (1)
Alagunila Meganathan (1)
Rathrola Prem Kumar (1)
Prashant Kumar (1)
Sateesh Arveti (1)
Sounik Chandra (1)
Vinoth Rajendran (1)
Prasham Sabadra (1)
Stephany Henrique Batista (1)
Gul Md Ershad (1)
Emiliano Musso (1)
Michal Habalcik (1)
Sandesh Patil (1)
Veena Sarda (1)
Dan Sullivan (1)
Ibrahim Ersoy (1)
Amit Maheshwari (1)
Sanket Terdal (1)
Suresh Paldia (1)
Mike Gold (1)
Related resources for Tasks
No resource found
Data Professionals to LLM/GPT Prompting for Everyday Tasks
11/17/2024 10:52:39 AM.
A guide for data professionals on leveraging Microsoft OpenAI with Python for efficient workflows and enhanced data analysis. Focuses on prompt design, including clear instructions, context, and tempe
Increase Application Performance using Task.Run in .NET Core
11/15/2024 11:18:38 AM.
Explore the power of Task.Run in .NET Core to efficiently handle background tasks like logging, report generation, and email sending, enhancing application performance and responsiveness without block
Custom Copilot: Fetch and Process SharePoint List Data Using Prompt AI Builder
9/30/2024 3:56:08 AM.
It guides users through creating custom workflows in Copilot Studio, automating data retrieval, and utilizing AI to process and present information efficiently, enhancing task management and decision-
Background Tasks with BackgroundService in .NET 7
7/17/2024 5:49:53 AM.
In modern software development, background tasks are essential for handling operations that need to run independently of user interactions, such as processing data, sending notifications, or performin
Microsoft Copilot Studio: Your Guide to Conversational AI Powerhouse
6/20/2024 5:42:43 AM.
Discover Microsoft Copilot Studio, a powerful low-code platform for building custom conversational AI applications. Automate tasks, personalize experiences, and streamline workflows within your Micros
Working With Timer-Triggered Azure Functions
6/14/2024 10:41:52 AM.
In this article, you will learn about Time-Triggered Azure functions, the basics of CRON expressions, and how to define CRON expressions for timer-triggered Azure Functions.
Trigger Azure WebJob By Using WebAPI
5/30/2024 12:09:56 PM.
Learn how to trigger and run Azure web jobs using a web API. This guide covers creating a sample ASP.NET application to make GET and POST calls for retrieving job statuses and running web jobs. Prereq
Concepts of Threads, Thread Pools, and Tasks in C#
5/13/2024 10:33:44 AM.
Threads are the smallest units of execution, enabling concurrency but requiring manual management. Thread pools efficiently manage threads for short-lived tasks, while tasks abstract asynchronous oper
Simplifying Background Tasks with WorkManager in Android
4/23/2024 4:39:03 AM.
This article guides you on how WorkManager in Android simplifies task scheduling, improves background processing, and optimizes app development across different devices
Email Scheduling with Hangfire in .NET Core Minimal APIs
4/19/2024 11:52:33 AM.
In modern web applications, sending recurring emails is a common requirement for tasks such as notifications, reminders, or scheduled reports. Hangfire is a popular library in the .NET ecosystem that
How To Create A Scheduled Webjob For SharePoint 2013 Online Using Classic Azure Portal
4/17/2024 9:38:54 AM.
Learn to set up scheduled WebJobs for SharePoint 2013 Online using the Azure Classic Portal. Utilize Azure WebJobs SDK, .NET, and TimerTrigger for automated tasks. Deploy via Visual Studio, manage wit
How to Create Azure WebJob For SharePoint Online
4/16/2024 11:00:42 AM.
In this article, you will learn how to automate tasks in SharePoint 2013 Online using Azure WebJobs. Integrate Azure cloud computing for scheduled tasks and streamline processes with SharePoint develo
Creating And Deploying Microsoft Azure WebJobs
4/16/2024 6:49:50 AM.
In this article, you will learn to create and deploy Microsoft Azure WebJobs for automating tasks, processing jobs in the background, and integrating with Azure Functions. Explore scheduling, scalabil
WebJob And Its Types In Azure
4/15/2024 11:23:10 AM.
Azure web jobs are a vital component of background processing tasks within the Azure ecosystem. This article delves into the intricacies of web jobs, highlighting their significance and the various ty
Sending Recurring Emails Using HangFire in .NET Core Minimal APIs
4/11/2024 10:46:17 AM.
Learn how to automate recurring email tasks using Hangfire in .NET Core Minimal APIs. Hangfire offers multi-threaded, scalable task scheduling, perfect for batch email notifications, database maintena
Passing Values Between Tasks in Azure DevOps Pipeline
3/26/2024 10:39:12 AM.
In this article, we will learn efficient inter-task communication in Azure DevOps pipelines. Discover how to pass values between tasks using the task.setvariable logging command, streamlining your pip
Azure DevOps: How to execute a Pipeline Task using Conditions
3/22/2024 5:58:20 AM.
Learn how to optimize your Azure DevOps pipelines with tips and tricks for executing tasks conditionally. Utilize conditions to control task execution based on variables, branch policies, and other cr
Background Services in .NET Core
3/22/2024 5:21:37 AM.
In this article, we will learn Background Services in .NET Core allow developers to execute asynchronous tasks in the background, ensuring the smooth operation of applications.
Installing File Server Resource Manager on Windows Server
3/11/2024 11:26:52 AM.
In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to
Tasks in C# Asynchronous Programming
9/20/2023 10:13:33 AM.
In C#, asynchronous programming allows you to perform non-blocking operations, such as I/O-bound tasks or network calls, without blocking the main thread of execution. This is crucial for maintaining
Background Task Creation with Hosted Services and Workers
8/31/2023 8:22:02 AM.
In a web application, there are tasks that need to be performed in the background, such as sending emails, processing data, or performing regular maintenance. These tasks are often non-HTTP-related a
Learn Iteration Statements In C#
8/28/2023 10:40:11 AM.
In this article, we will learn about some iteration statements in C#.Iteration statements, also known as loops, are essential programming constructs that allow you to execute a block of code repeatedl
OLAP ETL Tasks In RavenDB
8/23/2023 9:56:53 AM.
What are OLTP and OLAP? Where is each appropriate? This article explains the difference between OLAP and OLTP, why would you want to use cloud OLAP services over a SQL reporting database, and the func
Introduction to Hangfire – opensource library for background task scheduling in .Net core
4/26/2023 6:33:41 AM.
Introduction to Hangfire – opensource library for background task scheduling in .Net core
Running Tasks In Parallel And Collecting Results In C# 11
3/29/2023 5:23:23 AM.
In this article, you wil learn about running tasks in parallel and collecting results in c# 11.
T-SQL - Retrieve Task Hierarchy In Project Server
2/13/2023 9:31:09 AM.
In this article, we will show how to get the Task Hierarchy for a Specific Project in Project Server Database using SQL
Running Tasks In Parallel
10/3/2022 5:22:37 AM.
In this article, you will learn how to run tasks in Parallel in C#.
<⚡> Time Triggered Azure Functions - A Guide To Background Tasks Using C#
8/31/2021 5:52:33 AM.
In this article, you will learn how to schedule background tasks using the C# and Time triggered Azure functions.
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.
Automatically Shutdown the Azure VM using Automation Tasks Template (PREVIEW)
5/25/2021 4:27:11 AM.
This video introduces with a logic apps based feature to automatically shutdown Azure virtual machine.
Background Tasks Made Easy With Hangfire And .Net 5
1/18/2021 2:23:03 PM.
In this article, we will learn about the Hangfire and its usage in .Net 5
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.
Implement SPFx deployment with Azure DevOps using Azure Blob Storage & SPO ALM Tasks
12/15/2020 9:15:45 PM.
In this video, I demonstrated how to implement SPFx deployment with Azure DevOps using Azure Blob Storage & SharePoint Online Application Life Management Tasks
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
Implement Background Tasks In Microservices With IHostedService And BackgroundService Class In .NET
7/31/2020 7:59:25 AM.
Here, we try to understand Implementing Background Task in microservices using IHostedService and BackgroundService class.
Debug Async Code
6/15/2020 5:20:23 AM.
In this article, you will learn how to debug async code.
How to Move Files to an Azure Storage Account Using Gulp Tasks
4/8/2020 4:01:30 PM.
In this article, let’s discuss how to move files from your local machine to Azure storage account which points to CDN using gulp tasks.
Disable Automatic Turn Off Feature in Windows 8
12/17/2019 1:00:02 AM.
In this article I have described how to disable the automatic turn off feature in Windows 8.
A Quick Overview Of Machine Learning Tasks🚀
9/28/2019 6:29:59 AM.
In this article, we will learn basics of machine learning techniques, their description, visualization, and an example for each one.
Creating An App For Daily Tasks Using Microsoft PowerApps
7/25/2019 11:41:32 PM.
In this article, you will learn creating an app for Daily Tasks, using Microsoft PowerApps.
Use SQS To Offload Asynchonous Tasks
1/31/2019 8:34:08 AM.
Learn to use Amazon's Simple Queue Service to improve the performance of customer-facing services by offloading asynchronous tasks.
How To Create A Build Definition In TFS 2015, Adding Tasks And Setting Build Menu Options
1/3/2019 4:01:31 AM.
A Build definition may be defined as a collection of steps/tasks which can be executed in a sequence as specified while creating a build definition. We can change a sequence of steps added in the buil
Rearrange The Tasks List Dynamically By Drag And Drop Using Angular In MVC
7/11/2018 10:05:58 AM.
Reorder the list of data via drag & drop feature and the current order of the list shall be persisted on the database.
How To Save Wunderlist Tasks To OneNote Pages Using Microsoft Flow
11/24/2017 6:26:51 PM.
This article helps you to learn how to save Wunderlist tasks to OneNote pages whenever a new task is added on Wunderlist using Microsoft Flow.
Creating Custom Gulp Tasks In SPFx Solutions
10/3/2017 5:21:17 PM.
Let us see how to create and test the gulp tasks in the SharePoint Framework solutions.
Understanding Gulp Tasks In SharePoint Framework Solutions
9/24/2017 2:53:03 PM.
Let us look deeply into the Gulp tasks we use in SharePoint framework solutions. Gulp helps in automating the manual tasks done in a solution. Say for example, when you create SharePoint framework sol
Create Runbooks To Automate Tasks In Azure Automation
4/13/2017 9:21:44 AM.
This article helps readers to create Runbooks to automate the tasks in an Azure Automation.
How To Document Tasks With Notes And Hyperlinks In Microsoft Project 2013
3/7/2017 1:42:25 PM.
In this article, you will learn how to document tasks with notes and hyperlinks in Microsoft Project 2013.
Manage Tasks List In SharePoint Online
2/18/2017 3:35:47 PM.
In this article, you will learn how to manage Tasks list in SharePoint Online.
Getting Started With User Administrative Tasks In Office 365 Using PowerShell
2/1/2017 10:28:46 AM.
In this article you will learn about User Administrative tasks in Office 365 using PowerShell.
Look At Tasks Window In VS 2015
1/12/2017 11:12:36 AM.
In this article, we will look into one of the feature of VS 2015 known as Tasks Window.
Overview Of Micro Tasks In KnockoutJS
1/10/2017 10:13:57 AM.
In this article, you will learn about Micro Tasks in KnockoutJS.
Background Tasks In Universal Windows Program - Part Eight
9/24/2016 1:29:35 PM.
In this article, you will learn how to implement the Progress, Cancel, and Completed event.
Connect To Office 365 To Perform Administrative Tasks Using PowerShell
9/2/2016 12:49:34 PM.
In this article, you will learn how to connect to Office 365 to perform administrative tasks using PowerShell.
Approaches For Showing The Tasks Assigned To The Logged In User From The Current Site Collection Using Office 365 And SharePoint Online
9/2/2016 12:12:43 PM.
In this article, I am going to show the various approaches, their pros and cons to show the tasks, assigned to the current user, across the site collection.
Gulp And Its Tasks
4/20/2016 1:49:12 PM.
In this article we are going to learn to create tasks and integrate in the build of Visual Studio.
Control Current Tasks In Multithreading
2/20/2016 1:04:56 AM.
This article is intended to explain the concept of controlling Task using different name.
Invoke Method To Update UI From Secondary Threads In VB.NET
1/25/2016 9:39:49 AM.
In this brief article, we'll see how it can be possible, through the Invoke method, which is available to all controls through the System.Windows.Form namespace, to realize such functionality in order to execute a graphic refresh and update through delegates.
Hierarchical Tasks & Task Pane in SharePoint
3/17/2015 6:49:10 PM.
In this article we will explore Hierarchical Tasks & Task Pane in SharePoint 2013.
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.
Task List Feature in Visual Studio
7/24/2014 7:38:43 PM.
This is all about the Task List window that is helpful in managing comments (to-do lists).
Sharing Image From Windows Phone 8 App
5/5/2014 12:43:25 PM.
In this article we will learn how to share an image on various channels using the Share Media Task of Windows Phone 8.
Working With Photo Chooser Task In Windows Phone 8
4/15/2014 1:55:42 PM.
This article explains the Photo Chooser Task of Windows Phone 8. This task enables the user to select an image from the Windows Phone photo library.
How to Sync Tasks From Project Plan to SharePoint 2013 Tasks List
3/19/2014 1:35:49 PM.
In this article we will see how a project plan can be synchronised with a SharePoint 2013 Tasks List.
Display Microsoft Project Tasks & Timeline Within SharePoint 2013
9/11/2013 12:15:15 PM.
In this article I will take you through displaying Microsoft Project (client application) Tasks & Timeline into SharePoint environment.
Related Items Site Column in SharePoint 2013
2/20/2013 8:33:19 PM.
In this article you will see about the new site column Related Items in SharePoint 2013.
Project Summary Webpart in SharePoint 2013
2/12/2013 3:20:34 PM.
This article is about the Project Summary webpart in SharePoint 2013.
Tasks List in SharePoint 2013
2/10/2013 5:56:51 PM.
In this article we will see the new changes in SharePoint 2013 tasks list.
Workflow History Not Found in Sharepoint 2010
10/10/2012 4:04:02 PM.
In this article we can explore a common scenario associated with creating Workflows in Visual Studio 2010.
Periodic and ResourceIntensive Tasks in Windows Phone (Mango)
10/3/2012 9:36:00 AM.
In this article we're going to look at the entree: Background Tasks. More specifically, Periodic and ResouceIntensive Tasks (There is one for audio and transfers, we'll look at these in the next article(s).
Tasks in SharePoint 2010
5/22/2012 5:42:25 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Project Tasks in SharePoint 2010
5/22/2012 5:30:18 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Task System in Windows Phone 7
5/20/2012 7:39:33 AM.
In this article I will be talking about Task System in Microsoft.Phone.Tasks namespace and how to build applications for Windows Phone 7.
Different Types of Chooser and Launcher Tasks in Windows Phone 7
5/20/2012 6:40:34 AM.
In this article I will try to explain various types of Chooser and Launcher Tasks available in Windows Phone 7.
Working With Various Phone Tasks in Windows Phone 7
2/24/2012 2:52:32 PM.
In this article we are going to explore how to work with various phone tasks in Windows Phone 7.
How to Add a New Contact, Make a Call and Send SMS in Windows Phone 7
2/18/2012 2:48:15 PM.
In this article you will see how to add a new contact, make a call and send SMS to it in Windows Phone 7.
TFS 2010 Scrum - Relation between PBIs, Tasks, Bugs and Impediments
5/5/2011 2:36:40 PM.
In Scrum, the product backlog is the list of requirements for the system. In this article we are going to see how the Product Backlog Items (PBIs), test case, tasks and bugs are linked.
Parallel.Invoke in .Net Framework 4
11/15/2010 1:21:44 AM.
In this article let's see about Parallel.Invoke method.
Using Custom Tasks in MSBuild to modify XML Configuration Files on the Fly
8/24/2006 2:41:33 PM.
This article shows you how to use MSBuild to build your project and how to create a custom task that will allow you to modify sections of your XML configuration files.