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 RDS
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jitendra Mesavaniya (5)
Prashanth Chindam (5)
Vithal Wadje (4)
Allam Purushotham (4)
Mohamed Shifan (3)
Ajay Kumar (3)
Jalpa Dhola (2)
Onkar Sharma (2)
Sanwar Ranwa (2)
Shikha Tiwari (2)
Sandeep Mishra (2)
Tahir Ansari (2)
Jaimin Shethiya (2)
Punar Dutt Rajput (2)
Alok Pandey (2)
Ziggy Rafiq (2)
Rajashekar Syereddy (2)
Muzaffar Ur Rahman (2)
Swesh S (2)
Babita (1)
Raveena Attri (1)
Javeed M Shaikh (1)
Mohammad Hussain (1)
Mohammathu Fairoos (1)
Aman Gupta (1)
Nikunj Satasiya (1)
Jay Kumar (1)
George (1)
Shanuka Maheshwaran (1)
Bubai Banerjee (1)
Satyajit Paul (1)
Nitin Pandit (1)
Davood Riazi (1)
Chetan Sanghani (1)
Mohammed Asief (1)
Jasminder Singh (1)
Rohatash Kumar (1)
Ck Nitin (1)
Jay Krishnareddy (1)
Kaviya Balasubramanian (1)
Lalit Bansal (1)
Abiola David (1)
Sarthak Varshney (1)
Chittaranjan Swain (1)
Sundaram Subramanian (1)
Sifad Hussain (1)
Jay Smith (1)
Ajit Srivastava (1)
Dhairya Krishnat (1)
Satya Karki (1)
Nikhil Patil (1)
Yogendra Kumar (1)
Ramesh Palanivel (1)
Satyaprakash Samantaray (1)
Dhruvin Shah (1)
Dhanapal Chandran (1)
Maniteja Vegi (1)
Farhan Ahmed (1)
Sarathlal Saseendran (1)
Prasad (1)
Aakash Maurya (1)
Vinay Ayinapurapu (1)
Nandan Hegde (1)
Subham Ray (1)
CSharp TV (1)
Jefferson S. Motta (1)
Aradhana Tripathi (1)
Sardar Mudassar Ali Khan (1)
Mahesh Chand (1)
Related resources for RDS
No resource found
Build a Password Generator Application in HTML and JavaScript(with Code Example)
11/20/2024 9:26:03 AM.
Create a customizable Password Generator tool with HTML, CSS, and JavaScript. This tool allows users to define password length, and include uppercase, lowercase, numbers, and special characters, ensur
Build Your Own Number to Words Converter
11/6/2024 7:11:30 AM.
This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect
Create a Data Visualization Adaptive Card Extension
10/24/2024 7:03:25 AM.
Creating a Data Visualization Adaptive Card Extension (ACE) for SharePoint Online using the SharePoint Framework (SPFx) involves building a custom ACE component to display visual data in the form of c
Use Adaptive Cards with Copilot
10/16/2024 10:36:25 AM.
This article explores the use of Adaptive Cards in Microsoft Copilot, covering their purpose, integration strategies, and practical examples that developers can use to build custom experiences for use
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
Understanding Wi-Fi Technology: Standards, Strengths, & Weaknesses
10/5/2024 6:37:31 AM.
This document provides an overview of Wi-Fi technology, covering its key standards, strengths like wireless connectivity and easy setup, and weaknesses such as limited range and security risks. It als
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.
Different Network Types and Standards.
9/29/2024 5:47:07 AM.
Different network types, such as LANs, WANs, and wireless networks, provide various benefits like speed and flexibility while also posing constraints like cost and security risks, and understanding th
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
How Does Your "Code Smell"
9/24/2024 4:16:49 AM.
"Code smell" refers to indicators in code that suggest potential problems. Common examples include poor exception handling, magic numbers, and inefficient string operations. Other issues inv
Creating Visually Engaging Dashboards: Ultimate Power BI Theme
9/23/2024 7:07:10 AM.
The Hussain PBI Theme enhances data presentation in Power BI with a harmonious color palette and modern typography. It features customizable visual styles for clarity and engagement, including vibrant
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
Make Conversations Interactive with Adaptive Cards Copilot Studio
9/14/2024 11:54:24 AM.
Learn how Adaptive Cards enhance user engagement by providing dynamic, card-based interfaces in chatbots, allowing for real-time responses and rich interaction in conversational AI.
Optimizing Angular Route Guards for Performance and Security
9/4/2024 6:13:15 AM.
Angular route guards manage access control in your application, ensuring users only access authorized routes. To optimize performance and security, implement lazy loading with CanLoad, cache permissio
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.
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
Guide to Angular Guards
7/29/2024 8:34:55 AM.
Learn everything about Angular Guards in this comprehensive guide. Understand how to implement CanActivate, CanActivateChild, CanDeactivate, Resolve, and CanLoad guards to secure your Angular applicat
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
Advanced Routing Mechanisms in Angular
7/22/2024 8:38:29 AM.
Enhance your Angular app with advanced routing features like lazy loading, route guards, and nested routes. Lazy loading defers component loading to reduce initial load times, while route guards manag
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
Multi-Threading (3), async, await in C#
7/8/2024 10:58:42 AM.
This article will discuss Async, Wait key words in C#
Exploring GetItems() Method for Working with Randomness in .NET 8
7/2/2024 7:16:36 AM.
.NET 8 introduces the GetItems() method in the Random class, enhancing random data selection in C# programming. This method simplifies selecting random items from collections, improving code efficienc
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
Discards in Tuple and Object Deconstruction in C# .NET
7/1/2024 6:52:04 AM.
In C#, deconstruction allows you to extract values from tuples and objects into separate variables. It's a powerful feature that enhances readability and simplifies code when working with complex
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
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 Dashboards In SharePoint Using ChartJS
6/18/2024 10:49:08 AM.
Learn how to create dynamic and interactive dashboards in SharePoint using ChartJS. This guide covers step-by-step integration of ChartJS with SharePoint, enabling you to visualize data with stunning
How to use Embedded BI and Create Self-serviced Dashboards in ASP.NET Core App
6/12/2024 10:48:58 AM.
Learn how to integrate Embedded BI into your ASP.NET Core application, empowering users to create self-service dashboards. Discover powerful data visualization and reporting tools to enhance decision-
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
Hash Password Generator
5/28/2024 11:19:41 AM.
This visual tool generates the hashed password using either SHA1 or MD5 hashing algorithm depending on the choice you make. It will display the hashed password in the read only text box, it can also c
Var Vs Dynamic Keywords In C#
5/24/2024 10:22:29 AM.
Difference Between Var And Dynamic In C#. The two concepts of static and dynamic types in C# can be illustrated with the use of the two keywords named var and dynamic. Var Vs Dynamic In C#.
Const, ReadOnly and Static Keywords in C#
5/24/2024 9:36:40 AM.
Explore the differences between const, readonly, and static keywords in C#. This guide covers their unique functionalities, use cases, and best practices in C# programming. Learn how to effectively us
Some Important Keywords of C#: Part 1
5/24/2024 9:36:12 AM.
This is very simple part 1 article but will clear some of the concepts of C# for those who are learning or for those also who might have good knowledge but unfortunately miss these important keywords.
Exploring Tokens: Standards and Types in Solana
5/21/2024 4:07:14 AM.
In this article, we will explore the Tokens in the Solana ecosystem. Tokens are essential in Solana's ecosystem, facilitating value exchange and decentralized applications (dApps). They represent
Usage of “Required” Keyword in C#
5/17/2024 4:21:25 AM.
In this article, we will learn about the usage of required keywords in C#. In C# 11, the `required` keyword enforces the initialization of properties and fields within classes, records, or structs, en
Enable Enterprise Metadata Keywords in SharePoint List
5/9/2024 11:55:11 AM.
Learn how to enhance information organization and search capabilities in SharePoint by enabling enterprise metadata keywords on lists. Empower users to apply standardized metadata tags for categorizat
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.
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
Introduction to Grafana: Power of Data Visualization
4/29/2024 5:16:32 AM.
Learn about Grafana, an open-source analytics and monitoring platform, and discover why it's essential for visualizing metrics data.
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.
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
Easy Password Generator: Create Secure Passwords in ASP.NET
4/5/2024 5:39:03 AM.
Discover a powerful Password Generator tool designed to enhance your online security. Our innovative solution creates strong and unique passwords with customizable length and complexity.
Power BI Introduction: Connectivity, Creating Dashboards & Data
4/4/2024 9:15:53 AM.
Power BI, a Microsoft product, is a versatile visualization tool for data analysis, providing insights from various data sources like databases, files, and URLs. With Power BI Desktop, Service, and Mo
Introduction Of Dashboards In Power BI
4/4/2024 7:25:28 AM.
In this article, you will discover the power of dashboards in Power BI with our comprehensive introduction. Learn to transform raw data into visually compelling insights, leveraging intuitive tools fo
Manage Permission And Giving Access To Power BI Reports And Dashboards
4/4/2024 6:37:26 AM.
Learn how to manage permissions and grant users direct access to Power BI reports and dashboards. Methods include direct access from manage permissions and advanced options. Explore steps to share rep
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
Embedding Power BI Report in SharePoint Online
4/3/2024 4:09:21 AM.
Learn how to seamlessly integrate Power BI reports into SharePoint Online with our step-by-step guide. Unlock the power of data visualization and collaboration in a Microsoft 365 environment. Follow a
What is Public Methods or Public Keyword in C#?
4/2/2024 6:41:24 AM.
Access modifiers play a crucial role in object-oriented programming languages like C#. They dictate the accessibility of classes, methods, properties, and other members within a program. In this artic
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
Difference Between Const, ReadOnly and Static ReadOnly in C#
3/28/2024 10:38:00 AM.
Common keywords like Const, ReadOnly, and Static ReadOnly are quite confusing. So today we will discuss these keywords and try to understand the difference between Const, ReadOnly, and Static ReadOnly
Boost Coding Productivity with Yield Keywords in C#
3/28/2024 6:24:18 AM.
In today's programming landscape, continuous learning is essential for developers to enhance productivity and efficiency. C# introduces new features like yield return and yield break, optimizing c
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
Create Animated ATM Cards Using React With Bootstrap
3/24/2024 6:30:56 PM.
In this article, I will show you steps to make an interactive credit card form UI component in React application using the react-credit-cards-2 library.
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
Explain Null Handling in TypeScript
3/21/2024 6:13:26 AM.
Null handling in TypeScript involves managing null and undefined values effectively to prevent runtime errors. Techniques like nullable types, optional chaining, type guards, and non-null assertion op
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
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.
Azure Devops Project Configuration - Overview and Boards - Part 2
3/13/2024 8:33:27 AM.
Azure DevOps Project Configuration - Overview and Boards - Part 2" delves into the intricate setup of Azure DevOps projects, focusing on Boards functionality. It explores agile methodologies, tas
Grafana & Prometheus: Effective Monitoring Tools
3/4/2024 6:48:26 AM.
Grafana is a data visualization tool, while Prometheus is a monitoring and alerting toolkit. Together, they collect, store, and visualize time series data, enabling users to create informative dashboa
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
Blazor - Connect With Oracle Database In Amazon RDS
2/21/2024 11:32:58 AM.
We will see how to create an Oracle database instance in Amazon RDS (AWS Relational Database Service) and we will connect Oracle database from Blazor application. We will use an Employee details Singl
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
Learn SharePoint In Series - Part Fourteen - Enterprise Metadata And Keywords Settings In List
2/15/2024 12:07:27 PM.
Explore enterprise metadata and keyword settings in SharePoint lists. Learn to manage content classification, taxonomy, and information governance effectively within your organization's informatio
How to Implement Approval in Teams Using Adaptive Cards
2/13/2024 7:05:04 AM.
This article introduces Adaptive Cards, versatile user interface components formatted in JSON, capable of seamless integration across various platforms. It delves into their significance in enabling l
What Are Navigation Guards in Vue Router
2/8/2024 11:33:26 AM.
Vue Router offers navigation guards, functions executed before/after route navigation, enabling control over Vue.js app navigation. Global guards like beforeEach manage app-wide authentication/authori
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.
Google and Yahoo Unveil New Email Authentication Standards
1/29/2024 7:23:12 AM.
Email remains a cornerstone of communication in the digital age, facilitating interactions between individuals, businesses, and organizations worldwide. However, the ubiquity of email also makes it a
Rockin’ The Code World with dotNetDave ft. Leslie Richardson - Ep. 94
1/19/2024 1:53:42 PM.
In this episode, you will learn about Visual Studio productivity/debugging.
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.
ID Cards Data Extraction using Power Automate and AI builder
12/26/2023 7:13:23 AM.
ID Cards Data Extraction using Power Automate and AI Builder.
Beyond Keywords: Decoding the Hidden Meaning - Semantic Search
12/20/2023 5:07:21 AM.
Semantic Search represents a significant shift in how we interact with information. As technology advances, Engines will become even better at grasping complex concepts and nuances in language. As voi
Using RESTSharp for CRUD Operations in ASP.NET Core Web API
12/19/2023 7:24:01 AM.
Utilizing RESTSharp for CRUD operations in ASP.NET Core Web API offers a streamlined approach to interacting with APIs. This library simplifies HTTP requests and responses, allowing developers to focu
Delving into Meaning: An Introduction to Semantics
12/19/2023 7:20:22 AM.
Why is this fascinating field important? Semantics touches almost every aspect of our lives, from the clarity of legal documents to the power of poetry. It helps us build smarter AI systems that truly
Working with OleDb Data Adapters
11/20/2023 2:55:24 PM.
This step by step article guides you to create your database applications using OleDb Data Adapters in VS.NET.