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 Term
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jayakumar Balasubramaniam (3)
Nakkeeran Natarajan (3)
Nikhil Patil (3)
Tural Suleymani (3)
Vinay Ayinapurapu (3)
Mahesh Chand (2)
Sreenath Kappoor (2)
Ajay Yadav (2)
Om Agarwal (2)
Keyur (2)
Satya Karki (2)
Rajat Jaiswal (2)
Pranam Bhat (2)
Zia Ahmed Shaikh (2)
Prasham Sabadra (2)
Gowtham Rajamanickam (2)
Praveen Sreeram (2)
Kaveendra Dhilhan (1)
Santhakumar Munuswamy (1)
Aman Gupta (1)
Mohamed Shifan (1)
Ajay Kumar (1)
Mahalasa Kini (1)
Darshan Adakane (1)
Sarthak Varshney (1)
C# Curator (1)
Navneet Cheema (1)
Souradip Panja (1)
Roshni Gandhi (1)
Abhishek Jaiswal (1)
Harshit Pandey (1)
Sardar Mudassar Ali Khan (1)
Scott Lysle (1)
John Morehouse (1)
Anubhav Chaudhary (1)
Abhishek Singhal (1)
Harshal Limaye (1)
Vijayaragavan S (1)
Shweta Lodha (1)
Jochen Bartlau (1)
Ankit Kanojia (1)
Onkar Sharma (1)
Akkiraju Ivaturi (1)
Asif Sayed (1)
Sharad Gupta (1)
Arjun Panwar (1)
Yogesh Jaiswal (1)
Mahak Gupta (1)
Amir Ali (1)
Ashish Tiwari (1)
Pravesh Dubey (1)
Veena Sarda (1)
Christy Abraham Joy (1)
Stephen Simon (1)
Rohit Tomar (1)
Krishna Garad (1)
Manish Sharma (1)
Umer Farooq (1)
Pankaj Singh (1)
Dhruvin Shah (1)
Guest User (1)
Nitin Bhardwaj (1)
Rahul Rai (1)
Ram Prasad M (1)
Abhishek Mishra (1)
Kapil Gaur (1)
David Mccarter (1)
Hiren Thesiya (1)
Deeksha Pandit (1)
Vishal Pawar (1)
Sumit Deshmukh (1)
Vignesh Ganesan (1)
Waqas Sarwar (1)
Naitik Jani (1)
Afzaal Ahmad Zeeshan (1)
Sourabh Somani (1)
Hemanth Kumar (1)
Priyaranjan K S (1)
Related resources for Term
No resource found
Understanding ARC in Email Authentication
10/25/2024 9:03:52 AM.
Email authentication is crucial for preventing spoofing and phishing attacks, and ensuring secure communication. Authenticated Received Chain (ARC) helps mitigate failures caused by message modificati
How do AWS and Azure compare in terms of market share and adoption?
10/7/2024 11:59:19 PM.
AWS leads the cloud market with approximately 31-33% share, while Azure follows closely with about 23-25%, showcasing strong growth and adoption in enterprise environments.
Getting Started With ASP.NET Core MVC Apps Using VS Code
9/18/2024 12:14:39 PM.
Learn to create a HelloWorld app using ASP.NET Core 2.0 and Visual Studio Code. This guide covers setting up a new ASP.NET Core MVC project, adding controllers and views, and running the application.
Kafka Terminologies and Client APIs
9/13/2024 8:52:21 AM.
Explore key Kafka terminologies like brokers, topics, partitions, and offsets, along with an overview of its core client APIs. Learn how the Producer, Consumer, Streams, and Connect APIs enable powerf
How To Read SharePoint TermStore Managed Metadata In SharePoint Framework (SPFx) With Angular
9/4/2024 9:13:26 AM.
This guide demonstrates how to access SharePoint TermStore data in SPFx applications using the JSOM method. It covers configuring TypeScript, installing dependencies, and using SPComponentLoader to lo
Import Or Export SharePoint Taxonomy Groups, Term Sets & Terms Using PnP PowerShell
8/20/2024 10:54:46 AM.
This article explores how to efficiently import and export taxonomy groups, term sets, and terms within SharePoint using PnP PowerShell. It covers methods involving text files, XML, and arrays, levera
Using Network Planner to Determine and Organize Network Requirements for Teams
8/17/2024 8:14:50 PM.
This content explores how to use a Network Planner to assess and organize network requirements for teams. It covers identifying network needs, designing efficient network structures, and ensuring seam
Intermediate Code Optimizations in C#
7/29/2024 11:24:13 AM.
Intermediate code optimization in C# improves performance by refining Intermediate Language (IL) code. Techniques like inlining, loop optimizations, dead code elimination, and constant folding enhance
Break in C#
6/11/2024 11:42:58 AM.
The "break" statement in C# is a control flow statement that terminates the nearest enclosing loop or switch statement. It is commonly used to exit a loop prematurely when a specific conditi
Tree Data Structure
6/7/2024 10:30:34 AM.
Learn about trees, a hierarchical data structure. Explore terminology, binary tree types, and traversal methods like pre-order, in-order, post-order, and level-order. Understand insertion, deletion, a
Do While Loop in C#
5/30/2024 4:45:42 AM.
Do-while loop in C# guarantees execution of code block at least once. Syntax: do { /* Code */ } while (condition);. Steps involve code execution, condition evaluation, loop continuation, and terminati
MSIL Programming: Part 1
5/16/2024 5:52:09 AM.
Learn MSIL programming fundamentals in this comprehensive series. Explore Microsoft Intermediate Language (MSIL) concepts, .NET assembly structure, IL instructions, and .NET runtime.
Understand Azure 900 Microsoft Privacy, Terms, DPA
5/15/2024 11:16:22 AM.
This article is part of the Azure 900 course which describes what type of documents Microsoft shares with its users or customers. These documents deal with privacy, using online services, and handling
Open AI GPT-4o A Multimodal Mastermind Ushering in a New Era of AI
5/14/2024 8:14:33 AM.
OpenAI's GPT-4o breaks ground with multimodal capabilities, processing text, audio & visuals. Explore its applications, the future of AI, and the collaboration needed for responsible developme
Exporting and Importing Site Collection Term Stores In SharePoint
5/2/2024 9:37:26 AM.
Looking to streamline your SharePoint management? Learn how to efficiently export and import Site Collection Term Store Groups! ?? From exporting your Term Store Groups for backup or migration purpose
Java - Add An Image Or Text Stamp To PDF Documents
4/29/2024 11:34:01 AM.
In this article, Learn how to enhance PDF documents using Java by adding image or text stamps. Discover Java libraries and techniques for PDF manipulation, watermarking, and customizing documents with
What Is EFS And How To Mount EFS On AWS EC2 Instances
4/23/2024 10:03:01 AM.
Discover Amazon EFS, a versatile NFS file system for AWS services. Master the process of mounting EFS on EC2 instances across availability zones, ensuring seamless data access and scalability for dive
Introduction To Recursion
4/23/2024 9:00:06 AM.
Recursion in programming involves a method calling itself with modified parameters until a termination condition is met. It operates on a Last In First Out (LIFO) stack memory. The algorithm consists
Create a TermSet And Taxonomy Field Using PnP Powershell
4/12/2024 6:31:37 AM.
Let's see how to create a TermSet, add Terms to the TermSet in SharePoint, and create Taxonomy fields in the SharePoint List or as Site Columns using PnP PowerShell
Terminologies in MVC: Part 3 (Scaffolding)
4/1/2024 8:34:00 AM.
This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing Mod
.NET internals: Learning Object-Oriented .NET IL
3/19/2024 11:12:50 AM.
.NET IL, or Intermediate Language, serves as a bridge between high-level programming languages and machine code. This article delves into object-oriented .NET IL concepts with detailed explanations an
.NET internals: Stack-Oriented .NET IL
3/16/2024 11:11:20 AM.
Understanding .NET IL (Intermediate Language) is crucial for developers to comprehend how code interacts with the .NET Framework. While not typically written directly, it offers insights into compilat
Introduction To Term Store Management in SharePoint Online
3/12/2024 9:36:55 AM.
In this article we will discuss – Introduction To Term Store Management in SharePoint Online And How to create Term Store using PowerShell.
Bulk Add Terms, Term Sets, and Groups with PowerShell in SharePoint
2/29/2024 9:44:40 AM.
This blog post provides step-by-step instructions on process of executing PowerShell scripts to import term store metadata elements into SharePoint, automating the creation and management of taxonomy
To Determine the Password Policies For Windows 7
2/25/2024 8:13:14 AM.
In this article determines content and explores the password policies implemented for Windows 7 systems, delving into the security measures, authentication guidelines, and access control mechanisms.
The Term Oh-My-Posh Is Not Recognized as a Name of Cmdlet
1/22/2024 6:59:46 AM.
This article explains how to set up oh-my-posh on Windows PCs. From the references, the steps can be found to implement for Linux and MAC OS as well.
SSL/TLS Termination in API Gateway Pattern
11/22/2023 4:26:16 AM.
This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefit
Statistical Concepts for Data Analysis
10/26/2023 4:52:20 AM.
Statistics is a powerful tool used to analyze data, make informed decisions, and draw meaningful insights from information. Whether you're a data scientist, researcher, or just curious about the w
How To Solve Nodemon Command Is Not Recognized In Terminal For Node.js?
10/17/2023 9:44:10 AM.
This article guides users through Nodemon installation in Node.js and offers solutions for the "Nodemon command is not recognized" error, facilitating streamlined and efficient development w
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
10/3/2023 6:29:13 AM.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
Determine the Time since the Last Boot Up in C#
9/5/2023 5:26:06 AM.
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.
Quickly Determining Azure SQL Database Size
8/22/2023 6:40:17 AM.
In this article, I'll show you a quick and easy way to determine how much space your Azure SQL Databases are consuming.
Determine Age Using Ajax Calendar in ASP.Net Application
5/26/2023 9:01:07 AM.
In today's Article you will learn about How to find Age of User by Using Ajax Calendar in ASP.NET Application.
Basic Terminologies In Flutter - Day Two
2/13/2023 10:41:45 AM.
In this article, you will learn about basic terminologies in flutter.
SQL Server Profiler
2/13/2023 7:28:57 AM.
In this article we are describing SQL Server Profiler Terminology and Architecture.
Attributes In Practice - Building A Payment Terminal
2/2/2023 10:50:11 AM.
In this article, you will learn about Attributes In Practice.
How To Change The VSCode Terminal Font Size
1/23/2023 7:00:02 AM.
In this short post, we're going to understand how we can change the font size for the terminal that comes bundled with Visual Studio Code. We'll take a look at both ways we can update the font
How To Open The VS Code From The MAC OS Terminal
12/29/2022 6:02:42 AM.
This article details the steps to set up PATH for VS CODE .
JSON Web Token (JWT) In Layman Terms
9/26/2022 7:15:00 AM.
This article describes general definition of JWT aka Access Token in general terms.
System Group Of Actions In With Desktop Flow Using Microsoft Power Automate
7/12/2022 12:18:40 PM.
Reading this article, you can learn how to perform a variety of tasks in System group of actions like Perform a variety of tasks in a Windows environment and retrieve information from the system, Ping
Getting The Terminal Size In Python
7/12/2022 6:52:45 AM.
Many times our output doesn’t get fit into the terminal of default size. In that case we have to pull it accordingly and make the size as per our need.
Adding Custom C# Slash Commands To Mattermost
4/29/2022 2:22:19 PM.
This article describes a prototype that can be reused easily to host custom slash commands for the popular Mattermost team collaboration software. A slash command is a functional extension that allows
Smart Contracts And Importance Of Determinism On Blockchain
4/20/2022 12:54:26 PM.
This article describes what is Smart Contract, its uses, benefits, determinism, and the importance of determinism on the blockchain.
SQL Tips #2 - How To Determine Table Details
1/5/2022 6:02:17 AM.
This is one of the easiest tips for the SQL Server beginner to determine the table specification with one simple command or with a shortcut key
SQL TIP #1 - How To Determine Size Of The Database
1/4/2022 7:11:33 AM.
Sometimes you might require to determine what is the size of your database which you can easily get by SQL command.
Commonly Used Blockchain Terminologies
9/29/2021 6:58:50 AM.
This article describes the Blockchain terminologies and their definition which is very helpful for those who want to learn and are newbies to the Blockchain.
Agile🚀 Scrum🏈 Framework For Beginners To Intermediate Level✅
9/3/2021 12:07:33 PM.
Agile is a methodology. Scrum is a framework. In this article, I explained both with the project management approach.
Important Queries In MySQL
6/30/2021 11:19:35 AM.
A list of Important Queries In MySQL. These queries are very useful whenever we face any difficulty in MySQL.
List Of Commonly Used GitHub Commands
6/29/2021 2:41:02 PM.
I'm adding here the list of commonly used GitHub commands. These are the commands we use in our day to day programming when working with GitHub Repository.
Commonly Used Angular Commands
6/28/2021 2:57:22 PM.
A list of commonly used Angular commands. These commands are helpful whenever we face some problem while working on Angular projects.
Functional Programming in Simple Terms: Explained
3/25/2021 5:28:42 AM.
In this article we learn about Functional Programming in a very simple manner.
Why Not .NET
2/12/2021 10:17:55 AM.
This article provides convincing explanations for using .Net if you have not yet done so.
Textbox Water Mark in ASP.Net
2/3/2021 9:15:33 AM.
This article explains how to create a water mark in a TextBox using JavaScript and also with Ajax.
MSIL Programming: Part 2
2/3/2021 5:51:35 AM.
The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming “terms” like namespace, interface, fields, class and so o
How to Determine Session Status in MySQL
8/6/2020 1:57:51 AM.
Today, in this article let’s learn the session status for a MySQL query.
Bitcoin Explained In Simple Terms
6/5/2020 12:31:59 AM.
This article explains what bitcoin is all about and how and what you should know about it.
How to Set and Change Watermark at Runtime Using JavaScript
4/8/2020 1:54:50 PM.
I encountered the problem in my project of how to set and change a watermark during runtime using Javascript. I share the solution here.
TextBox Watermark Effect in JavaScript
4/3/2020 4:38:17 AM.
In this article you will see TextBox Watermark Effect in JavaScript.
Determine Current Location Using the Location Manager in Android
3/31/2020 12:56:20 AM.
This article explains how to determine the current location using the location manager in Android. Android Studio is used to develop the application.
Creating Watermark While Taking Screenshot Of A Screen In Android Application
3/13/2020 8:57:21 AM.
In this article you will learn about how to create watermark while taking screenshot of a screen in Android application.
Glossary Of Swift Common Terms
3/10/2020 10:08:42 PM.
This article will explain the common terms used in Swift programming.
Blending And Watermarking Images In Python Using OpenCV
3/2/2020 4:07:54 PM.
In this article we will see how to watermark images easily in Python using OpenCV
Machine Learning In Laymen's Terms
1/22/2020 5:09:27 PM.
Machine Learning A Laymans Understanding. Machine learning is considered a subset of Artificial Intelligence, which provides machines with the ability to learn without being explicitly programmed.
Key Machine Learning Terms
1/22/2020 3:13:26 PM.
In this article, you will learn about the terms used in machine learning technology.
How to determine How Much Data an App is Using in Windows 10
1/7/2020 12:42:28 AM.
This article shows how to determine how much data an app is using in Windows 10.
Working With Progress Controls in Windows Store Application
12/19/2019 11:18:50 PM.
In this article we will move towards using controls in Windows Store applications.
How to Disable Auto-Termination Of Applications in Windows 8
12/12/2019 3:41:30 AM.
In this article I have described how to disable Auto-Termination of Applications in Windows 8 that blocks Windows 8 Shutdown.
How to Create, Launch, and Terminate EC2 Instance using AWS SDK for .NET
11/14/2019 6:29:08 PM.
In this tutorial, we are going to create, launch, and terminate an Amazon EC2 instance using AWS SDK for .NET/.NET Core.
Getting Started With Blazor Hello World Using VS Code And Terminal On Ubuntu
11/4/2019 7:43:05 AM.
In this article, you will learn about Blazor Hello World using VS Code and Terminal on Ubuntu.
Q&A Visualization In Power BI - Q&A Tooling - Review Questions, Train The Model By Setting A Term
10/21/2019 10:39:51 AM.
In this article, we will talk about the Q&A Tool Settings in Power BI. Using these Q&A Settings options we can review the questions, teach a Q&A to our Power BI report model and manage the
Machine Learning - Part One - Stick On With Terms For Azure Machine Learning
10/17/2019 5:32:10 AM.
This article will help you to move with Azure Machine Learning as a basic start. I will be walking through the concepts of Azure Machine Learning terms throughout this writing.
TextBox Watermark Effect In TypeScript
10/15/2019 12:20:24 AM.
In this article you will see a TextBox Watermark Effect in TypeScript.
Save Your Precious Dev Time With Command Aliases In Windows Terminal
9/20/2019 1:29:37 AM.
In this article, you will learn how to save your precious dev time with command aliases in a Windows Terminal.
Updating A Managed Metadata (MMS) Column Dynamically In A SharePoint List Using MS Flow
9/19/2019 8:20:20 AM.
When updating an MMS Column in a SharePoint list, the value of the MMS column is expected to be in a certain format. This article explains the right way of updating these columns from MS Flow by ident
Machine Learning Concepts For Dummies Part 7 - Linear Regression Coefficient of Determination
1/23/2019 11:47:55 AM.
This video describes the concept of Linear Regression Coefficient of Determination and its importance while building a Machine Learning Regression Model.
Important Questions For C# Interview Part 2 - Intermediate
1/2/2019 3:16:19 AM.
In this video, I have discussed some important questions for C# developers. These questions are of intermediate level, where I have elaborated many concepts, like Jagged Array, ArrayList vs List, stat
Are MicroServices Just A New Marketing Term
12/3/2018 9:09:28 AM.
Microservices is a great way to decouple an application for faster modernization, improved functionality and better performance, but done incorrectly or without proper architectural understanding, tea
Important Building Blocks Of the Organization In Terms Of Microsoft Products And Technology
11/15/2018 12:18:07 AM.
Today, in this blog we will discuss different Microsoft Products and their roles and place in an organization. We will also understand how these products can help to form an Organization which may lea
Making Custom Function Deterministic With SCHEMABINDING And Its Impact On DB Objects
8/13/2018 11:44:43 PM.
In this video, we will learn to make custom functions or User-Defined Functions in SQL Server Deterministic by using the "SCHEMABINDING" keyword.
Creating Computed Columns With User Defined Functions
8/10/2018 12:10:07 AM.
In this video, we are going to learn about adding a computed column by using a user-defined function, also known as Custom Function. --Create a function (NON DETERMINISTIC) CREATE FUNCTION [dbo].[MyFu
Add Or Update SharePoint TermStore (Managed Metadata) In SharePoint Framework (SPFx)
6/18/2018 12:59:58 PM.
Accessing SharePoint term store and play with that is not a big deal in SPFx, we do can with some tweaks. Since we don’t have direct REST API support for this service we will be using the old JSOM met
How To Read SharePoint TermStore (Managed Metadata) Using REST API
6/8/2018 9:55:37 AM.
SharePoint itself provides REST API for each site you create. It is such wonderful thing to help the developers to manipulate maximum areas of the SharePoint like accessing lists, settings, users, use
Introducing The Terminology Of Angular
11/13/2017 12:39:09 PM.
The good news for developers who are new to Angular is that they can learn Angular easily because Angular has no legacy syntax of Angular 1.x.
SharePoint 2013 - On Premises - Powershell Script To Import Termsets On Given Site From .csv File In Specific Folder
9/10/2017 11:53:31 AM.
In this article I’ll explain how to import multiple termsets using .CSV file from one specific folder.
How To Determine The Version And Edition Of SQL Server And Its Components
8/6/2017 5:19:58 PM.
For Business Intelligence features such as Integration Services, Reporting Services, and Analysis Services, you may have to install the latest service packs, cumulative updates, and hotfixes on the cl
SharePoint Online / Office 365 - Exporting All the Terms from Particular TermSet In .CSV File Using CSOM And Console Application
7/28/2017 6:12:54 PM.
In this article, I’ll explain how to export TermSets in .CSV file format using CSOM and console application. I’ll go through step by step procedure for exporting TermSet.
Introduction To Term Store Management In SharePoint Online (Office 365)
5/27/2017 7:38:53 PM.
Introduction Of Term Store Management In SharePoint Online (Office 365).
Terminologies One Must Be Aware Of In Office 365
3/27/2017 10:49:16 AM.
Let's learn the terminologies one must be aware of in Office 365.
O365 - Programmatically Create New Term Store Management In SharePoint Online - CSOM
3/15/2017 5:29:04 PM.
O365 - Programmatically Create New Term Store Management In SharePoint Online - CSOM.
New Term Store Management In SharePoint Online
3/13/2017 5:36:30 PM.
This article imparts knowledge about New Term Store Management In SharePoint Online.
SharePoint Server 2016 Troubleshooting - Workflow Manager 1.0 - The Term 'Register-SPWorkflowService' Is Not Recognized
3/1/2017 11:08:17 AM.
In this article, you will learn about SharePoint Server 2016 Troubleshooting - Workflow Manager 1.0 - The term 'Register-SPWorkflowService' is not recognized.
Overview Of C# 7.0 And Visual Studio 2017 Features In Terms Of Productivity
11/25/2016 12:30:03 PM.
Visual Studio 2017 is released now. I have explored some of the features of VS 2017 IDE and C# 7.0.
Understanding Build Aftermath in Visual Studio Team Services
11/25/2016 1:23:01 AM.
In this video I walk the viewer through the aftermath of the build process, to understand the results of build and to download the executable binaries.
Azure SQL Database - Restore DB From Long Term Retention Backup
11/24/2016 12:14:42 PM.
In this article, you will learn how to restore DB from Long Term Retention Backup.
Node.js - REPL Terminal
11/22/2016 5:27:59 AM.
In this article, I will explain about Node.js REPL.
Configure Long Term Retention For Azure SQL Database
11/15/2016 11:48:14 AM.
In this article, you will learn to configure long term retention for Azure SQL database.
How To Customize 'Send to' Menu
11/14/2016 12:41:42 AM.
How to customize 'Send to' menu.
Map Term Set To Metadata Site Column On SharePoint Using JavaScript Object Model
6/24/2016 2:18:36 PM.
In this article, you will learn how to map a SharePoint taxonomy term set to a metadata site column, using JavaScript Object Model on SharePoint 2013/SharePoint online sites.
Map Term Set To Site Column On SharePoint Using CSOM PowerShell
6/23/2016 11:19:08 AM.
In this article, you will learn how to map a SharePoint taxonomy term set to a site column, using CSOM with PowerShell on SharePoint 2013/SharePoint online sites.
Managed Metadata Navigation In SharePoint Using Terms And Termsets
6/13/2016 10:29:01 AM.
In this article, you will learn about managed metadata navigation in SharePoint using terms and termsets.