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 Record
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Allam Purushotham (12)
Ajay Kumar (6)
Prashanth Chindam (5)
Ziggy Rafiq (4)
Vithal Wadje (4)
Onkar Sharma (3)
Mahender Pal (3)
Alok Pandey (3)
Rajashekar Syereddy (3)
Shikha Tiwari (2)
Adarsh Nigam (2)
Jitendra Mesavaniya (2)
Jaimin Shethiya (2)
Abiola David (2)
Prasad (2)
Nandan Hegde (2)
Anoop Kumar Sharma (2)
Kirtesh Shah (2)
Yogi S (2)
Mike Gold (1)
Sanwar Ranwa (1)
Debendra Dash (1)
Vijai Anand Ramalingam (1)
Mohammathu Fairoos (1)
Aman Gupta (1)
Mohamed Shifan (1)
Jay Kumar (1)
Shanuka Maheshwaran (1)
Lokendra Singh (1)
Bubai Banerjee (1)
Davood Riazi (1)
Chetan Sanghani (1)
Ayush Gupta (1)
Lalit Bansal (1)
CSharp TV (1)
Chittaranjan Swain (1)
Sundaram Subramanian (1)
Sifad Hussain (1)
Dhruvin Shah (1)
Vikas Kumar Garg (1)
Farhan Ahmed (1)
Davin Martyn (1)
Muzaffar Ur Rahman (1)
Vinay Ayinapurapu (1)
Jefferson S. Motta (1)
Aradhana Tripathi (1)
Subham Ray (1)
Adam Stirtan (1)
Sarthak Varshney (1)
Sarathlal Saseendran (1)
Munib Butt (1)
Pankaj Lohani (1)
Bassam Alugili (1)
Chaman Gautam (1)
Prashant Bansal (1)
Deepak Sharma (1)
Related resources for Record
No resource found
Vertical Slice Architecture with Code Examples in C# 12
10/22/2024 5:02:12 AM.
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.
Creating and Opening Microsoft Word Document from .NET Using C#
10/15/2024 11:54:12 AM.
This article explores how to manipulate Microsoft Word documents using C# in a Windows Forms application. It covers adding a COM reference for Word, creating instances of the Word application, and uti
How To Delete Duplicate Rows From A Table In SQL Server
10/12/2024 5:29:23 AM.
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 o
Search Records Between Two Dates Using Stored Procedure And Entity Framework In ASP.NET MVC
10/3/2024 11:32:18 AM.
In this article, we will learn to write and execute a SQL stored procedure, pass parameters for date filtering, and retrieve results in an efficient and structured manner.
User Record Management in C
9/29/2024 5:22:32 AM.
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 conta
How To Get Unique Records Without Using Distinct In SQL Server
9/26/2024 4:35:41 AM.
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 Exp
Getting Record ID From EntityView In Dynamics 365 Portal
9/19/2024 10:15:46 AM.
This article explains how to use an entity list in Dynamics 365 portals to manage records efficiently. It demonstrates configuring a web template to redirect users to a details page if only one record
Bulk Insert From ASP.NET Web Form Using C#
9/17/2024 10:39:37 AM.
To insert bulk records into a database from a web form, create a ProductsSold table. Design a web form with GridView, TextBoxes, and Buttons to add and display products. Use a DataTable in ViewState t
Real Time Use Of Context Menu Strip In Windows Form Application
9/9/2024 11:35:42 AM.
Learn how to use ContextMenuStrip in a Windows Forms application to delete records from a DataGridView. This tutorial covers setting up a context menu, handling right-click events, and executing a del
Record Microsoft Form Respons In SharePoint Using Microsoft Flow
9/5/2024 8:44:38 AM.
This article explains how to record responses from Microsoft Forms in SharePoint using Microsoft Flow. It covers creating a flow, connecting Microsoft Forms and SharePoint, capturing form responses, a
Create an Azure AD Custom Domain with Entra
9/3/2024 6:42:43 AM.
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 wi
File Structure: Writing and Reading Records Efficiently
8/29/2024 8:59:42 AM.
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
Pass Dynamically Added HTML Table Records List To Controller In ASP.NET MVC
8/29/2024 7:13:51 AM.
In this article we will learn how to pass dynamically added HTML Table records list to Controller in ASP.NET MVC.
Effortless Dynamics 365 Record Updates with Azure Data Factory
8/28/2024 7:03:01 AM.
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
Understanding the Record in C#
8/16/2024 5:53:13 AM.
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
8/13/2024 5:22:08 AM.
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 SQ
Leveraging Records for Data Transfer Objects (DTOs) in C# .NET
8/12/2024 4:20:42 AM.
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 reada
Setting Up Custom Domain in Microsoft 365 via Admin Center
8/6/2024 4:58:45 AM.
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 securi
UNION vs UNION ALL in SQL Server
7/24/2024 9:28:49 AM.
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 performa
jQuery DataTable Plugin to Customize Tables in Power Pages Portal
7/19/2024 9:57:14 AM.
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, efficien
Retrieving Entity Record IDs in CRM Plugin D365 CE
7/8/2024 7:56:32 PM.
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 develop
Understanding C# Records with Example
7/2/2024 5:32:48 AM.
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 applicatio
How to Manage DNS Records in the Cloud with Azure Public DNS ?
6/29/2024 6:37:40 AM.
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 na
Exploring Record Classes in Java
6/28/2024 9:03:23 AM.
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 struct
Insert And Display Records With Model Binder Using ASP.NET MVC
6/20/2024 6:57:07 AM.
Learn how to manage records in ASP.NET MVC using Model Binder with Entity Data Model and SQL Server. This tutorial covers project setup, CRUD operations, PartialView, AJAX integration, and TempData us
Create Python Flask Web Application And Display SQL Records In Browser
6/7/2024 10:41:42 AM.
This tutorial guides you through creating a Python Flask web application to display SQL Server table records in a web browser. Starting with setting up a Flask web project in Visual Studio, you'll
Handling Millions of Records with PostgreSQL
6/7/2024 4:40:29 AM.
Handling millions of records with PostgreSQL requires effective strategies and best practices. Key techniques include query optimization, indexing, partitioning, and data sharding. Implementing bulk l
Creating & Retrieving records from M.S.Access-2007 using Oledb in C#.net
5/31/2024 10:05:52 AM.
Discover how to interact with Microsoft Access 2007 using C# and OleDb. Create and retrieve records seamlessly, employing ADO.NET for efficient database connectivity and manipulation within your C# ap
Creating & Retrieving Records from Ms-Access 03 using Oledb in C#
5/31/2024 10:04:05 AM.
Learn how to efficiently create and retrieve records from an MS Access 2003 database using OLEDB in C#. This guide covers setting up the OLEDB connection, executing SQL commands, and handling data ope
Inserting & Retrieving records from MS Access 2007 using ODBC
5/30/2024 12:11:36 PM.
This article shows development of a windows application for performing insert, search, update, delete operations & navigation of MS Access 2007 records using ODBC connection.
Inserting & Retrieving records from MS Excel 2003 using OLEDB
5/30/2024 12:11:07 PM.
Develop a C#.Net Windows app to manage records in MS Excel. Use OleDb Connection for data access. Features include insertion, searching, updating records. Utilize DataGridView, TextBoxes, and Buttons
Inserting & Retrieving records from M.S.Excel-2007 using oledb in C#.net
5/30/2024 12:10:29 PM.
This guide covers how to insert and retrieve records from Microsoft Excel 2007 using OLEDB in C#.NET. It explains setting up OLEDB connections, executing SQL commands for data manipulation, and handli
System-Versioned Temporal Tables in SQL
5/29/2024 10:00:38 AM.
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
The Role Of Blockchain As A Service In The Tech Industry
5/7/2024 11:29:45 AM.
Blockchain as a Service (BaaS) revolutionizes tech by offering scalable, secure, and transparent solutions. It enhances industries like finance, healthcare, and supply chain with decentralized data ma
Migrate 34m Records from SQL Server to Warehouse using Fabric Data Pipeline Scheduler
5/7/2024 5:18:18 AM.
In this end-to-end Data Engineering and Analytics project, I walked you through how to migrate 34m of records from on-prems SQL Server to Fabric Data Warehouse using Fabric Data Pipeline.
Cloud Show with Magnus Recording ft. Niclas Madsen Ep. 24
5/3/2024 8:18:18 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Inserting CSV File Records Into Database Using ASP.NET C#
4/29/2024 10:04:27 AM.
Inserting CSV file records into a database with ASP.NET C# involves parsing the CSV, establishing a database connection, and inserting data using frameworks like Entity Framework or ADO.NET. Validate
Searching Records by DropDownList in ASP.NET
4/26/2024 9:54:25 AM.
This tutorial guides the creation of a web app to search records via DropDownList. It includes SQL commands to create a database, insert records, and configuring data sources. The process involves set
Delete Duplicate Rows In SQL Server From A Table
4/25/2024 8:49:52 AM.
In SQL Server, delete duplicate rows from a table efficiently using techniques like DISTINCT, GROUP BY, or ROW_NUMBER(). Ensure data integrity by considering primary keys or unique constraints.
Zero To Hero In MS SQL Server - Part Six
4/19/2024 10:32:56 AM.
Part six of "Zero To Hero In MS SQL Server" explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp
C# 9 Record Types: Immutable Value Types, Syntax, & Usage
4/18/2024 9:30:53 AM.
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(
A simplified approach to serializing and deserializing objects in C# 10
4/16/2024 10:48:12 AM.
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
Record and Pattern Matching in C# 9
4/16/2024 10:08:20 AM.
Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
Creating DNS Zones and Changing Name Servers from Public DNS
4/8/2024 10:40:25 AM.
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 y
What is Record Keyword/Function in C#?
4/3/2024 10:37:44 AM.
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
Activate & Deactivate Account Record in Dynamic 365 with PowerShell
3/28/2024 10:51:22 AM.
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 spe
Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates
3/27/2024 8:56:42 AM.
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
Class vs. Record vs. Struct in C#
3/26/2024 4:15:44 AM.
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 lightweig
Deletion of Record using Power Shell Script with FetchXML Query in D365
3/23/2024 4:14:02 PM.
Deletion of Contact Record using Power Shell Script with FetchXML Query in D365
Fix Duplicate Record Found For Entity Error - Dynamics 365 Portals
3/21/2024 9:33:35 AM.
Learn how to resolve the "Duplicate Record Found for Entity" error in Dynamics 365 Portals caused by assigning inactive Web roles. Follow simple steps to modify lookup view filters and preve
Get Distinct Count Of SharePoint List Items Using Power Automate
3/21/2024 9:16:14 AM.
In this article, we will learn how to get a distinct count of SharePoint list items based on a specific column using Power Automate or Microsoft flow. We will use the Union function to get Distinct Re
Creating Document Location Record Using Flow
3/21/2024 9:10:17 AM.
In this article, we will learn to streamline your document management process with Flow automation. Discover how to efficiently create location records for documents using Microsoft Power Automate.
Update a Contact record in Dynamics 365 (D365) using PowerShell
3/21/2024 8:37:45 AM.
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
Creating Contact Record in Dynamics 365 with PowerShell Attributes
3/20/2024 10:21:52 AM.
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
Domain-Driven Design with Records in C#
3/19/2024 7:08:54 AM.
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 enh
PowerApps Canvas Patch Upsert Dynamics 365 Records
3/15/2024 8:34:51 AM.
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 mana
Creating Contact Record in D365 with PowerShell Script & Image Attribute
3/15/2024 8:31:22 AM.
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 modul
Inserting List of Records into Single SQL Column As XML File In ASP.NET MVC
3/13/2024 8:39:38 AM.
This tutorial guides you through the process of converting a list of records into XML and inserting it into a single SQL column, streamlining data storage and retrieval in your application.
Trigger a Journey when a record is updated using Plugin C# Code
3/8/2024 2:06:06 PM.
To trigger a journey when a record is updated using C# plugin code.
Create Auto-Numbering in Microsoft Dynamics 365 Entities
2/29/2024 11:22:09 AM.
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,
Access Windows Accessories Tools In Windows 10
2/28/2024 9:48:17 AM.
This article provides a comprehensive guide on how to easily find the Accessories folder in Windows 10, which contains useful tools like the Snipping Tool, Character Map, and Steps Recorder.
Usage of Classes, Structs, and Records in C#
2/26/2024 10:34:08 AM.
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 const
An in-depth look at C# 10 and performance improvements
2/25/2024 2:25:50 AM.
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 memo
How To Record Screen On Windows 10
2/22/2024 11:32:50 AM.
In this tutorial, I describe how to Record your Windows 10 screen effortlessly using built-in tools or third-party software. Capture tutorials, gameplay, presentations, or demonstrations with ease. En
Trigger Creation: Set Action on Customer Record Create/Update
2/21/2024 11:08:31 AM.
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 effic
How to Generate a Popup Message Box in Power Apps
2/21/2024 9:54:05 AM.
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. &#
Establish a Routing Rule for Customer Service Entity Records
2/20/2024 7:11:26 AM.
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
D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShell
2/20/2024 6:08:48 AM.
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 fo
Working With a BindingNavigator Control in Windows Form
2/16/2024 6:49:53 AM.
This guide demonstrates implementing a BindingNavigator control in a Windows Forms application, enabling navigation through database records. It outlines steps to create a database, insert records, an
Enable Audit History for an Entity in CRM
2/15/2024 9:16:31 AM.
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 gov
Display Record Using The ModalPopupExtender Control in AJAX
2/14/2024 4:23:09 AM.
This tutorial provides a comprehensive guide to implementing Ajax (Asynchronous JavaScript and XML) techniques in web development, particularly focusing on interactive websites.
How to Bind a BindingNavigator with a DataGridView in Windows Forms
2/14/2024 4:19:39 AM.
This article provides a detailed guide on binding a BindingNavigator with a DataGridView control in a Windows Form Application. It includes steps for creating a database, inserting records, setting up
Duplicate Detection within Dynamics 365 using PowerApps
2/9/2024 7:22:50 AM.
Duplicate detection within Dynamics 365 using PowerApps ensures data integrity by identifying and managing duplicate records. Leverage PowerApps' capabilities to validate and match records, establ
Create New Records in Account Entity using PowerShell Script in D365
2/6/2024 10:24:55 AM.
Install the PowerShell module, set the execution policy to RemoteSigned, configure TLS 1.2, connect to Dynamics 365 CRM using the provided credentials, and create new records in the Account entity.
Get Items Action Fetching Few Records from SharePoint Online
2/5/2024 10:12:12 AM.
Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem b
Listing Unique Records Within an Array in Azure Data Factory
2/2/2024 7:34:52 AM.
Utilize Azure Data Factory to remove duplicates within an array by employing the "union()" function. This solution involves the Set Variable activity to obtain a unique list from the array.
Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 Solutions
1/16/2024 9:01:09 AM.
Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions
Side Pane with Entity Form in Dynamics 365
1/12/2024 4:40:48 AM.
In Dynamics 365, the "Side Pane" typically refers to a section or area within an entity form where related or additional information is displayed. This section might contain related records,
Deleting Duplicate Records Using CTE
1/9/2024 7:00:44 AM.
In this article we will understand how to delete duplicate rows and records from table using Common Table Expression (CTE) in SQL Server.
How to Add a Popup for DELETE a Record in Power Apps
12/15/2023 5:09:42 AM.
This step-by-step guide walks you through configuring a canvas app in Power Apps. Learn how to create screens, galleries, and dialogs while implementing functionality like deletion and user access man
Edit and Update Record in GridView in ASP.Net
11/20/2023 8:59:11 AM.
This example shows how to edit and update records in a GridView in ASP.NET.
Insert, Update and Delete Records in a C# DataGridView
11/15/2023 11:39:40 AM.
This article shows how to insert, update and delete records in a DataGridView in a C# Windows Forms application.
Generate Free DMARC Record and Save Instructions in a PDF using Python
11/7/2023 4:54:01 AM.
Domain-based Message Authentication, Reporting, and Conformance (DMARC) is a standard for email authentication and reporting. DMARC helps organizations protect their email domains from being used for
Building a Web API with C# Records for DTOs
11/6/2023 10:57:14 AM.
This blog article explores the use of C# records for Data Transfer Objects (DTOs) in ASP.NET Core Web API development. It offers insights into the benefits and practical application of C# records, usi
Java 21: New Features and Examples
11/2/2023 10:48:59 AM.
Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include reco
C# Records and DTO Classes
10/30/2023 7:57:12 AM.
Easily Record An Audio In Angular 16 And Save It As WAV Format
10/22/2023 8:02:01 AM.
In this post, we will see how to record an audio in Angular 16 from microphone and save it as WAV format.
Using Records In C# 9.0
10/20/2023 7:26:18 AM.
C# 9.0 introduced a significant language feature known as records, which simplifies the creation of classes for immutable data. Records provide a concise and elegant way to define classes for storing
How to Create Table & Insert Records in Microsoft Fabric Data Warehouse SQL Endpoint
10/16/2023 8:41:31 AM.
This article covers how to create table and insert records in the Microsoft Fabric Data Warehouse SQL Endpoint
C# 9.0 - Record Types
10/12/2023 6:54:36 AM.
In this article, you will learn about C# 9.0 - Record Types.
C# 9.0 - Introduction To Record Types
10/12/2023 5:31:51 AM.
In this article, you will learn about C# record type.the article explains the introduction of Record Types in C# 9.0. Record Types are a new feature in the C# programming language, designed to simplif
5 Quick Ways To Delete Duplicate Records From Database Which Every Developer Must Know
10/11/2023 4:51:49 AM.
In this tutorial, I explain the 5 quick ways to delete duplicate records from any database table. These ways must be known to every developer.
Cleansing Files of Duplicate records via Azure Data Factory / Synapse
10/3/2023 7:04:16 AM.
Cleansing Files of Duplicate records via Azure Data Factory / Synapse - Part 1
Delete records from GridView without Page Reload using jQuery
10/3/2023 5:39:36 AM.
In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
Search Records in Windows Form From SQL Server
9/21/2023 7:15:43 AM.
In this article you will see how to search the records from the database sql-server and how to binding the table values inside the datagrid.
C# 9 Cheat Sheet
9/18/2023 7:19:17 AM.
C# 9 Cheat Sheet with code examples and pros and cons.C# 9 introduced several new language features and enhancements, making it easier to write clean and concise code. Some key features include.
Simplifying Data Transfer Objects (DTOs) in C# with Records
8/27/2023 12:46:29 PM.
C# records provide a more elegant and succinct way to define DTOs. In this article, we will explore the benefits of using C# records for DTOs with a concrete example.
Deploy Angular Project On Domain
8/23/2023 10:36:57 AM.
In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please pro
How to Create Records for Salesforce SObjects using SOAP API?
8/14/2023 10:09:42 AM.
In this article, we explore how we can create new records for Salesforce Standard & Custom SObjects using SOAP API Endpoints available for the Salesforce Platform.
How to Select Employees Who Were Born on the Last Day of the Month?
8/10/2023 7:24:21 AM.
To select employees who were born on the last day of the month from a database or employee records, you'll need to use SQL or a similar query language to filter the data based on the birth dates.