C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rajesh Gami(5)
Tuhin Paul(4)
Riya Patel(4)
Niharika Gupta(3)
Nikhil Patil(3)
Aakash Maurya(3)
Nidhi Sharma(2)
Nagaraj M(2)
Deepika Sawant(2)
Sardar Mudassar Ali Khan (2)
Virendra Kumar(2)
Naveen Kumar(2)
Sudhir Vaghela(2)
Ajay Kumar(2)
Tural Suleymani(2)
Shweta Lodha(2)
Keyur (2)
Simran Verma(2)
Prasad Pathak(2)
Aarav Patel(1)
Ajay Narkhedkar(1)
Aravind Kumar 4026(1)
Sandhiya Priya(1)
Jayraj Chhaya(1)
Rajeev Paliwal(1)
Tafida B(1)
Abiola David(1)
Muhammad Imran Ansari(1)
Vipul Jain(1)
Sigar Dave(1)
Mahesh Chand(1)
Satya Karki(1)
George (1)
Jalpa Dhola(1)
Subarta Ray(1)
Deepika Edakkoth(1)
Sanjay Kumar(1)
Ziggy Rafiq(1)
Aiswarya E V(1)
Dheeraj kumar(1)
Nikunj Satasiya(1)
Jake Creasy(1)
Lokendra Singh(1)
Sreenath Kappoor(1)
Dharmeshwaran S(1)
Vikas Singh(1)
Harunraseed Basheer(1)
Ramakrishnan R(1)
Nandan Hegde(1)
Dharati Patel(1)
Muzaffar Ur Rahman(1)
Naimish Makwana(1)
Anupam Maiti(1)
Joydip Kanjilal(1)
Jay Krishna Reddy (1)
Dipen Shah(1)
Satyaprakash Samantaray(1)
Sandeep Mishra(1)
Arvind Kushwaha(1)
Roshni Gandhi(1)
Ram Prasad M(1)
Ravishankar N(1)
Debasis Saha(1)
Nanddeep Nachan(1)
Siddharth Vaghasia(1)
Geo J Thachankary(1)
Sarvesh Shinde(1)
Atul Sharma(1)
Srikanta Barik(1)
Mohammad Irshad(1)
Gaurav (1)
Resources
No resource found
Metadata Architecture for Financial Vector Store Precision: A Six-Dimensional Framework for Enterprise RAG Systems
Jul 30, 2026.
Unlock precision in financial RAG with a 6D metadata framework. Enhance retrieval, reduce hallucination, and ensure compliance.
Mastering Messy Metadata: Flattening Nested Dicts in Enterprise LangGraph RAG
Jul 14, 2026.
In enterprise AI, the quality of your RAG system is strictly bounded by the quality of your data pipeline. By implementing a collision-aware flattening utility and wrapping it in a strictly layered, multi-agent LangGraph architecture, you ensure that messy, real-world enterprise data is normalized without silent data loss.
Apache Iceberg Explained: Modern Data Lake Architecture for Developers
Jul 15, 2026.
Learn Apache Iceberg architecture, ACID transactions, schema evolution, time travel, and query optimization for building scalable modern data lakes.
Apache Gravitino Explained: Unified Metadata Governance for Modern Data Platforms
Jul 13, 2026.
Apache Gravitino unifies metadata across modern data platforms, simplifying governance, discovery, and compliance for complex data ecosystems.
Apache Gravitino Explained: Unified Metadata Management for Data Platforms
Jul 10, 2026.
Apache Gravitino: Unified metadata management for diverse data platforms. Simplify governance, enhance discovery, and unify data assets.
What Is Confidential Computing? Securing Sensitive Workloads in Azure
Jul 06, 2026.
Confidential Computing secures data in use with hardware-based TEEs, protecting sensitive workloads in Azure from unauthorized access.
AI Context Governance: Managing Sensitive Information in Enterprise Applications
Jun 23, 2026.
Master AI Context Governance to secure sensitive enterprise data in AI apps. Learn to classify, control, and monitor information flow for compliance.
Hybrid RAG with LangGraph: Vector, Keyword & Metadata Retrieval in Action
Jun 20, 2026.
Master hybrid RAG with LangGraph: Combine vector, keyword, and metadata retrieval for production-ready, auditable AI answers.
Designing Guardrails for AI Agents on Sensitive APIs and IoT Data
Jun 19, 2026.
Secure AI agents on sensitive APIs & IoT data with multi-layered guardrails: IAM, DLP, action limits, and HITL for safe enterprise deployment.
Implementing AI-Powered Data Classification Systems Using .NET
Jun 18, 2026.
Implement AI-powered data classification in .NET for enhanced security, compliance, and efficiency. Automate categorization of sensitive information.
How to Design AI-Friendly Database Schemas for Knowledge Retrieval Systems
Jun 16, 2026.
Optimize AI knowledge retrieval by designing AI-friendly database schemas. Learn best practices for chunking, metadata, embeddings, and security.
What Practices Help Protect Sensitive Data in Backend Systems?
Mar 11, 2026.
Protect backend systems with encryption, access control, and secure authentication. Safeguard databases and use data masking to prevent data breaches. #backendsecurity
Preventing Sensitive Information Disclosure (PII) by AI Agents
Mar 06, 2026.
Secure AI agents by preventing PII disclosure! Implement layered security with input filtering, access control, and output guards for data privacy and compliance.
How to Secure Sensitive Data in .NET Applications?
Feb 25, 2026.
Protect .NET apps! Learn to secure sensitive data using encryption, secure storage, and authorization. Prevent breaches and build trustworthy applications.
Preprocessing Framework for Retrieval-Augmented Generation (RAG)
Feb 24, 2026.
Master RAG preprocessing: chunking for consumable data, embeddings for semantic comparison, and metadata for contextual filtering. Build better LLM apps!
Modern Metadata Management Strategy for Enterprises
Feb 19, 2026.
Unlock data's potential! Modern metadata management drives discovery, governance, and compliance. Build a scalable strategy for enterprise success. #DataGovernance
Enterprise AI Architecture with Vector Database, Metadata, RAG, Dynamic Context Discovery (DCD), and Backup Strategy
Feb 16, 2026.
Build robust AI apps! This architecture uses Vector DB, RAG, DCD & metadata for accurate, scalable, and reliable responses. Includes backup strategy.
Entity Framework Core – A Complete and Deep Explanation
Dec 06, 2025.
This article provides a complete, descriptive, and beginner-to-advanced explanation of Entity Framework Core (EF Core). It covers how EF Core works internally, its core components, change tracking, relationship handling, migrations, DbContext, DbSet, performance features, advanced capabilities, concurrency handling, shadow properties, value conversions, global filters, interceptors, and when EF Core is suitable for real-world .NET applications. Written in a simple, clear style, this guide helps developers understand EF Core deeply without focusing on LINQ or specific approaches.
Encrypting Sensitive Data in Angular and SQL Server
Dec 03, 2025.
Secure Angular, ASP.NET Core, and SQL Server apps! Learn encryption best practices: AES, TDE, Always Encrypted, and secure key management for data protection.
Highly Customizable Reporting Architecture (Metadata → SQL → API → UI)
Nov 21, 2025.
Build a highly customizable reporting architecture using metadata. Empower users to create reports without code, ensuring security, scalability, and flexibility.
Highly Customizable Reporting Architecture (Metadata → SQL → API → UI)
Nov 21, 2025.
Build flexible reporting systems using metadata! Automate SQL, API, and UI generation. Empower non-developers to create reports without coding. Scale reporting easily.
Fixing Special-Character Folder Names and Applying Default Metadata in SharePoint Online Using CSOM
Nov 19, 2025.
Fix SharePoint Online folder metadata issues caused by special characters in folder names. This guide provides a PowerShell CSOM script to apply default metadata correctly.
Creating a Metadata-Driven API Engine (API structure loaded from DB, no code changes)
Nov 19, 2025.
Build APIs without code changes! This guide shows how to create a metadata-driven API engine for faster iteration, centralized governance, and reduced maintenance.
Dynamic Form Builder: Building Adaptive UI with Angular Reactive Forms and ASP.NET Core Metadata API
Nov 04, 2025.
Build dynamic forms in Angular with ASP.NET Core! Use metadata to render forms at runtime, avoiding hardcoded HTML. Ideal for scalable enterprise apps.
Understanding Reflection in C#
Oct 29, 2025.
Explore C# Reflection in ASP.NET WebForms! Dynamically inspect types, create objects, and invoke methods at runtime. Perfect for plugins and dynamic UIs.
Unlocking Runtime Intelligence: A Formal Exploration of Reflection in .NET
Oct 18, 2025.
Unlock the power of runtime intelligence with .NET Reflection! This article explores how to inspect and manipulate .NET code at runtime, covering key components like Assembly and Type inspection, dynamic member invocation, and custom attributes. Discover practical applications in dependency injection, ORMs, and testing, while learning best practices for performance and security. Explore alternatives like source generators for optimized metadata access.
Encrypting Sensitive Data in n8n Workflows
Sep 26, 2025.
Secure your n8n workflows! This guide details how to encrypt sensitive data like API keys, passwords, and tokens within n8n. Learn to protect your automation from leaks and unauthorized access using credentials, environment variables, and node-level encryption. Ensure compliance, reliability, and trust by implementing robust security measures. Protect your data and maintain workflow integrity with our comprehensive encryption strategies for n8n.
Encrypting Sensitive Data in ASP.NET Core Applications
Sep 15, 2025.
Secure your ASP.NET Core applications by encrypting sensitive data! Learn best practices for protecting connection strings, API keys, and personal information using the Data Protection API and AES encryption. Discover how to store keys securely in Azure Key Vault, encrypt database fields, and implement key rotation for enhanced security. Protect user data and comply with regulations like GDPR and PCI DSS by implementing robust encryption strategies.
Best Practices for Storing and Managing Sensitive Files
Sep 09, 2025.
Securely manage sensitive files with these industry best practices. Learn how to prevent data breaches and regulatory violations by implementing robust storage isolation, strong authentication, encryption at rest and in transit, and strict access control. Discover techniques for path sanitization, malware protection, and secure backups. Ensure compliance with GDPR, HIPAA, and PCI-DSS standards. Protect your data and maintain user trust with a multi-layered security approach.
Choose a Data Storage Approach at the Cloud
Aug 23, 2025.
This Article explains different types of data classification—structured, semi-structured, and unstructured data—in simple, easy-to-understand language. It breaks down how each type is stored, organized, and used, with real-world examples like product catalogs, photos, and business reports. We also explored common data serialization formats (XML, JSON, YAML) with plain explanations, examples, pros and cons, and a comparison table. Finally, we summarized everything with a visual infographic and a comparison table to make it easy to remember.
Advanced Document Set and Metadata-Driven Folder Management in SharePoint with PnPjs
Aug 19, 2025.
Learn how to manage SharePoint documents using Document Sets, metadata-driven folders, and PnPjs in SPFx. Automate creation, enforce governance, and improve organization, compliance, and discoverability in enterprise libraries.
Folder Management in SharePoint Online with PnPjs and SPFx
Aug 18, 2025.
Learn how to manage folders in SharePoint Online using PnPjs within SPFx. Explore folder creation, file upload, metadata updates, and governance best practices for efficient document library management.
Upload, Download, and Manage Files in SharePoint Online
Aug 18, 2025.
Learn how to manage SharePoint files in SPFx using PnPjs: upload, download, update, delete files, handle version history, set metadata, and use chunked uploads for large files efficiently and securely.
Architecting Reusable Metadata (Site Columns) with Content Type Hub
Aug 15, 2025.
Even though I’ve worked with the Content Type Hub in several projects, I often found it confusing to set up and wasn’t always sure which best practices to follow. This time, I’ve been given a unique requirement that lets me combine what I’ve learned before with a fresh point of view. It finally feels like the right time to share my experience based on real, hands-on work.
How document's metadata/property sync behaves - SPO To MS Office Files (Word, Excel, PPT) and MS Office Files
Aug 16, 2025.
Learn how document metadata and property synchronization works between SharePoint Online (SPO) and Microsoft Office files like Word, Excel, and PowerPoint. Understand sync behavior, limitations, and best practices for managing file properties across platforms.
Evolution of Database Systems
Jul 31, 2025.
This article traces the evolution of databases from flat files to AI-driven metadata systems, highlighting how intelligent architectures are transforming data discoverability, governance, and operational efficiency in modern platforms.
Creating a Semantic Model in Microsoft Fabric Warehouse
Jul 15, 2025.
Transform raw warehouse tables into business-friendly insights using semantic models in Microsoft Fabric Warehouse. Enable self-service analytics, Power BI integration, and centralized data modeling with ease.
Secure Sensitive Cloud Data with Azure Confidential & C#
Jul 09, 2025.
Azure Confidential Computing protects sensitive data even while in use by isolating workloads in Trusted Execution Environments (TEEs), enabling secure cloud processing for finance, healthcare, and AI workloads.
Migrate SharePoint On-Premise Data to Online via ShareGate
Jun 30, 2025.
Learn how to migrate data from SharePoint 2019 to SharePoint Online using ShareGate. This guide covers prerequisites, step-by-step migration, authentication, metadata handling, and best practices for success.
🔍 Efficient Ways to Organize Your SharePoint Document Libraries
Jun 09, 2025.
A well-structured SharePoint document library is essential for productivity and ease of access. Whether you're starting from scratch or planning a clean-up, here are four smart organizational methods to manage your files better—and when to apply each.
⚠️ What Are the Risks of Exposing Internal Data to AI Models?
May 18, 2025.
This article explores the key risks of exposing proprietary code and internal data to AI models, including potential data leakage, IP loss, compliance violations, and security threats. It also provides actionable steps organizations can take to safely and securely integrate AI tools into their workflows.
Protecting Sensitive Data in ASP.NET Core 9 with Azure Key Vault
Mar 10, 2025.
This article describes what is Azure key vault and manage the secrets using it. Additionally, it demonstrates how to implement it in ASP.NET Core 9 application.
Remove IIS Log Files (4-1) --- Managing Sensitive Info in AWS
Feb 24, 2025.
This article will discuss parameter store and Secret Manger in AWS
How to Update a Managed Metadata Field Value in SPFx
Feb 19, 2025.
Updating a Managed Metadata field in SharePoint Framework (SPFx) with the latest version of PnP.js (SPFI) is straightforward once you understand the basics.
AES Encryption in C# Protecting Sensitive Information
Dec 12, 2024.
Discover how to effectively implement AES encryption in C# to secure sensitive data in real-world applications, enhancing data privacy and security.
SharePoint Online - Add/Update Taxonomy Field Using Graph API
Oct 25, 2024.
This guide covers step-by-step instructions for integrating taxonomy fields, managing metadata, and customizing fields in SharePoint lists and document libraries. Enhance your SharePoint solutions with precise metadata control.
Dependency Properties in WPF: Benefits, Usage, and Examples in C#
Oct 21, 2024.
A Dependency Property in WPF is a specialized property supported by the WPF property system. It enables data binding, styling, animation, and value inheritance. This system improves memory efficiency and provides automatic change notifications, making it essential for dynamic, data-driven applications.
Using Attributes and Metadata in C# 12
Oct 20, 2024.
Ziggy Rafiq demonstrates how to use attributes and metadata in C# 12 including improvements in parameter types, reflection capabilities, and best practices for maintaining self-documenting code.
Understanding List Column Data Types in SharePoint
Oct 15, 2024.
SharePoint allows users to create and manage lists with various column types, such as text, number, date, and lookup fields. These columns help organize and store data effectively, ensuring better reporting and data integrity.
A Detailed Explanation of COUNT in SQL Server
Oct 01, 2024.
This article explores the differences between SQL counting methods: COUNT(*), COUNT(1), COUNT(column_name), and COUNT(DISTINCT column_name). It highlights their purposes, performance considerations, and use cases, emphasizing the importance of choosing the right COUNT function for efficient queries.
Update Taxonomy Metadata Field with Multiple Values Using Logic App
Sep 19, 2024.
This guide covers automating metadata management, configuring Logic Apps to handle dynamic updates, and simplifying the process of managing SharePoint Taxonomy Metadata fields efficiently.
Site Column & List Column and Site Content Type
Sep 03, 2024.
This article covers SharePoint's Site Columns, List Columns, and Site Content Types. It explains the differences between Site and List Columns, including their scope, reusability, and management.
Managed Metadata In SharePoint
Aug 13, 2024.
This article is about Managed Metadata in SharePoint. Managed Metadata in SharePoint centralizes term management across sites, enhancing content organization and consistency. It improves search accuracy, prevents data mismatches, and supports efficient content tagging through taxonomy and term sets.
Securing Sensitive Data with Azure Key Vault in .NET Core
Jul 23, 2024.
Integrate Azure Key Vault with your .NET Core application to securely manage sensitive data like passwords and API keys. Azure Key Vault offers centralized, secure storage with Azure Active Directory integration. This tutorial covers setting up Key Vault, adding secrets, and configuring your .NET Core app.
SQL Server Collations: Case Sensitivity and Insensitivity
Jul 17, 2024.
This article explains SQL Server collations, which dictate data sorting and comparison rules. It highlights case-sensitive (CS) and case-insensitive (CI) collations with practical SQL query examples. Learn how to use collations like Latin1_General_CS_AS and Latin1_General_CI_AS to manage case sensitivity in your data operations.
Safeguarding the Future: The Crucial Role of AI in Supporting Sensitive Patient Data
Jul 12, 2024.
Explore how artificial intelligence is transforming healthcare data management, enhancing security, and improving patient outcomes. Discover the challenges of handling vast, sensitive patient data and how AI provides innovative solutions to these complexities.
Understanding @wraps in Python: Preserving Function Metadata
Jul 07, 2024.
Explore the intricacies of Python's @wraps decorator, essential for preserving function metadata. Learn how @wraps simplifies debugging, maintains docstrings, and ensures correct function signatures, enhancing clarity and reliability in your Python codebase.
Query to find Table Name, Row Count, Column Count and Data Size
Jul 02, 2024.
This guide covers techniques to query and display table names, row counts, column counts, and data sizes efficiently. Ideal for database administrators and developers seeking to optimize data management and performance analysis.
Secure Sensitive Files in Azure DevOps Pipelines with Secure Files
May 31, 2024.
Learn how to securely manage sensitive files in Azure DevOps pipelines using the Secure Files feature. This guide covers storing configuration files, certificates, and private keys securely, and demonstrates how to use these files in your build or release pipelines to enhance security and maintain integrity.
Understanding Reflection in C#
May 28, 2024.
Reflection in C# allows runtime inspection and interaction with object types and members, enabling dynamic invocation, type inspection, and metadata access. It's powerful for development tools and debugging utilities.
Azure Key Vault : Implementing Azure Key Vault in C#
Apr 29, 2024.
Azure Key Vault provides a secure and centralized storage solution for managing application secrets. In this guide, we'll walk through the process of implementing Azure Key Vault in a C# application, ensuring that sensitive data remains protected.
Understanding the .NET Internal Compile Process
Mar 11, 2024.
In this article, we will learn about CLR, Jit Compiler, and how the .NET compilation process works. Understanding the .NET internal compile process involves dissecting how source code is translated into executable binaries.
Metadata-Driven Architecture in Data Engineering
Feb 01, 2024.
This article explains how data engineers can make their work more flexible and efficient using Metadata-Driven Architecture (MDA). It breaks down two methods: one using a central database (good for structured work like in Azure Data Factory) and another using external files (great for collaborative projects, especially with Databricks).
Upload Files and Metadata to SharePoint in PowerApps
Jan 04, 2024.
In this article, we will learn to Upload Files and Metadata to SharePoint in PowerApps using Power Automate. Upload files and metadata from PowerApps to SharePoint using Power Automate in three simple steps. Create a user-friendly form, configure the flow, and integrate PowerApps for efficient file management.
How to Avoid Passing Sensitive Information to LLM-OpenAI
Dec 25, 2023.
This article talks about how you can redact sensitive information before passing data to OpenAI.
Understanding LIKE vs ILIKE in PostgreSQL
Dec 05, 2023.
In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
How to Use Custom Attributes in C#
Oct 10, 2023.
Custom attributes in C# allow developers to annotate code elements with metadata for improved runtime behavior and information retrieval. This practical guide explores the creation, implementation, and usage of custom attributes in C#. Learn how to define custom attributes, apply them to code entities, and leverage reflection to access attribute information dynamically. Discover the versatility of custom attributes for enhancing code readability, facilitating debugging, and enabling a more efficient software development process. Gain insights into best practices and real-world scenarios for effectively utilizing custom attributes within your C# projects.
Overcoming Limitations of Get Metadata Activity in Azure Data Factory / Synapse
Oct 05, 2023.
Overcoming Limitations of Get Metadata Activity in Azure Data Factory / Synapse
Creating Custom Metadata in C# Attributes
Sep 14, 2023.
C# attributes are metadata markers, enhancing code with additional information. They can be applied to classes, methods, and more. Custom attributes empower developers to create metadata tailored to their needs, accessed via reflection. This article explores the world of custom attributes in C#, including their creation, application, and benefits.
Export Sharepoint List Metadata Using Power Automate
Jun 15, 2023.
In this article, I will explain, how can we export a SharePoint list metadata using Power automate. While doing that, we will learn many basic concepts of Power Automate like how to use JSON, strings, arrays etc.
Understanding the Role of Metadata in HTML
May 01, 2023.
In this article, you will learn about Metadata Element in HTML5.
SEO Essentials: How to Use HTML Metadata Elements
Apr 26, 2023.
Learn about the power of metadata elements for SEO success. Discover how to optimize your title tag, meta description, canonical tag, keyword tag, and robots meta tag for better search engine rankings. This comprehensive guide will provide you with everything you need to know about metadata elements and how to use them effectively.
Get Dynamic 365 Field Metadata In A Canvas App Using DataSourceinfo Function
Mar 21, 2023.
We can leverage DataSourceInfo function to enrich your Common Data Service form in a Canvas Power App by showing some metadata about fields.
.NET Vs COM (.NET In Deep)
Feb 27, 2023.
This article describes the details of the differences between .NET and COM technology. Also, you can find more information how.Net is working under the hood
Various Ways To Secure Sensitive Data In C#
Feb 13, 2023.
In this article we will see Various ways to secure sensitive data in C# with example.
How To Get Metadata Information Of An Azure Instance Using REST API
Jan 12, 2023.
In this article, you will learn how to get Metadata Information of an Azure Instance using REST API.
Persist Method Execution Metadata In Oracle Using ASP.NET Core
Apr 01, 2022.
This article presents a discussion on how we can capture method execution metadata such as execution time, method name, controller name, etc and save these details in an Oracle database.
Use Dynamic Data Masking To Protect Sensitive Data In Azure SQL Database
Sep 01, 2021.
In this article, you will learn how to use dynamic data masking to protect sensitive data in Azure SQL database.
Global Navigation In Modern SharePoint Using SPFx, PnP And Fluent UI
Jul 14, 2021.
Step by Step Process to implement Global Navigation using SPFx application customizer, PnP taxonomy API using Fluent UI Controls for SharePoint Modern Sites
Let's Understand How Git Maintains History Of Version Or Commit Ids 📥📤 With Details
Apr 28, 2021.
In this article, you will Delve into Git's intricate versioning system, uncovering its robust method of tracking changes through commit IDs and the underlying mechanisms of branch management and repository history, unraveling the intricacies of version control in detail.
Sensitive Data Exposure
Sep 04, 2020.
In this article, you will learn about Sensitive Data Exposure.
Generating Client Code From OData Metadata
Jun 08, 2020.
This article will guide you through a step-by-step method of generating proxy classes from OData metadata.
Create and Use Site Content Type in Content Type Hub
Mar 19, 2020.
In this article, you will learn how to create, publish, republish, delete and use site content type in content type hub in SharePoint online.
Create a TermSet And Taxonomy Field Using PnP Powershell
Dec 03, 2019.
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
Updating A Managed Metadata (MMS) Column Dynamically In A SharePoint List Using MS Flow
Sep 19, 2019.
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 identifying the Terms Guid.
Getting Started With Device Twin In Azure IoT Hub (.NET)
Aug 27, 2019.
In this article, you are going to see how to create an IoT device identity in the IoT Hub’s identity registry and how to add device metadata as tags from the back-end app. Then create a simulated device app to report the device connectivity information in the device twin. Here, you can also learn how to query this information using IoT query language.
Learn Angular 8 Step By Step in 10 Days – Day 1
Aug 04, 2019.
Embark on a 10-day journey to master Angular 8 step by step. Day 1 focuses on laying a strong foundation, covering Angular basics, components, and directives, setting you on the path to becoming a proficient Angular developer.
SharePoint Online And On-Premise Event Receiver Job For Managed Metadata Service
Aug 01, 2019.
In this article, you will learn about SharePoint Online and On-Premise event receiver job for managed metadata service.
Read Modern SharePoint Page Metadata In SPFx WebPart Using PnP
Jul 03, 2019.
In this article, you will learn how to read Modern SharePoint page metadata in SPFx WebPart using PnP.
Update Taxonomy Or Managed Metadata Field Via SharePoint JSOM
Jun 16, 2019.
In this article, you will learn how to update the taxonomy or managed metadata field via SharePoint JSOM.
Shadow Properties In Entity Framework Core
May 22, 2019.
In this article, you will learn Entity Framework Core's shadow properties, and hidden fields in the model that aren't mapped to the database schema directly. Learn how to leverage them for metadata storage, auditing, or tracking without cluttering your entity classes or database tables.
How To Fill SharePoint Metadata In Word Document Template Using Quick Parts And FLOW
May 21, 2019.
In this article, we will see how to generate a document from a Word template, and fill the data dynamically using Quick parts and FLOW.
All About OWASP #3 - Sensitive Data Exposure
Apr 24, 2019.
In this part of the study of OWASP Top 10 Threats, we will understand Threat # 3 – Sensitive Data Exposure.
How To Import Managed Metadata Into SharePoint
Feb 14, 2019.
Managed metadata is a hierarchical collection of centrally managed terms that you can define, and then use as attributes for items in SharePoint Server 2013.
Working With Contacts List In SharePoint
Jan 03, 2019.
This article is part 38 of a comprehensive SharePoint series, covering topics from web applications to custom lists. It delves into Contact Lists in SharePoint, explaining their creation process, advantages, and operations involved.
Overview Of Components In Angular
Oct 25, 2018.
In this article, we are going to learn the basics of Angular components. We are going to learn what exactly makes up the component and how we can add a new component to our Angular application with the help of Angular CLI.
Creating Managed Metadata Column Using Site Script And Site Design
Sep 25, 2018.
In this article you will learn about creating managed metadata column using site script and site design in SharePoint online.
How To Create And Apply Label In SharePoint Online
Aug 14, 2018.
This article is about how we can create and apply labels in SharePoint Online. I am going to explain how we can create labels for retention policies at tenant level so that labels can be applicable across site collections.
Learn SharePoint In Series - Part Twenty Seven - Managed Metadata Columns Type
Jul 25, 2018.
In this article, I have explained Managed Metadata columns in brief
Learn SharePoint In Series - Part Seventeen - List Columns In SharePoint
Jun 27, 2018.
Delve into list columns in SharePoint, covering data types, customization, and metadata management. Learn how to optimize content organization and ensure efficient data validation for enhanced collaboration and productivity.