Related resources for OC
  • Rotate Boundingbox Based on Angle: Azure OCR API/Read/Form Recognizer4/24/2024 8:00:53 AM. To manipulate the results from Azure OCR API, we sometimes need to rotate the boundingBox in the response with the tilted angle in order to do some operations. Here we are looking at how this rotatio
  • How To Perform A SharePoint App-Only Authentication In Power Automate4/24/2024 7:46:01 AM. Learn how to seamlessly integrate SharePoint with Power Automate by leveraging app-only authentication. This guide walks you through the process of setting up secure authentication without user interv
  • Composite Design Pattern Using Java4/24/2024 7:45:07 AM. The composite design pattern facilitates creating nested objects of the same type, forming a hierarchical system. Components define a base contract, composites implement it, and clients build system
  • Mapping TVFs Using Entity Framework Database First4/24/2024 7:43:49 AM. Map table-valued functions (TVFs) in Entity Framework Database First by importing them as function imports. Utilize EDM Designer to create complex types for TVF results, enhancing data retrieval and m
  • Containerize .NET Core Application And Push It To Azure Container Registry Using Docker Commands4/24/2024 7:41:55 AM. Azure Container Registry is a private registry on Azure for containerized applications. Learn to containerize and push .NET Core apps using Docker commands, enabling deployment on Azure services. Auth
  • Client-Side Data Storage: Local & Session Storage in JavaScript4/24/2024 6:10:08 AM. This Article describes how to store data on the client side and the difference between local storage and session storage and their methods.
  • Entity Framework 6 CRUD Stored Procedures: Code-First Approach4/23/2024 11:22:38 AM. Learn how to implement Insert, Update, and Delete operations using stored procedures in Entity Framework 6 with a Code First approach. This tutorial covers setting up stored procedures, mapping them t
  • How To Convert List <DataTable> Into DataSet4/23/2024 11:15:59 AM. Retrieve employee details from database using stored procedure. Group data by department with LINQ. Export List&lt;DataTable&gt; to Excel with multiple spreadsheets. Bind List&lt;DataTable&gt; to Gri
  • Understanding the Python Global Interpreter Lock (GIL)4/23/2024 11:06:43 AM. The Python Global Interpreter Lock (GIL) is like a traffic cop inside your computer that makes sure only one thing happens at a time in Python, even if your computer has multiple processors.
  • Creating Picture Viewer Using C# in .NET 4.54/23/2024 9:56:35 AM. Create a sleek Picture Viewer in C# using .NET 4.5. This project blends UI development with graphics programming, offering a seamless interface for viewing and managing images. Dive into image process
  • Component Wise vs. Functionality Wise - Team Breakup4/23/2024 8:34:26 AM. Agile methodology advocates for smaller teams like frontend, backend, and data engineering for enhanced productivity. Component-oriented and feature-oriented teams streamline development, but communic
  • Upload a File Using File Transfer Protocol (FTP)4/23/2024 7:21:47 AM. Learn how to seamlessly upload files using File Transfer Protocol (FTP) in this comprehensive guide. Discover the step-by-step process, from setting up your FTP client to navigating directories and tr
  • Implementing a Map with Latitude and Longitude in JavaScript 4/23/2024 5:06:40 AM. We&#39;ll explore how to leverage Leaflet, a powerful JavaScript library for interactive maps. This article guides the creation of dynamic maps using Leaflet and geolocation. It covers HTML structure,
  • How to Work With TFS - TFS Build Agent, Build Definition, TFS Build Custom Task 4/22/2024 8:53:53 AM. Learn to create a custom task in a class library, execute it after a TFS build succeeds. Setup TFS build agent, define build process, and run TFS build seamlessly. Ensure successful build execution wi
  • Diagnostic And Performance Monitoring in .Net 4.04/22/2024 8:23:32 AM. Explore .NET 4.0&#39;s enhanced performance monitoring capabilities, including application domain-level resource tracking for memory and processor usage. Utilize Hosting APIs and Event Tracing for Wi
  • CRUD Operation Using Stored Procedure In ASP.NET GridView Real Time4/22/2024 8:20:12 AM. Prepare to be in stitches as [subject of video] finds themselves in a whirlwind of unexpected mischief! Their reaction is pure comedy gold, making this video an instant hit! #funny #prank #meme.
  • Real-Time Data Transfer with WebSockets and SignalR in .NET Core4/22/2024 4:05:14 AM. In this article, we&#39;ll explore how to implement WebSocket functionality using SignalR in a .NET Core application to retrieve data from a concurrent dictionary and push it to clients in real time.
  • Easily Extract Values from PDF Without AI Only Using .NET Core 84/20/2024 9:21:53 AM. In this post, we will be discussing extracting content from PDF file without using any AI algorithms.
  • Exploring the fundamentals of concurrent programming in .NET4/19/2024 11:57:13 AM. Concurrency is vital for efficient applications. .NET offers Thread, Multithreading, Task, Async &amp; Await, Threadpool, Lock, and Deadlock tools. Understanding them enhances .NET development for sca
  • Email Scheduling with Hangfire in .NET Core Minimal APIs4/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
  • SQL Stored Procedures: Benefits, Implementation & Best Practices4/19/2024 9:52:48 AM. Stored procedures are a powerful feature of SQL databases that allow developers to encapsulate SQL logic and execute it as a single unit. In this article, we&#39;ll delve into the concept of stored pr
  • What is Growth Marketing? Growth Marketing Strategies in 20244/19/2024 4:22:28 AM. Growth marketing is a strategic, data-driven approach to achieving sustainable business growth. Growth marketing drives sustainable business growth through data-driven strategies, customer-centric app
  • Remoting Technology: Distributed Computing4/18/2024 1:27:32 PM. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
  • Select Stored Proc With Raw SQL Query Via EDF Framework4/18/2024 10:43:47 AM. Utilize Entity Data Framework (EDF) for selecting stored procedures with raw SQL queries. Enhance data access in your application by leveraging the power of SQL alongside EDF&#39;s object-relational m
  • Create Community Site Collection in SharePoint Online4/18/2024 8:19:25 AM. Establish a collaborative hub with a Community Site Collection in SharePoint 2013 Online. Engage users through forums, blogs, and announcements. Facilitate document sharing and seamless member managem
  • Community Portal Site in SharePoint4/18/2024 8:16:58 AM. In this article, we will explore the robust capabilities of SharePoint 2013 as it powers your Community Portal Site, fostering collaboration, knowledge sharing, and social networking among your team.
  • How To integrate Dependency Injection In Azure Functions4/17/2024 8:05:24 AM. Learn how to integrate Dependency Injection in Azure Functions, creating HTTP trigger functions, and injecting service objects using DI. Understand the Dependency Injection pattern, steps to add DI in
  • How Cloud, Edge, & Fog Computing are Redefining Data Processing4/17/2024 7:49:58 AM. Discover the dynamic interplay of Cloud, Edge, and Fog Computing in reshaping data processing. Explore how these technologies converge to optimize workflows, enhance scalability, and redefine the boun
  • Learn About Angular Component Hook Life Cycle4/16/2024 10:03:45 AM. Learn about Angular Component Lifecycle Hooks including ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, and ngOnChanges. Explore their
  • MERGE Stored Procedures in SQL Server4/16/2024 8:14:21 AM. In this article, I present how to use the MERGE statement in a stored procedure to merge a single record and how to use it to merge a list of records by using Table-Valued parameters in SQL Server.
  • Table-Valued Parameters in SQL Server4/16/2024 5:42:55 AM. Table-Valued Parameters in SQL Server enable passing multiple rows of data to stored procedures, enhancing performance for bulk operations. Utilizing user-defined table types, they streamline data man
  • WebJob And Its Types In Azure4/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
  • Convert SharePoint Library Images to Base 64 with Microsoft Flow4/15/2024 10:42:34 AM. In this article, we will talk about how we can easily convert SharePoint Document library Images to Base 64 and store the value of the Base 64 Images to SharePoint’s Multiline textbox.
  • Deleting NFS Snapshot through Portal4/15/2024 10:00:41 AM. Efficiently manage your Azure File Share snapshots by learning the deletion process. With on-demand snapshots, you can safeguard your data and recover it when needed. Follow step-by-step instructions
  • Creating a Virtual Machine on ESXi Host with VMware Web Client4/15/2024 8:30:44 AM. By following these steps, you can successfully create a virtual machine on your target ESXi host using the VMware web Host Client.
  • Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel 4/11/2024 10:35:24 AM. Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
  • Configure Tiles View In SharePoint Online - Office 3654/11/2024 10:32:09 AM. Configure Tiles View in SharePoint Online (Office 365) by accessing site settings or document library settings in the modern experience. Customize layout, sizes, and content presentation for improved
  • What Is Swagger In .NET Core And Its Implementation?4/11/2024 6:11:19 AM. Swagger in .NET Core simplifies API documentation by generating interactive documentation from code annotations. It enables developers to visualize, test, and interact with API endpoints effortlessly.
  • HTML5 and ASP.Net Client-Side Caching Techniques4/11/2024 6:07:17 AM. HTML5 and ASP.Net Client-Side Caching Techniques refer to strategies employed in web development to enhance performance and user experience by storing resources locally on the client-side.
  • SOLID Principles in C# for Employee Management Example Mastering4/11/2024 4:56:36 AM. SOLID principles are a set of design principles that help developers create maintainable, scalable, and flexible software. In this article, we&#39;ll explore each of the SOLID principles: Single Respo
  • How To Unlock HR Schema In Oracle-12C Or How To Fix The ORA - 01033 Error 4/10/2024 10:41:23 AM. In this article, I explain how to unlock the HR schema in Oracle 12c in detail. Sometimes while making the clone of production database into a test server this type of error occurs. So this article is
  • Localization In Blazor Server With .NET Core 3.14/10/2024 10:40:11 AM. In this post, we will see how to implement localization in a Blazor server app. We will create an Employee app with all CRUD actions and create localization resource files for English and Malayalam cu
  • Service Communication: Integration of gRPC using Protocol Buffers4/10/2024 6:25:48 AM. Streamlined Service Communication: Integration of gRPC using Protocol Buffers optimizes inter-service communication. Leveraging gRPC&#39;s RPC framework and Protocol Buffers&#39; efficient serializati
  • What is Tree Shaking In Angular?4/10/2024 4:10:19 AM. Tree shaking in Angular optimizes web apps by removing unused code, enhancing performance. Through Ahead-of-Time compilation and Webpack, Angular CLI eliminates dead code, resulting in smaller bundles
  • Containerized Apps: Auto Scaling & Monitoring with Kubernetes4/9/2024 8:32:56 AM. Learn the fundamentals of Docker and Kubernetes, including auto-scaling. Follow a detailed guide to implement a Weather Forecast API using .NET Core 6 Web API, containerize the application with Docker
  • ESXi Vulnerability: Understanding the Impact on IXMetro Powerhouse4/9/2024 5:20:18 AM. This article explores the ESXiArgs ransomware attack that targeted IXMetro Powerhouse, detailing the vulnerable ESXi versions and the infection pathway exploited through a Service Location Protocol (S
  • How to Add Network Location in Windows 84/8/2024 11:47:51 AM. In this article, Learn how to seamlessly integrate network resources into your Windows 8 experience by adding network locations. Follow step-by-step instructions to map network drives, access shared f
  • Mocking Dependencies In Angular Unit Tests4/8/2024 11:19:39 AM. Angular unit tests often require mocking dependencies for isolated testing. Utilize TestBed and Jasmine&#39;s spyOn function to mock services, HTTP requests, and other dependencies, ensuring comprehen
  • How To Get Localized Number Format Based On Country Using Angular 84/8/2024 9:17:00 AM. I have seen many users get confused about how different countries use different formats to display number format according to their country code. Most of the countries use &quot;dot notation&quot; as
  • Sign-In Process Of Microsoft Power BI4/8/2024 8:35:58 AM. The sign-in process of Microsoft Power BI involves authentication via Microsoft Account or Azure Active Directory, granting access to Power BI Service. Users provide credentials, potentially undergo m
  • How Secure Sockets Layer Works?4/8/2024 4:49:33 AM. SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols establish encrypted connections between clients and servers, ensuring secure online communication by encrypting data and verifyi
  • What is Alibaba Cloud BaaS (Blockchain as a Service) ?4/7/2024 7:31:35 AM. Alibaba Cloud BaaS represents a sophisticated enterprise-level Platform as a Service (PaaS) that harnesses the prowess of cutting-edge blockchain technologies. From initial deployment to ongoing manag
  • Rockin’ The Code World with dotNetDave: Panel Discussion - Ep. 994/6/2024 8:41:10 AM. In this episode, we have a panel discussion.
  • Using Table Type Parameter In .NET Core4/5/2024 11:24:07 AM. In many cases, we need to send a list of objects to the stored procedure to save or update the list of data in the database, which helps in increasing the performance of the application. Here I&#39;ll
  • Client Scripts in ServiceNow- Simplified with Real-Time Use Cases4/5/2024 8:50:33 AM. From onChange to onLoad, discover the four key types of client scripts and how to use them effectively to enhance user experience and streamline platform functionality. Explore essential tips and best
  • How to Use Stored Procedure in PHP4/5/2024 5:42:14 AM. Using stored procedures in PHP involves connecting to a database using MySQLi or PDO, preparing and executing SQL queries that call the stored procedures. Utilize parameterized queries for security an
  • Asynchronous Communications Using RabbitMQ Message Broker4/4/2024 11:37:39 AM. In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distribut
  • Getting Started With Remote Procedure Call4/4/2024 9:33:47 AM. Getting Started With Remote Procedure Call. In Remote Procedure Call(RPC), the caller and sender process are executed on different machines, they can communicate with the help of the transport and net
  • Dynamically Getting Stored Procedures Collection From SQL Server Using C#4/4/2024 9:32:40 AM. In this article, we will learn how to dynamically fetch stored procedures from Microsoft SQL Server using C# for enhanced database interaction. This tutorial explores C#&#39;s capabilities to programm
  • Remote Procedure Calls using SOAP4/4/2024 9:32:03 AM. Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
  • Returning an Array Listing using Remote Procedure Call4/4/2024 9:11:15 AM. Returning an array listing via Remote Procedure Call (RPC) involves serializing the array on the server, sending it to the client, then deserializing it. Client invokes RPC, server processes the reque
  • Grant Execute Or View Permission To Stored Procedures In SQL Server4/4/2024 8:53:54 AM. In this article we’ll learn how we can grant execute permission or view permission on stored procedures. We’ll also see why users require explicit permission on stored procedures.
  • How To Query Dataverse In Microsoft SQL Server Management Studio (SSMS)?4/3/2024 10:45:55 AM. Querying Dataverse in Microsoft SQL Server Management Studio (SSMS) involves using Transact-SQL (T-SQL) to interact with tables, views, indexes, and stored procedures. Understanding entity relationshi
  • Creating Various Types of Tables in SQL Server 4/3/2024 9:42:53 AM. Learn about SQL Server tables like User, Temporary, Global; understand creation methods, differences between temporary and regular tables, storage locations, and utilization of table variables. Exampl
  • How To Make A Chat Application Using Sockets In Java4/3/2024 9:38:00 AM. Creating a chat application in Java involves utilizing sockets for network communication between client and server. Implementing input/output streams facilitates message exchange. Multi-threading ensu
  • The Best Decentralized Apps of 20244/3/2024 8:30:18 AM. Explore the world of decentralized applications (DApps) and their impact on various industries. Learn about the benefits of DApps, including privacy, security, and cost-effective transactions. Discove
  • Fabric Lakehouse to Snowflake: Seamless Data Integration Pipeline4/3/2024 4:05:53 AM. Explore seamless data integration from Fabric Lakehouse to Snowflake Database using a robust data pipeline. This process involves extracting, transforming, and loading data efficiently, ensuring smoot
  • Dependency Inversion Principle (DIP)4/2/2024 5:43:52 AM. The Dependency Inversion Principle (DIP) advocates that high-level modules shouldn&#39;t rely on low-level modules. Instead, both should depend on abstractions, reducing coupling and facilitating futu
  • Learn Open/Closed Principle (OCP)4/2/2024 5:16:26 AM. The Open/Closed Principle (OCP) emphasizes that software entities should be open for extension but closed for modification. It enables adding new functionalities without altering existing code structu
  • Multilingual Application with single Resx file - Forms Validation Strings4/1/2024 9:37:01 AM. Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring sea
  • ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach4/1/2024 7:24:18 AM. Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
  • What are the Jest and Mocha in Vue CLI?3/29/2024 9:15:52 AM. Jest and Mocha, popular JavaScript testing frameworks for Vue.js, offer distinct features. Jest, favored for its simplicity and built-in functionalities, is Vue CLI&#39;s default choice. In contrast,
  • How to Implement DateTime Localization in Vue.js3/29/2024 6:53:35 AM. DateTime localization in Vue.js customizes date and time displays to users&#39; language and region preferences. Utilizing Intl.DateTimeFormat API, developers format dates dynamically for personalized
  • Cyber Defense Using Artificial Intelligence3/29/2024 6:31:13 AM. Cyber Defense involves safeguarding data from unauthorized access through various techniques such as Machine Learning and Deep Learning. The application of Machine Learning using Random Forest classif
  • Be Careful With Your SQL Server Max Memory Settings3/28/2024 6:35:24 AM. Quite often, I see database administrators set SQL Server Max Server Memory thinking that only everything related to SQL Server uses this shared memory pool. This is a mistake. There are many things t
  • SQL Server Vulnerability Assessment3/28/2024 6:33:00 AM. SQL Server Vulnerability Assessment (VA) in SQL Server Management Studio 17.4 or later lets SQL Server scan your databases for potential security vulnerabilities and can be run against SQL Server 2012
  • How Do You Implement Number Localization in Vue.js3/28/2024 6:16:08 AM. In Vue.js applications, number localization ensures numerical data aligns with users&#39; language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format number
  • Synchronous VS Asynchronous Statistics Updates3/27/2024 9:36:27 AM. In this article, we will explore the impact of synchronous and asynchronous statistics updates on system performance and data processing. Analyze real-time updates versus delayed processing, consideri
  • Application Insights In MVC Core, Web API Core And Entity Framework Core3/27/2024 9:33:36 AM. Learn to set up Application Insights SDK in Visual Studio 2019 for local diagnostics. Configure telemetry collection, view dashboard, apply filters, analyze logs, and monitor performance. Enhance deb
  • Disable Social Bar (Like, Share and Views) in SharePoint Online3/27/2024 9:32:09 AM. Learn how to manage the Social Bar feature in SharePoint Online modern pages. Disable it at either the site or tenant level using PowerShell commands for efficient administration. No UI option availa
  • Convert Attachment to Base64 in Power Apps for Email Attachments3/27/2024 8:05:57 AM. Convert attachment files into Base64 strings in Power Apps. Use Power Automate to trigger email creation, dynamically attaching the Base64-encoded files. Streamline workflow, automating attachment han
  • Automate Candidate Screening with ChatGPT AI in Process Automation 3/27/2024 4:30:29 AM. Microsoft introduces the ChatGPT model, revolutionizing customer interactions and internal communication. Businesses adopt ChatGPT for automated tasks, enhancing productivity and personalized experien
  • A Comprehensive Guide to Utilizing the MQTT Protocol3/26/2024 3:07:06 PM. MQTT, also known as Message Queuing Telemetry Transport, is a messaging protocol specifically designed for efficient communication between devices in constrained environments. It is particularly usefu
  • Best Practices for Designing APIs in .NET3/26/2024 11:55:39 AM. This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
  • Creating LocalLibrary Models for Admin Panel Design3/26/2024 11:51:33 AM. Discover Django model design with our tutorial, focusing on LocalLibrary admin site implementation. Learn to define, access, and manage models efficiently, enhancing web app scalability and functional
  • Learn Service Locator Pattern in C#3/26/2024 11:29:22 AM. This beginner’s tutorial explores the Service Locator Pattern in C#. Despite its decline in favor of Dependency Injection, it remains relevant for legacy systems. The tutorial covers its implementati
  • How To Clone An Existing Git Repo In Azure Repos3/26/2024 6:40:22 AM. Learn how to clone an existing Git repository in Azure DevOps for collaborative work. Follow step-by-step instructions to create a local copy, make changes, and sync with the team. Enhance your under
  • Solid Principle in C# : A Quick Reference with Example3/24/2024 6:02:50 PM. These principles guide object-oriented design for more understandable, flexible, and maintainable software. The Single Responsibility Principle suggests a class should have only one reason to change,
  • Different Use Cases Of Blockchain3/22/2024 10:05:10 AM. Blockchain, beyond powering digital currencies, finds applications in finance, healthcare, real estate, energy, and supply chain. Explore its role in optimizing financial processes, improving healthca
  • Response Compression in .NET Core3/22/2024 6:14:59 AM. Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
  • What Are EOAs and How to Create Ethereum Wallets Using C#?3/22/2024 4:48:38 AM. Discover how to harness the power of Ethereum with C# by learning about EOAs and creating secure wallets for transactions. Dive into the world of blockchain development now
  • Business Rules in ServiceNow and Its Automation Potentials3/21/2024 1:45:34 PM. In this article, we will learn automation and efficiency are important in IT service management. ServiceNow provides an effective toolkit for streamlining corporate procedures and increasing output.
  • Create Word Document from SharePoint List with MS Flow & Quick Parts 3/21/2024 9:59:36 AM. In this article, we will learn about two important concepts (Quick Parts and MS Flow) to generate a Word document using an existing Word Template. During this article, we will read the Word document f
  • Creating Excel/Word/HTML Document Using C#3/21/2024 9:42:32 AM. This article presents a method for generating Excel/Word/HTML documents in C# using ADO.Net dataset. By internally generating XML and XSL documents, it transforms them into well-formatted HTML files.
  • Flow and List Document in WPF3/21/2024 9:34:09 AM. Explore WPF&#39;s powerful capabilities in managing flow documents and lists through XAML. Learn to design visually appealing user interfaces with structured content presentation, utilizing features l
  • Creating Document Location Record Using Flow3/21/2024 9:10:17 AM. In this article, we will learn to streamline your document management process with Flow automation. Discover how to efficiently create location records for documents using Microsoft Power Automate.
  • Blazor Signature to Sing a PDF Document3/21/2024 5:59:47 AM. Discover how to implement digital signature functionality in Blazor applications for PDF document signing. Utilize C# capabilities to integrate e-signature features seamlessly, enhancing document mana
  • How to Use Multilingual Language in Canvas PowerApps3/20/2024 12:03:27 PM. Discover how to implement multilingual language support in Canvas PowerApps effortlessly. Utilize language resource files and dynamic text switching for seamless localization. Enhance user experience
  • Web API Helper Page3/20/2024 11:37:31 AM. A Web API Helper Page serves as a documentation hub, offering essential information about endpoints, parameters, and functionality. It acts as a reference guide for developers, aiding in the integrati
  • Learn about Asynchronous Events in C#3/20/2024 5:49:33 AM. Explore asynchronous event invocation in C#, addressing threading challenges with event handlers. Learn about the synchronous nature of events, concurrency issues, and solutions using TPL and TAP. Id