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
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Chetan Sanghani(7)
Ajay Kumar(7)
Dr Gomathi(7)
Jitendra Mesavaniya(6)
Satyaprakash Samantaray(4)
Gajendra Jangid(3)
Lokesh Varman(2)
Jaimin Shethiya(2)
Shrusti Shah(2)
Munib Butt(2)
Sangeetha S(2)
Swesh S(2)
Dileep Singh(1)
Gunasekaran Palani(1)
Ayush Gupta(1)
Punar Dutt Rajput(1)
Kautilya Utkarsh(1)
Ashutosh Singh(1)
Shikha Tiwari(1)
Shubhankar Banerjee(1)
Madhu Patel(1)
Mithilesh Tata(1)
Muhammad Asif(1)
Pushpa V(1)
Umesh Baradkar(1)
Aymen Amri(1)
Ng Cheehou(1)
Ankeet Dange(1)
Daniel Gomez(1)
Sanjay Kumar(1)
Anjali Joshi(1)
Shiv Sharma(1)
Keyur (1)
Arun Ramaswamy(1)
Muzaffar Ur Rahman(1)
Jayraj Chhaya(1)
Mahesh Chand(1)
Vipul Malhotra(1)
Vinay Ayinapurapu(1)
Aswinth G T(1)
Miguel Teheran(1)
Mohammad Rabie(1)
Sardar Mudassar Ali Khan (1)
Abhishek Saini(1)
Ashish Bhatnagar(1)
Esamaldin Mohammed(1)
Ashok Dudi(1)
Jay Pankhaniya(1)
Gayatri Joshi(1)
Vishal Babuks(1)
Rajkumar Jain(1)
C# Curator(1)
Manoj Kumar Duraisamy(1)
Catcher Wong(1)
Sanjay Makwana(1)
Naimish Makwana(1)
Tural Suleymani(1)
Sanjay Kumar Pathak(1)
Kajul Nisha(1)
Bardia Mostafavi(1)
Love Thakker(1)
Jamil Moughal(1)
Kamna Priya(1)
Harminder Singh(1)
Frank Odoom(1)
Siddharth Vaghasia(1)
Resources
No resource found
Understanding .NET Standard Versions
Jul 19, 2024.
.NET Standard defines a consistent set of APIs across .NET implementations like .NET Framework, .NET Core, and Xamarin. Developers use it to create libraries that work seamlessly across platforms, ensuring code compatibility, future-proofing, and maximizing code reuse in their .NET applications.
Using .NET Standard in Cross-Platform Development
Jul 17, 2024.
In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consistent set of APIs that can be used across different .NET implementations.
Advanced Topics in .NET Standard
Jul 17, 2024.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It enables code sharing and reuse across different .NET platforms, including .NET Core, .NET Framework, Xamarin, and others.
Introduction to .NET Standard
Jul 17, 2024.
.NET Standard simplifies cross-platform development by defining a unified set of APIs for .NET platforms like .NET Core, .NET Framework, and Xamarin. It enables code sharing across these platforms, ensuring compatibility and reducing maintenance overhead.
Setting Up a .NET Standard Project
Jul 17, 2024.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It serves as a base class library that can be used across different .NET platforms, including .NET Core, .NET Framework, Xamarin, and more.
Porting Libraries to .NET Standard
Jul 17, 2024.
Porting libraries to .NET Standard can be a highly beneficial task, ensuring your code is compatible with multiple .NET implementations such as .NET Framework, .NET Core, and Xamarin.
Introduction to .NET Core
Jul 16, 2024.
.NET Core is a versatile, open-source framework by Microsoft, designed for cross-platform development. It offers high performance, a modular architecture, and supports multiple programming languages like C#, F#, and Visual Basic.
Understanding about OpenZeppelin
Jul 10, 2024.
OpenZeppelin is a vital open-source entity in blockchain, offering robust tools for secure smart contract development on Ethereum. It provides libraries for ERC20, ERC721, and ERC1155 standards, emphasizing security, upgradability, and developer support.
Synchronous vs Asynchronous: Task.WaitAll and Task.WhenAll in .NET
Jul 09, 2024.
Synchronous vs Asynchronous: Explore the distinctions between Task.WaitAll and Task.WhenAll in .NET programming. Learn how Task.WaitAll synchronously waits for all tasks to complete, while Task.WhenAll asynchronously waits, enabling concurrent task execution.
Comparison of Angular and React
Jun 27, 2024.
This article provides a comprehensive comparison of Angular and React, two of the most popular frontend frameworks in web development. It covers various aspects such as performance, scalability, learning curve, and ecosystem.
Learn About Top Angular Libraries
Jun 27, 2024.
Discover the essential Angular libraries that streamline development and enhance functionality. Explore powerful tools for UI components, state management, routing, and more.
Concurrency and Parallelism in C#
Jun 24, 2024.
This article introduces concurrency and parallelism in C#, covering key concepts, benefits, and practical examples. Learn how to use async/await for asynchronous programming and the Parallel class for parallel computing, enhancing application performance and responsiveness.
LINQ vs PLINQ Method Syntax for Efficient C# .NET Data Processing
Jun 17, 2024.
LINQ (Language Integrated Query) and PLINQ (Parallel LINQ) are .NET frameworks for querying data. LINQ offers a declarative syntax for querying various data sources with single-threaded execution, while PLINQ extends LINQ by enabling parallel execution.
Build Microsoft Teams Tab Extensions with React Fluent UI
Jun 11, 2024.
Discover how to create a powerful Teams Tab Extension using React and Fluent UI in this step-by-step guide. From setting up your development environment to integrating Fluent UI components seamlessly, this tutorial covers everything you need to know to build a feature-rich extension for Microsoft Teams.
Synchronous Asynchronous Blocking Non-Blocking Concurrent Parallel Programming
May 29, 2024.
Explore the intricacies of programming paradigms with a comprehensive dive into synchronous, asynchronous, blocking, non-blocking, concurrent, and parallel execution.
Develop & Deploy Solana Programs: IDEs, CLI Tools, Libraries
May 20, 2024.
In this article, we will explore developing and deploying Solana Programs in a local environment using the IDEs, CLI tools, and Libraries.
An Introduction to OpenCV for Computer Vision
May 18, 2024.
OpenCV, a robust open-source library, offers extensive tools for real-time computer vision and image processing. It's cross-platform, supports numerous algorithms, and is widely used in applications like object detection, video analysis, and robotics.
Exploring the BlockingCollection<T> Class in .NET
Apr 25, 2024.
In the world of concurrent programming in .NET, developers often encounter scenarios where multiple threads need to communicate and synchronize access to shared data structures. In this article, we'll delve into the BlockingCollection<T> class, explore its features, and learn how it simplifies concurrent programming in .NET.
Best Practices for Threading in .NET C#
Apr 24, 2024.
Threading is a powerful feature in .NET C# that allows developers to execute multiple tasks concurrently. In this article, we'll explore best practices for managed threading in .NET C#, covering topics such as thread safety, synchronization, and performance optimization.
Streamline Your Jenkins Pipelines with Shared Libraries
Apr 24, 2024.
Imagine the daily grind of a developer working on multiple Jenkins projects. Each pipeline seems to involve repetitive tasks like interacting with version control, running tests, or sending notifications. Copying and pasting code snippets not only feels inefficient but maintaining these pipelines becomes a nightmare.
ConcurrentBag<T> in C#: Thread-Safe Collection Guide
Apr 23, 2024.
In the world of concurrent programming in C#, managing data safely across multiple threads is a paramount concern. In this article, we'll delve into ConcurrentBag<T>, its usage, and provide simple examples to help developers grasp its concepts more effectively.
Newtonsoft.Json vs. System.Text.Json: Comparative Analysis
Apr 17, 2024.
In the world of .NET development, handling JSON serialization and deserialization is a common task, especially when dealing with web APIs. In this article, we'll compare and contrast these two libraries, exploring their features, examples, advantages, and disadvantages.
Angular Expressions: Syntax, Use Cases, and Implementation Method
Apr 15, 2024.
Explore Angular expressions, small JavaScript-like codes enclosed in {{ }}, used for dynamic data display, filtering, and more. Learn through examples how to employ expressions via interpolation or custom directives for seamless integration with your Angular application.
What is Object Mapping in .NET and AutoMapper ?
Apr 10, 2024.
Object mapping plays a crucial role in modern software development, particularly in .NET applications where data transformation between different layers is a common requirement.
HttpClient use Polly Retry Policies in .NET Core
Apr 10, 2024.
Polly, a robust .NET library, fortifies applications against faults with policies like Retry, Circuit Breaker, Timeout, etc. Configure retries for transient errors with ease, enhancing application resilience.
Parallel Programming with SemaphoreSlim in .NET
Apr 09, 2024.
SemaphoreSlim in .NET enables efficient concurrency management, regulating resource access and ensuring thread safety. It's crucial for robust parallel programming, offering scalability without sacrificing stability in modern software development.
String Handling Functions implementation in C Language
Mar 29, 2024.
In C programming, strings are fundamental for working with textual data. Unlike some other languages, C handles strings using character arrays with a null terminator.
Create Animated ATM Cards Using React With Bootstrap
Mar 24, 2024.
In this article, I will show you steps to make an interactive credit card form UI component in React application using the react-credit-cards-2 library.
What Are EOAs and How to Create Ethereum Wallets Using C#?
Mar 22, 2024.
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
How to Add Controls in AG-Grid In Angular
Mar 17, 2024.
AG-Grid, a powerful library for Angular, allows easy integration of data grids. Follow these steps to set up, customize, and enhance AG-Grid in your Angular application.
React Apexcharts: Create & Download Column Bar Chart with Bootstrap
Mar 16, 2024.
In this tutorial, we will learn how to create a vertical column bar chart component in the React JS functional component. Creating a Column Bar Chart component in React using Apexcharts and Bootstrap. Configure data and options for visualization.
Sequence Classification Using Hugging Face Transformers Library
Mar 15, 2024.
In the area of natural language processing (NLP), understanding sequence classification is key to unlocking the potential of machine learning models. The concept of sequence classification, particularly in the context of Hugging Face's Transformers library, catering to beginners in the field of AI and NLP.
Create & Download Area Chart using React Apexcharts with Bootstrap
Mar 10, 2024.
Create an Area chart component in a React.js functional component using Apexcharts and Bootstrap libraries. Explore Apexcharts' features, step-by-step implementation, and visualization of data.
How Do I Open an OCR File in PDF?
Mar 05, 2024.
Explore methods to open OCR files in PDF. Get the best guides to open an OCR file in PDF with easy steps. Open OCR PDF files in C# using the iTextSharp library. Install iTextSharp, write C# code to extract text, and run the code for OCR PDF processing.
MSAL for Vanilla JS SPA: Get JWT Access & ID Tokens
Mar 01, 2024.
This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the significance of MSAL in obtaining JWT (JSON Web Token) Access Tokens and ID Tokens from Microsoft identity services.
Send Email with Multiple Attachments from SharePoint Library Docs
Feb 29, 2024.
Sending an email with attachments using Power Automate, specifically focusing on scenarios where files with their metadata are created in a SharePoint Library
Create an Excel Template and Upload It to the Library
Feb 26, 2024.
In this article, Here, you'll find instructions on how to create and use an Excel template for various tasks, ensuring a blank starting point for your projects.
Telemetry in ASP.Net Core Web API
Feb 16, 2024.
This article introduces the concept of telemetry in web APIs, focusing on its significance in performance monitoring and issue identification.
Resolving Database Reconnection Challenges in .NET with Polly
Feb 13, 2024.
This content provides an overview and detailed implementation guide of utilizing the Polly library for connection retry in .NET applications. It demonstrates creating an Employee class and table, simulating temporary database disconnection.
Date and Time Column Behavior in SharePoint List/Library
Feb 12, 2024.
In this article, we will learn how managing date and time column conversions in applications becomes challenging when your organization spans multiple offices across different time zones.
Backup Sitecore Media Library items with a PowerShell script
Feb 08, 2024.
Sitecore PowerShell script to backup Media Library items in a zip file. This Sitecore PowerShell script automates the backup of Media Library items into a zip file on the server. The script efficiently handles media items, providing a seamless solution for backup tasks.
Create Cloud Architecture Diagrams in Python with Diagrams Library
Feb 06, 2024.
The Diagrams library by Mingrammer provides a Pythonic approach to creating cloud system architecture diagrams. It allows developers to define components and their interactions using Python code
Implementing a Custom Loader in WPF with MVVM
Feb 06, 2024.
A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
iOS - Choosing Image From Photo Library In Swift
Feb 05, 2024.
This Swift tutorial demonstrates creating a photo library access request, implementing a UIImageView, and handling image selection.
Getting Started with PyCaret: Simplifying Machine Learning in Python
Jan 31, 2024.
PyCaret is a fantastic tool to consider. It's a Python library that automates a lot of the complex steps involved in a typical machine learning project.
Data Analysis Made Easy with Python
Jan 29, 2024.
Learn how to harness the power of Python's libraries to analyze and visualize data effectively. This article provides simple, step-by-step instructions and code examples to get you started on your data analysis journey. Perfect for those new to Python or data analysis!
Choosing Between Flask and Django for Your Python Web App
Jan 29, 2024.
Flask and Django are two prominent Python web frameworks; Flask offers simplicity and flexibility for smaller applications, while Django provides a comprehensive package with more built-in features for larger, more complex projects.
Data Distributions with Seaborn: Creating a KDE Plot
Jan 25, 2024.
I'll guide you through the process of creating a Kernel Density Estimate (KDE) Plot using Seaborn, a powerful Python visualization library.
Bar Chart and Scatter Plot with Altair
Jan 24, 2024.
Altair simplifies the process of turning data into beautiful, interactive charts.. In this article, we're going to show you how to make cool charts using car data.
Comparative Analysis of Monthly Sales
Jan 19, 2024.
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 how each library brings its unique style and features to the table.
Understanding Document Library in SharePoint
Jan 12, 2024.
In this article, we will learn about the full potential of SharePoint libraries with this in-depth guide. Explore document management, customization, integration, and security features, empowering organizations to streamline processes, enhance collaboration, and ensure document accuracy.
ThreadPool in C#: Practical Examples
Jan 10, 2024.
Explore practical examples of using ThreadPool in C# for parallel tasks. Learn how to queue work items, handle synchronization, monitor and manage ThreadPool, and follow best practices for efficient concurrent programming.
Azure Key Vault Secret Client Library for Python SDK
Jan 02, 2024.
This module speaks about accessing Key Vault secrets through Python code. Key Vault is a service offered by Azure to store secrets such as passwords, certificates, keys etc in a safe and secure manner.
Create a Parallel Approval Process Using Power Automate
Dec 21, 2023.
Unlock the potential of Power Automate with this step-by-step guide to creating a parallel approval process. Learn to navigate Power Automate, set up approval actions, and manage conditions for seamless automation. Ideal for streamlining workflows and boosting productivity. Parallel approval process using Power Automate.
Task Parallel Library (TPL) in C#
Dec 12, 2023.
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 building efficient, responsive applications.
Guard Clauses in C#
Dec 12, 2023.
What are guard clauses? How do they implement them in . NET? There are multiple ways of implementation. How are they different from validation?
Circuit Breaker Pattern in C#
Dec 01, 2023.
Guard your software's stability with the Circuit Breaker Pattern, a resilient protector inspired by electrical engineering. This pattern, now a software ally, prevents cascading failures and ensures system dependability.
What is the difference between Angular and React
Nov 06, 2023.
Angular and React are the two most popular Web front-end development technologies. While both technologies are modern and mature, and provide almost everything a front-end platform needs, it could be tricky to decide which one to choose between Angular and React for your next web application. In this paper, we will learn about the key differences between Angular and React and when to choose one over the other.
Azure Redis Cache with C# for High-Performance Applications
Nov 02, 2023.
This article explanation of Azure Redis Cache and its integration with C# is thorough and provides a good understanding of the topic. You have covered the essential steps to set up Azure Redis Cache, retrieve access keys, and integrate it with C# using the StackExchange.Redis library. Additionally, your provided code example illustrates how to connect to Azure Redis Cache and refresh the expiration time of a cache key.
RestSharp vs Refit Library
Oct 18, 2023.
RestSharp vs Refit Library: A Comparison for Calling REST API Endpoints in C# and ASP.NET Core. In this article, we delve into RestSharp and Refit, two C# libraries streamlining RESTful API consumption. We explore their distinct features through code examples, highlighting ease of use, type safety, flexibility, and performance considerations. By weighing their strengths and use cases, we provide insights to aid your selection between the two for efficient API integration in your C# and ASP.NET Core projects.
.NET Task Parallel Library vs System.Threading.Channels
Oct 18, 2023.
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 (TPL) and System.Threading.Channels. This article provides a practical comparison of these tools, illustrating their usage and advantages.
Upload Files to SharePoint Online Library using POSTMAN
Oct 09, 2023.
In this article we will go thorugh the steps needed to test the Graph API endpoints against the client application.
A Comprehensive Guide to Creating Angular Libraries
Oct 07, 2023.
Angular is a powerful front-end JavaScript framework that provides a robust library of tools and components for building dynamic web applications with ease. It offers a structured approach to web development, enhancing code reusability and maintainability.
Reading Zip Files with SharpZip Library in .NET
Oct 03, 2023.
SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary namespaces. Then, you open the ZIP file using a `ZipFile` object, access its entries (files or folders), and process the entry data according to your application's needs. Finally, ensure to close the ZIP file properly to release associated resources.
Running Python Code Inside .NET with IronPython
Sep 21, 2023.
Learn how to integrate Python seamlessly with .NET applications using IronPython. This open-source implementation of Python is designed to run on the .NET framework, offering access to Python's libraries and modules within the .NET ecosystem.
CodeBehind Library in ASP.NET Core
Sep 20, 2023.
CodeBehind framework is a system development model based on the MVC pattern. CodeBehind brings aspx files back to ASP.NET Core and inherits the benefits of ASP.NET Core. Projects built under CodeBehind will all be modular and each project can support web parts, while the project itself is a web part.
Implement GraphQL endpoints using libraries like Hot Chocolate with ASP.NET Core
Sep 12, 2023.
Creating GraphQL endpoints in an ASP.NET Core web API using Hot Chocolate involves several steps. In this example, we'll create a simple GraphQL API that manages a list of books. We'll use Hot Chocolate to define the schema, query, and mutation operations. Before starting, make sure you have ASP.NET Core installed and a basic understanding of C# and web API development. You can create a new ASP.NET Core project using Visual Studio or the .NET CLI.
Sending Messages with RabbitMQ in .NET Core
Sep 11, 2023.
Here we will learn how to use RabbitMQ for sending message in dotnet core
The Role of Java Standard Tag Library- EL (JSTL-EL) in JSP
Aug 23, 2023.
The JSTL EL or JSTL Expression Language is used by JSP Programmer in order to avoid the usage of Java Code for accessing data.
Using SuperConvert.Abstraction NuGet Library for Data Conversion
Aug 23, 2023.
SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such as JSON, CSV, and XLS, using a simple and intuitive API. The library also introduces a new Dependency Injection (DI) service to streamline the usage of its features.
How to Create a NuGet Package For a .NET Library?
Aug 21, 2023.
Package your CAPTCHA library with NuGet for seamless integration in .NET projects. Simplify installation for developers, manage dependencies effortlessly, and enable smooth distribution of your ASP.NET CAPTCHA generation and verification library.
Introduction to Powerful Numerical Computing with Python NumPy
Aug 01, 2023.
Explore the essentials of Python NumPy in this beginner's guide. Learn to wield powerful arrays, perform advanced calculations, and elevate your data manipulation skills
Document Library Web Part in SharePoint Online
Jul 11, 2023.
Use of Document Library Web Part in SharePoint Online.
API Test Automation using Javascript Library
Jul 04, 2023.
Learn how to perform API test automation using the JavaScript library supertest. Set up the necessary prerequisites and libraries, configure files, and write test cases using supertest and chai.
Paramiko Python Library Setup with AWS Lambda Layer
Jun 18, 2023.
Paramiko SFTP Python Library Setup
Top 11 .NET Libraries Every Developer Should Know
May 16, 2023.
Are you a .NET developer looking to enhance your coding skills? Here's a list of the top 11 .NET libraries that every developer should know. These libraries offer various functionalities and can greatly simplify your development process. Whether you're working on web applications, data processing, or user interface design, these libraries will be valuable additions to your toolkit.
Fetch documents from SharePoint document library using Microsoft Graph API
May 02, 2023.
This article covers detailed insights on how you can fetch document/file details residing in a SharePoint document library using Microsoft Graph API.
Introduction to Hangfire โ opensource library for background task scheduling in .Net core
Apr 26, 2023.
Introduction to Hangfire โ opensource library for background task scheduling in .Net core
Using Crank To Benchmark Libraries
Apr 11, 2023.
In this article, you will learn how to use Crank to Benchmark Libraries.
How To Add Date Time Tick To File Name Before Upload In Document Library Using Power Automate
Apr 07, 2023.
In this blog, we will see how to append date time tick in file name using Power Automate.
Running Tasks In Parallel And Collecting Results In C# 11
Mar 29, 2023.
In this article, you wil learn about running tasks in parallel and collecting results in c# 11.
Getting File Path From Appsettings.json In Worker Service
Mar 24, 2023.
Getting file path from appsettings.json in Worker Service.
Parallel Programming With OpenMP In C++ - Matrix Multiplication Example
Feb 22, 2023.
Parallel programming is a technique used to improve the performance of applications by splitting the work into multiple threads or processes that can run simultaneously on different CPUs or CPU cores. OpenMP is a popular API for parallel programming in C++, which provides a set of compiler directives, runtime library routines, and environment variables for shared memory parallel programming. In this article, we will demonstrate how to use OpenMP for parallel matrix multiplication in C++.
Getting Specific YouTube Video using C# .NET and YouTube API
Feb 09, 2023.
In this article we will learn how to get Videos details of specific video by video id.
Differences Between Multithreaded, Asynchronous, And Parallel Programming
Feb 06, 2023.
In this article, we are doing to dive into details of differences between Multithread, Asynchronous and Parallel programming
Power Automate - Unzip And Upload SharePoint List Attachments To Document Library
Jan 02, 2023.
In this article, we will see how you can use Power Automate flow to get the SharePoint list attachment (zip file) and unzip it. This flow will unzip the files and upload the unzipped files to a SharePoint document library.
Events And Delegates In Class Library And Worker Service
Dec 21, 2022.
In this article, you will learn about Events and Delegates in Class Library and Worker Service.
Blazor WASM - Workflow Designer Using Blazor Diagrams
Dec 15, 2022.
This article shows how to design a simple workflow using blazor diagram library in blazor WASM
SIMD, A Parallel Processing At Hardware Level In C#
Dec 01, 2022.
In this article, you will learn about SIMD, a parallel processing at hardware level in c#.
Fetch Documents From SharePoint Document Library Using Microsoft Graph API
Nov 28, 2022.
In this article, you will learn how to fetch documents from SharePoint document library using Microsoft Graph API.
Running Tasks In Parallel
Oct 03, 2022.
In this article, you will learn how to run tasks in Parallel in C#.
Sync SharePoint 2019 Library To Local Folder
Aug 02, 2022.
Sync SharePoint 2019 Library To Local Folder.
Making Faster API Calls Using Refit Rest Library
Jul 27, 2022.
In this article, you will learn how to use Refit rest library to make HTTP calls.
Editable Table With Ant Design
Jun 13, 2022.
In a Computer world, a table is an arrangement of information or data. It's represented in a more complex structure including a row and column. Tables are widely used in communication, research, and data analysis.
Read Excel File Using Microsoft Interop Library
Jun 02, 2022.
In this article, you will learn how to read excel file using microsoft interop library.
Convert Image To Lossy And Lossless .webp Format In .NET
May 25, 2022.
This article demonstrates how to programmatically convert image to .webp.
SPFx Form Customizer Extension To Customize SharePoint New/Edit/Display Form Of List/Libraries
Apr 22, 2022.
In this article, we will go step by step on creating a Form customizer and then test it by the local debugging experience of SPFx. 
Using Power Automate To Upload The Attachments From SharePoint Document Library
Mar 30, 2022.
Detailed approach on how to bring in an attachment in a SharePoint library (where SP list will have attachments OOTB but not the library). This article is split into three parts for separating the tasks and this is Part 2
Customize Swagger UI In ASP.NET Web API Restful Service
Mar 30, 2022.
Swagger UI is very powerful documentation tool for Restful services so lets learn how we can implement and customize in Web API Restful service.
Adding Attachments In SharePoint Document Library Using Power Apps List Control
Mar 30, 2022.
Detailed approach on how to bring in an attachment in a SharePoint library (where SP list will have attachments OOTB but not the library). This article is split into three parts for separating the tasks and this is Part 1
About Parallel-Library
NA
OUR TRAINING