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]
Allam Purushotham(11)
Ziggy Rafiq(5)
Aarav Patel(4)
Parthiv Suthar(4)
Rajesh Gami(4)
Ajay Kumar(4)
Niharika Gupta(3)
Henil Patel(3)
Prathamesh Dhopare(3)
Ananya Desai(3)
Sandhiya Priya(3)
Rajashekar Syereddy(3)
Saurav Kumar(2)
Krish Kanakiya(2)
Mariem Moalla(2)
Ck Nitin(2)
Mahesh Chand(2)
John Godel(2)
Onkar Sharma(2)
Shikha Tiwari(2)
Adarsh Nigam(2)
Jitendra Mesavaniya(2)
Jaimin Shethiya(2)
Prasad (2)
Shiv Sharma(1)
Subash S(1)
Prachi Sarkar(1)
Harsh Bhensawala(1)
Ajay Narkhedkar(1)
Unnati Patel(1)
Mominul Islam(1)
Shubhankar Banerjee(1)
Asfaque Ansari(1)
Baibhav Kumar(1)
Vaishali Vishwakarma(1)
Nitin (1)
Ashish Bhatnagar(1)
Vipul Malhotra(1)
Primal Lobo(1)
Raveena Attri(1)
Mohammathu Fairoos(1)
Aman Gupta(1)
Mohamed Shifan(1)
Jay Kumar(1)
Shanuka Maheshwaran(1)
Lokendra Singh(1)
Chetan Sanghani(1)
Ayush Gupta(1)
Sifad Hussain(1)
Farhan Ahmed(1)
Resources
No resource found
How to Handle Duplicate Records in SQL Queries Efficiently
Apr 20, 2026.
Master SQL duplicate record handling! Learn to identify, remove, and prevent duplicates for improved data integrity and performance. Essential for robust database management.
How to Use Patch() in Power Apps
Apr 17, 2026.
This article explains how to use Patch() in Power Apps to create and update records without using forms. It covers the basics of adding a data source, inserting a button, writing the Patch formula, and handling common scenarios. Includes step-by-step instructions, features, advantages, disadvantages, and troubleshooting tips for makers who want more control over their app logic.
Difference Between Record and Class in C# with Examples?
Apr 15, 2026.
Unlock the secrets of C#! Discover the key differences between records and classes, including mutability, equality, and use cases. Write cleaner, safer code!
What is the Difference Between Record Struct and Class in C#?
Apr 08, 2026.
Unlock the secrets of C#! Learn the key differences between record struct and class for optimal performance and maintainability. Master data type selection!
How to Search More Than 2000 Records in PowerApps Combo Box
Apr 03, 2026.
Overcome the 2000-record limit in PowerApps Combo Boxes! This guide provides a simple trick to efficiently search large datasets and ensure all records are searchable. Improve PowerApps search functionality!
What is Normalization in SQL with Real-World Examples?
Mar 31, 2026.
Learn SQL normalization: a crucial database design technique for eliminating redundancy, ensuring data integrity, and improving scalability. Includes real-world examples!
Immutability: The Secret Weapon for Reliable C# Applications
Mar 29, 2026.
Unlock the power of immutability in C# for building reliable applications! Learn how immutable objects prevent bugs, ensure thread safety, and simplify debugging. Master the secret weapon for robust .NET software.
What are C# Record Types and When to Use Them?
Mar 26, 2026.
Explore C# record types: a powerful feature for immutable data models. Learn about value-based equality, concise syntax, and best use cases for cleaner code. Ideal for DTOs and APIs.
How to Populate Records in a Word File Using Power Automate
Mar 25, 2026.
Learn how to automate Word document population with dynamic data using Power Automate! This guide covers enabling the Developer tab and creating a data-driven Word template for efficient reporting. Perfect for automating repetitive tasks!
How to Fix Delegation Warnings and Handle 10,000+ Records in Power Apps with SharePoint
Feb 26, 2026.
Delegation issues can break your Power Apps solution when working with large SharePoint lists. This article explains why delegation warnings occur and provides a practical, step-by-step solution to build scalable, high-performance apps without data loss.
How to Fix Patch Not Working & Duplicate Records in Power Apps
Feb 27, 2026.
Solve Power Apps Patch issues! Prevent duplicate records and silent failures when saving data to SharePoint. Learn to update or create records reliably using LookUp. In real-world Power Apps projects, Patch failures and duplicate SharePoint records are common challenges that impact data integrity and user experience. This article explains the root causes behind these issues and how to handle them effectively. Learn practical techniques like proper form validation, conditional Patch logic, and duplicate checks. A real-world scenario walkthrough makes it easy to implement these solutions in your own apps.
How Variables Work in Power Apps - Set vs UpdateContext vs Collections
Feb 27, 2026.
Master Power Apps variables! Learn when to use Set(), UpdateContext(), and ClearCollect() for efficient data management, global states, and screen-specific logic. Build cleaner, more professional apps. Variables are essential for managing data and state in Power Apps, but understanding the difference between Set, UpdateContext, and Collections can be confusing for beginners. This article clearly explains when and why to use each type of variable. Learn the scope, behavior, and real-world usage scenarios with simple examples. A beginner-friendly guide to help you write cleaner and more efficient Power Fx formulas.
Power Automate HTTP Trigger API with Dataverse & Testing via Postman - A Practical Guide
Feb 23, 2026.
Build a secure Employee Record API with Power Automate! Learn to use HTTP triggers, Dataverse, and JSON schemas for efficient data capture and storage. #LowCode
How to Implement Role-Based Security in PowerApps for Record Management
Feb 04, 2026.
Implement role-based security in PowerApps for efficient record management. Grant Managers full access and restrict Employees to specific records using SharePoint and PowerApps configurations. Learn to set item-level permissions and control user access effectively.
Why Does DNS Change Not Reflect Immediately After Updating Records?
Jan 28, 2026.
Understand why DNS updates aren't instant! Learn about caching, TTL, propagation delays, and how to plan safe DNS changes for smooth website migrations. Avoid downtime!
Why VACUUM in PostgreSQL Causes Performance Drops (And When It’s Normal)
Jan 22, 2026.
Understand why VACUUM in PostgreSQL causes performance drops. Learn when it's normal, avoidable, and a sign of deeper issues. Optimize your database now!
Displaying Large amounts of Records in ASP.NET Core MVC
Jan 22, 2026.
Master displaying large datasets in ASP.NET Core MVC! Learn efficient techniques like Razor tables, AJAX partials, and server-side DataTables for optimal performance.
10 C# Features You’re Probably Using Wrong
Jan 20, 2026.
Avoid common C# pitfalls! Learn to use async/await, LINQ, records, and other features correctly for better performance, readability, and maintainability. Level up your C# skills!
Why Am I Getting a Duplicate Key Error When Inserting Records in SQL?
Jan 14, 2026.
Troubleshoot SQL duplicate key errors! Learn why they occur when inserting records, common causes like constraint violations, and practical fixes to maintain data integrity.
Building Smarter Galleries in PowerApps with Table & Record Functions
Jan 06, 2026.
Learn to build dynamic PowerApps galleries using Table & Record functions! Master AddColumns, DropColumns, RenameColumns, and ShowColumns for optimized data display.
How to Restrict Dataverse Table Records to Logged-in Users in Power Pages
Jan 01, 2026.
Learn how to restrict Dataverse table records to logged-in users, ensuring they only see their data. Implement contact-based access control for improved security.
How to Create Contact Records in Power Pages using Registration and Admin-Managed Approaches
Dec 26, 2025.
Learn how to create contact records in Power Pages using registration and admin-managed methods. Discover best practices for secure and scalable solutions. Choose the right approach for user sign-up, partner self-service, pre-assigning web roles, and restricted access.
How to get lookup column records in Power Pages using Web API
Dec 19, 2025.
Learn how to retrieve data from Dataverse lookup columns in Power Pages using Web API and JavaScript. Access related records efficiently and securely with practical examples.
Record, Record Struct, and Structural Equality in C#
Dec 14, 2025.
Learn how structural equality works in modern C# using records and record structs, and why it is essential for building correct value objects in Domain-Driven Design. This guide explains when to use records, record structs, and classes for clean, scalable domain models.
Top JavaScript Features Released in 2025
Dec 11, 2025.
This article discusses the top JavaScript features released in 2025 and shows how senior Angular developers can use them effectively. It includes real-world examples, Angular-focused implementation details, and production best practices. You also get practical migration advice and clear code samples.
Learn Data Types in C#
Dec 10, 2025.
This article provides a complete and descriptive guide to data types in C#. It explains value types, reference types, nullable types, numeric types, boolean, character types, strings, records, arrays, enums, structs, dynamic types, object types, pointer types, and memory behavior in C#. The article also covers stack vs heap storage, best practices, and clear examples, making it ideal for beginners and professional .NET developers who want to understand C# fundamentals in depth.
Import All Records into a Predefined Excel Template Using Power Automate
Dec 10, 2025.
Automate importing data into predefined Excel templates with Power Automate! Learn to dynamically add rows from any source while preserving formatting and layout. Streamline your data processes!
Patching Multiple Records at Once in Power Apps with ForAll 🚀
Dec 08, 2025.
By combining ForAll with Patch, Power Apps can go through each record in a list and update it automatically. This lets users apply changes to many records with a single action, making the process faster, cleaner, and more efficient.
Building Dynamic Reordering Functionality in Power Apps Using Up/Down Arrow Icons
Dec 01, 2025.
Effortlessly reorder items in your Power Apps Gallery with up/down arrow icons! This tutorial provides a simple, intuitive solution for dynamic record arrangement, improving user experience and control. Perfect for navigation menus, task prioritization, and more.
Auto-Repair Engine (Detect Broken Foreign Keys, Orphan Records, Mismatched Totals)
Nov 24, 2025.
Build an Auto-Repair Engine for databases! Detect & fix broken foreign keys, orphan records, and mismatched totals automatically. Improve data integrity and reduce errors.
Auto-Repair Engine (Detect Broken Foreign Keys, Orphans, and Incorrect Totals)
Nov 25, 2025.
Automate data quality in enterprise systems! Detect and repair broken foreign keys, orphan records, and incorrect totals. Ensure data integrity with a robust engine.
Designing a Data Versioning System — store history of every record (SQL Server + .NET)
Nov 17, 2025.
Implement data versioning in SQL Server and .NET to track record changes. Essential for audit, compliance, and features like time travel and record revert.
Efficient Data Partitioning in SQL Server: A Practical Guide for Tables with Millions of Records
Nov 15, 2025.
Master SQL Server data partitioning! This guide provides a step-by-step approach to efficiently manage large tables, boost query speed, and simplify maintenance.
C# 12 Features Mastery Part 4 - Primary Constructors, Records, Pattern Matching for ASP.NET Core
Oct 15, 2025.
Master C# 12's essential features for ASP.NET Core development! Part 4 dives into primary constructors (reducing boilerplate), records (immutable data), advanced pattern matching (smarter code flow), and collection expressions (simplified collections). Learn real-world integration, performance optimization, and migration strategies for modern, efficient ASP.NET Core applications. Unlock the power of C# 12!
Delete Single or Multiple Records from GridView in ASP.NET
Oct 13, 2025.
Learn how to implement single and multiple record deletion in ASP.NET GridView using checkboxes, client-side validation, and a SQL Server stored procedure. This tutorial covers UI design with a GridView, JavaScript for select-all functionality and validation, server-side C# code for deletion, and the SQL stored procedure.
How Do I Write SQL to Get Top N Records Per Group?
Oct 03, 2025.
This article provides step-by-step instructions and examples for SQL Server, MySQL, and PostgreSQL. Master techniques using ROW_NUMBER(), RANK(), DENSE_RANK(), CROSS APPLY, and LIMIT with subqueries. Avoid common mistakes and optimize your queries for performance. Perfect for reporting, analytics, and data visualization.
⚡ Top 30 Proven Ways to Optimize UI & Backend Applications Handling Millions of Records
Oct 03, 2025.
Scale your applications to handle millions of records! This guide provides 30 proven strategies for optimizing UI, backend APIs, and databases. Learn how to improve performance with techniques like pagination, caching, indexing, async processing, and more. Real-world examples included to boost speed and user satisfaction.
C# Performance Hack: Use record struct for Small, Immutable Models
Sep 16, 2025.
This optimization avoids heap allocation and provides value-based equality, unlike classes. See how record struct dramatically improves efficiency when comparing immutable objects, offering a significant advantage over traditional classes in specific scenarios.
Blockchain in Healthcare: Improving Data Sharing, Interoperability, and HIPAA Compliance
Sep 10, 2025.
Learn how blockchain solves healthcare interoperability challenges by enabling secure, HIPAA-compliant data sharing across hospitals, insurers, and researchers while building trust and reducing costs.
How Blockchain and AI Are Transforming Security, Privacy, and Data Sharing in Healthcare
Sep 10, 2025.
With nearly 760,000 healthcare records breached daily and mega-attacks like Change Healthcare impacting 190 million patients, discover how blockchain and AI can secure healthcare data, ensure HIPAA compliance, and prevent hackers from exploiting stolen records.
DApps vs Normal Apps: Why the Future of Apps is Decentralized
Sep 05, 2025.
Explore the revolutionary world of Decentralized Applications (DApps) and how they differ from traditional apps. Learn why developers should embrace DApp development and the skills needed to build the future of decentralized technology. This article provides a comprehensive overview of DApps, their benefits, and their potential to reshape the digital landscape, offering a glimpse into the future of applications.
What Is DNS and How Does It Work in Networking
Sep 04, 2025.
Demystify the Domain Name System (DNS) and learn how it powers the internet! This guide explains DNS functionality, from translating domain names into IP addresses to its crucial role in website usability, email delivery, and security. Explore DNS records, server structure, and real-world examples to understand this essential networking component. Discover how DNS impacts website speed and simplifies online navigation.
Blockchain The digital revolution
Aug 21, 2025.
Blockchain The digital revolution
What are arrow functions and how are they different from regular functions?
Aug 20, 2025.
Arrow functions provide a simpler and more concise way to write functions in JavaScript. This article explains what arrow functions are, their syntax, and how they differ from regular functions in behavior and use cases.
What are Difference between Regular functions and Normal Functions?
Aug 20, 2025.
Arrow functions in JavaScript provide a shorter and cleaner way to write functions. This article explains what arrow functions are, how they differ from normal functions, and when to use them effectively.
What are Java Records, and how do they improve data modeling in Java?
Aug 08, 2025.
This article explores Java Records, a feature introduced in Java 14 and finalized in Java 16—and how they simplify and enhance data modeling. Learn what Records are, how they differ from traditional Java classes, their benefits in immutability, concise syntax, and real-world use cases, with clear examples.
To Delete a Row from Table in SQL Server
Aug 06, 2025.
Learn how to delete a row from a table in SQL Server using the DELETE statement. This guide explains the syntax, provides examples of deleting rows by specific conditions, and highlights the difference between DELETE and TRUNCATE. Whether you are removing a single record or multiple rows, this article covers the essential steps and best practices for safe data deletion.
What is a Record Management System?
Jul 23, 2025.
Learn what a Record Management System (RMS) is, how it works in IT, and why it’s essential for secure, efficient, and compliant data handling in modern organizations.
Difference Between Abstract Class and Normal Class in C#
Jul 04, 2025.
The difference between Abstract Class and a Normal Class in C#, including definitions, concepts, use cases, and examples.
Client‑Side Student Record Management Using JavaScript (Add, Modify, Delete, Show – Student Records)
Jun 29, 2025.
Managing student data is a common task in educational web applications.
Improved CRUD operations for GridView with Redshift in ASP.NET Core MVC (Utilizing C# 14 Features)
May 08, 2025.
Learn how to enable CRUD operations in an ASP.NET Core MVC application using Amazon Redshift and C# 14 features. This guide covers setup, connection, SQL commands, data manipulation, security, and best practices.
Convert .media to MP4 with FFmpeg: Reliable Webcam Recording Solution
Apr 21, 2025.
Learn how to easily convert .media files from webcam recordings to the widely supported MP4 format using FFmpeg.
Demystifying Records in C#: Immutable Design for Modern Applications
Apr 20, 2025.
Unlock the power of C# Records! Learn how immutable design simplifies modern application development, boosts code safety, and enhances performance.
Create Schema Zip Using CDS Configuration Migration Tool for D365
Feb 20, 2025.
Create Schema zip file using Common Data Service Configuration Migration tool for D365 to imported the record using tool
A C# 13 Tip for building Data Transfer Objects (DTOs) Using Records
Feb 12, 2025.
C# records, introduced in C# 9 and improved in C# 13, offer immutable data models ideal for DTOs. They provide value semantics, concise syntax, automatic method generation, and enhanced data integrity for clean, maintainable code.
Java 21 JUnit Testing Best Practices
Jan 21, 2025.
The best practices for JUnit testing in Java 21 by Ziggy Rafiq include leveraging new language features like record patterns and string templates. Develop maintainable and robust Java applications by leveraging test isolation, AAA patterns, and parameterized tests.
Assigning Sequential IDs to Records in Dataverse Using Power Automate
Jan 18, 2025.
Learn how to create a Power Automate flow to assign sequential IDs to records in Dataverse. This guide covers setting up triggers, extracting numeric values, incrementing IDs, and ensuring unique IDs for both existing and new records.
How to Create a Stopwatch Application using JavaScript with Code
Dec 05, 2024.
Learn how to build a fully functional stopwatch with HTML, CSS, and JavaScript in this beginner-friendly tutorial. Create a stopwatch with start, stop, reset, lap recording, and theme switching features.
Vertical Slice Architecture with Code Examples in C# 12
Oct 18, 2024.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
How To Delete Duplicate Rows From A Table In SQL Server
Oct 12, 2024.
This guide explains how to delete duplicate rows from a table in SQL Server. Using common techniques like ROW_NUMBER() with PARTITION BY, you can identify and remove duplicate rows while keeping the original.
User Record Management in C
Sep 29, 2024.
This content focuses on implementing functions in C programming to efficiently add and display user records. It covers the creation of structures for storing user details, such as name, age, and contact information.
How To Get Unique Records Without Using Distinct In SQL Server
Sep 26, 2024.
In this guide, you'll learn how to retrieve unique records in SQL Server without using the DISTINCT keyword. We'll explore alternative methods like GROUP BY, ROW_NUMBER(), and Common Table Expressions (CTE) to optimize performance and handle duplicates more efficiently in your queries.
Create an Azure AD Custom Domain with Entra
Sep 03, 2024.
Establishing a custom domain on Microsoft Azure enhances your brand’s identity and security. By configuring DNS records and verifying ownership, you can link your domain to Azure services. Combined with Entra ID, this setup boosts professionalism, ensures secure access, and centralizes management for a seamless user experience.
File Structure: Writing and Reading Records Efficiently
Aug 29, 2024.
In C programming, fwrite() and fread() manage data storage and retrieval. fwrite() writes structures to a binary file, while fread() reads them back. This involves defining a structure, opening a file in binary mode, and using these functions to write and read data, ensuring file integrity and data consistency.
Effortless Dynamics 365 Record Updates with Azure Data Factory
Aug 28, 2024.
Learn how to update Dynamics 365 records using Azure Data Factory (ADF) with internal GUIDs. This guide covers setting up source data in Azure SQL, configuring datasets, mapping fields, and executing pipelines to update records like phone numbers and addresses without the need for alternate keys or additional references.
Understanding the Record in C#
Aug 16, 2024.
Learn how records differ from classes, their advantages in creating immutable types, and how they enhance object initialization, equality checks, and more in .NET applications.
How to Retrieve and Display Database Records in Java Using JTable
Aug 13, 2024.
Learn how to retrieve and display database records in Java using JTable with this step-by-step guide. Explore Java Swing for creating a graphical user interface, JDBC for database connectivity, and SQL queries for fetching data.
Leveraging Records for Data Transfer Objects (DTOs) in C# .NET
Aug 12, 2024.
This article explores how to leverage C# records for implementing Data Transfer Objects (DTOs) in .NET. It delves into the benefits of using records for immutable data structures, enhancing code readability, and reducing boilerplate.
Setting Up Custom Domain in Microsoft 365 via Admin Center
Aug 06, 2024.
Set up your custom domain in Microsoft 365 by using the Admin Center to add the domain, prove you own it with DNS records, set up the required DNS entries (MX, CNAME, TXT), and adjust email and security settings so everything works smoothly with Microsoft 365.
UNION vs UNION ALL in SQL Server
Jul 24, 2024.
The SQL UNION operator combines the results of two or more SELECT statements, removing duplicate rows. In contrast, UNION ALL combines results while retaining all duplicates. UNION may impact performance due to the overhead of duplicate removal, whereas UNION ALL is generally faster and more resource-efficient.
jQuery DataTable Plugin to Customize Tables in Power Pages Portal
Jul 19, 2024.
How to integrate the jQuery DataTable Plugin into custom tables within the Power Pages Portal. The DataTable Plugin enhances tables by providing features such as pagination, column filtering, efficient search capabilities, and customizable styling.
Retrieving Entity Record IDs in CRM Plugin D365 CE
Jul 08, 2024.
Unlock the methods to efficiently retrieve entity record IDs in Dynamics 365 Customer Engagement (D365 CE) CRM plugins. This guide explores step-by-step processes, best practices, and tips for developers to enhance their CRM customizations.
Understanding C# Records with Example
Jul 02, 2024.
This article delves into the syntax and usage of records, comparing them with classes, and demonstrates how records can simplify code while improving performance and maintainability in .NET applications.
How to Manage DNS Records in the Cloud with Azure Public DNS ?
Jun 29, 2024.
Learn how to efficiently manage DNS records in the cloud using Azure Public DNS. This guide covers essential steps for configuring and maintaining DNS records, ensuring reliable and scalable domain name resolution.
Exploring Record Classes in Java
Jun 28, 2024.
Discover the simplicity and power of record classes in Java with our comprehensive guide. Explore how Java's record classes, introduced in Java 14, streamline the creation of immutable data structures.
Handling Millions of Records with PostgreSQL
Jun 07, 2024.
Handling millions of records with PostgreSQL requires effective strategies and best practices. Key techniques include query optimization, indexing, partitioning, and data sharding. Implementing bulk loading, parallel processing, and regular vacuuming ensures high performance, scalability, and efficient data management.
System-Versioned Temporal Tables in SQL
May 29, 2024.
System-Versioned Temporal Tables in SQL enable tracking historical changes to data over time. SQL's temporal tables maintain a history of modifications, allowing users to query data as it existed at any point.
C# 9 Record Types: Immutable Value Types, Syntax, & Usage
Apr 18, 2024.
Records in C# provide immutable data structures for representing data. They offer concise syntax for declaring classes with value-based equality, read-only members, and built-in methods like ToString(). Records support inheritance, pattern matching, and serialization, enhancing data modeling and manipulation in C# 9.
Creating DNS Zones and Changing Name Servers from Public DNS
Apr 08, 2024.
This comprehensive guide walks you through the fundamentals of DNS zones, setting up Azure DNS, and integrating it with popular domain registrars like GoDaddy. With Azure DNS Zones, you can optimize your domain management and ensure smooth DNS resolution.
What is Record Keyword/Function in C#?
Apr 03, 2024.
Records introduced in C# 9.0 represent a significant enhancement to the language's capability for handling data. This article aims to explore records in-depth, covering their syntax, features, and usage through illustrative examples.
Activate & Deactivate Account Record in Dynamic 365 with PowerShell
Mar 28, 2024.
InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using specified entity, ID, and state/status codes.
Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates
Mar 27, 2024.
In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using Threads.
Class vs. Record vs. Struct in C#
Mar 26, 2024.
Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightweight value types. Examples illustrate their usage.
Deletion of Record using Power Shell Script with FetchXML Query in D365
Mar 23, 2024.
Deletion of Contact Record using Power Shell Script with FetchXML Query in D365
Update a Contact record in Dynamics 365 (D365) using PowerShell
Mar 21, 2024.
Update a Contact record in Dynamics 365 (D365) using PowerShell involves modifying existing contact information within the D365 environment programmatically. This process utilizes PowerShell scripting to interact with the Dynamics 365 API.
Creating Contact Record in Dynamics 365 with PowerShell Attributes
Mar 20, 2024.
Learn to efficiently create Contact records in Dynamics 365 using PowerShell, covering all attribute types. Utilize Microsoft.Xrm.Data.PowerShell module for seamless CRMOnline connection and managing various data types like lookup, option set, money, boolean, and date.
Domain-Driven Design with Records in C#
Mar 19, 2024.
C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enhanced domain modeling.
Creating Contact Record in D365 with PowerShell Script & Image Attribute
Mar 15, 2024.
Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell module for efficient and seamless integration, enhancing your CRM automation capabilities.
PowerApps Canvas Patch Upsert Dynamics 365 Records
Mar 15, 2024.
Build a PowerApps Canvas app to efficiently manage Dynamics 365 records with Patch and Upsert operations. Seamlessly integrate and synchronize data, enabling customizations and streamlined record management within your Dynamics 365 environment.
Trigger a Journey when a record is updated using Plugin C# Code
Mar 08, 2024.
To trigger a journey when a record is updated using C# plugin code.
A simplified approach to serializing and deserializing objects in C# 10
Mar 04, 2024.
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
Create Auto-Numbering in Microsoft Dynamics 365 Entities
Feb 29, 2024.
Automate entity numbering effortlessly in Microsoft Dynamics 365 with no code required. Utilize system settings, business rules, and workflow automation to generate unique serial numbers for records, enhancing data management and streamlining processes.
Usage of Classes, Structs, and Records in C#
Feb 26, 2024.
In the world of C# programming, choosing the right data structure can significantly impact the efficiency and readability of your code. In this article, we'll delve into the nuances of each construct and explore when to use them in your C# projects.
An in-depth look at C# 10 and performance improvements
Feb 24, 2024.
Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memory efficiency, and pattern-matching optimisations speed up execution. Discover how to use C# 10 features to optimise performance and user experience for your projects by exploring code examples illustrating these improvements.
Trigger Creation: Set Action on Customer Record Create/Update
Feb 21, 2024.
Learn to automate database actions by creating triggers. Choose the trigger name and action type. Execute actions when customer records are created or updated. Enhance database functionality and efficiency with automated processes.
Establish a Routing Rule for Customer Service Entity Records
Feb 20, 2024.
Routing rules in Customer Service streamline the process of directing cases to appropriate agents or queues automatically, eliminating the need for manual intervention. These rules also facilitate the routing of escalated cases to specific queues.
D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShell
Feb 20, 2024.
Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
How to Generate a Popup Message Box in Power Apps
Feb 16, 2024.
This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. 'Delete' removes the item, 'Cancel' dismisses.
Enable Audit History for an Entity in CRM
Feb 15, 2024.
Enable audit history in CRM to track entity changes. Enhance data security, compliance, and integrity by monitoring modifications. Configure settings to log and report on user actions for improved governance.
Duplicate Detection within Dynamics 365 using PowerApps
Feb 09, 2024.
Duplicate detection within Dynamics 365 using PowerApps ensures data integrity by identifying and managing duplicate records. Leverage PowerApps' capabilities to validate and match records, establish entity relationships, and automate processes.