Related resources for ry
  • Windowing Enhancements New T-SQL Enhancement in SQL Server10/29/2024 6:29:27 AM. SQL Server 2022 introduces advanced T-SQL features, enhancing window functions, aggregations, and NULL handling. New options like the WINDOW clause and IGNORE NULLS optimize complex data queries, redu
  • Data Loss Prevention in Microsoft Fabric Internals10/28/2024 9:20:50 AM. Microsoft Fabric’s Data Loss Prevention (DLP) feature protects sensitive data across services like SharePoint, Teams, and Exchange by enabling policy creation, scanning, and enforcement through Micros
  • How to Store Temporary Information in Table Like Format in C#?10/28/2024 8:56:49 AM. In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
  • Rename Folder in SharePoint Online Document Library with Power Automate10/28/2024 5:45:14 AM. In SharePoint Online, renaming a folder in a Document Library with Power Automate can be done using an HTTP request to interact with the SharePoint REST API, as Power Automate lacks a direct rename ac
  • How Select and SelectMany Works in C#10/26/2024 5:05:45 AM. Learn key differences, practical use cases, and examples that demonstrate how these methods simplify data manipulation, making it easier to work with nested and complex data structures in C#.
  • Understanding ARC in Email Authentication10/25/2024 9:03:52 AM. Email authentication is crucial for preventing spoofing and phishing attacks, and ensuring secure communication. Authenticated Received Chain (ARC) helps mitigate failures caused by message modificati
  • The Best Ordinal Wallets for Beginners in 202410/25/2024 5:34:27 AM. In 2024, choosing the right ordinals wallet is crucial for managing digital assets securely. Options like Xverse and Hiro wallets offer user-friendly interfaces and strong security for beginners and v
  • Restore Deleted Flows using Power Automate10/25/2024 5:13:54 AM. Learn step-by-step methods to retrieve flows, manage versions, and safeguard automated tasks. Ensure smooth operations by understanding flow recovery options within Microsoft Power Automate.
  • Serialization and DeSerialization in C#10/21/2024 10:18:19 AM. Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binar
  • Using Span<T> To Improve Performance Of C# Code10/21/2024 10:13:00 AM. To enhance application performance, reducing IO calls and utilizing stack allocation is crucial. Leveraging value types and the Span&lt;T&gt; structure in C# allows efficient memory management and imp
  • Activate Server-Side Encryption for Azure Disks with Customer Keys10/21/2024 6:21:07 AM. Azure Disk Storage offers server-side encryption (SSE) with customer-managed keys, allowing users to control encryption for managed disks. By utilizing Azure Key Vault, users can manage access and enh
  • New Feature: Drag and Drop in Microsoft Lists10/21/2024 6:17:11 AM. Microsoft Lists has introduced a new drag-and-drop feature, allowing users to seamlessly rearrange items in both new and existing lists. Custom ordering is saved across the list, and users can switch
  • Dependency Properties in WPF: Benefits, Usage, and Examples in C#10/21/2024 6:14:51 AM. 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
  • Power Apps and Library Component10/20/2024 9:59:58 AM. Library components in Power Apps are reusable modules that can be shared across multiple apps to streamline development. They help maintain consistency, reduce redundancy, and enable easy customizatio
  • Document Library in SharePoint 10/19/2024 2:27:59 PM. SharePoint libraries are used to store, organize, and share files, enabling team collaboration and document management. The most common type, the Document Library, supports features like version contr
  • SharePoint : Optimize SharePoint Storage with Version History Limits 10/16/2024 10:38:11 AM. Discover how Microsoft&#39;s new version history limits (currently in preview) can help streamline document management and optimize SharePoint and OneDrive storage. Learn how to configure organization
  • Introduction to SharePoint and Steps Creating Lists 10/15/2024 11:12:19 AM. Learn how to create and manage lists effectively, enhancing your team&#39;s collaboration and productivity. With step-by-step instructions and best practices, this resource is perfect for beginners a
  • Database Dictionary (1) --- Schema10/14/2024 2:07:16 PM. This article will discuss the database schema.
  • Calling Web API to Web API without User Interaction by using Azure Managed Identity10/14/2024 5:59:13 AM. This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as &quot;Server-to-Server&quot; or &quot;Service-to-Service&quot; communication. You
  • Integrating SharePoint with Power Automate for Status Updates10/13/2024 4:05:42 AM. Approval workflows are a crucial part of managing business processes, ensuring that the right people review and approve important items. With Power Automate, you can easily create automated approval w
  • How To Delete Duplicate Rows From A Table In SQL Server10/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
  • Entity Framework (13), with .Net Core Code-First Summary10/11/2024 4:35:11 PM. This is a summary article to discuss .Net Core Entity Framework Code First Approach.
  • Make Divs Editable For User With jQuery10/11/2024 12:28:33 PM. This article outlines a simple method to make a generic DOM element editable, enabling users to modify its internal HTML. By using jQuery, the tutorial demonstrates how to convert a div into a textare
  • Create Fiscal Year and Aggregate using Power Query M Code10/9/2024 6:28:23 AM. In this Power Query video, I covered how to create fiscal Year and perform aggregation using Power Query M Code.
  • Mastering SQL Query Generation with Azure OpenAI10/9/2024 6:07:40 AM. Leverage Azure OpenAI to transform natural language into SQL queries seamlessly. By integrating Azure OpenAI and Azure SQL Database, you can simplify data querying and enhance accessibility. Learn how
  • Xamarin.Forms - Microcharts App10/8/2024 8:50:34 AM. This guide covers the integration of the Microcharts library into your Xamarin application, showcasing various chart types such as bar, line, and pie charts. Enhance your app&#39;s user interface with
  • How To Send Mail Using SQL Server: Part 210/8/2024 8:32:47 AM. This tutorial demonstrates how to send emails using SQL Server 2008. It covers configuring an email profile, selecting data from a student table (tblStudents), and binding that data to an HTML-formatt
  • What is Inline Arrays in C# 1210/7/2024 6:44:43 AM. C# 12 unveils a hidden gem - inline arrays. This article delves into these performance powerhouses, showcasing how they boost speed, simplify memory management, and enhance type safety. Discover their
  • Read Multiple PARQUET Files from GCS to Azure SQL Database using Azure Data Factory10/7/2024 4:56:25 AM. In this Data Engineering episode, I covered how to read multiple sales parquet files resident in Google Cloud Storage to Azure SQL Database leveraging Azure Data Factory.
  • Exploring Aggregate Functions in Azure Cosmos DB10/7/2024 4:43:48 AM. Aggregate functions in Cosmos DB allow efficient data summarization and analysis across multiple documents. They perform calculations such as AVG, COUNT, SUM, MAX, and MIN to retrieve meaningful insig
  • Two-Class Logistic Regression10/6/2024 2:59:07 PM. Two-Class Logistic Regression is a statistical method used for binary classification problems, where the outcome variable has two distinct categories. It estimates the probability of a certain class b
  • Understanding Wi-Fi Technology: Standards, Strengths, & Weaknesses10/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
  • IS [NOT] DISTINCT FROM New T-SQL Enhancements in SQL Server10/4/2024 6:15:00 AM. The &quot;IS [NOT] DISTINCT FROM&quot; operator is one of the key new T-SQL enhancements in SQL Server 2023. It simplifies SQL queries by handling NULL comparisons more efficiently, improving data int
  • iPhone Memory Leaks Tracking and Use of Instruments10/3/2024 11:41:57 AM. This article explores iPhone memory leaks, detailing how to track them using Instruments and NSZombie. It explains what memory leaks are, their causes, and the consequences of losing track of allocate
  • Introduction to JQuery.ajax Call in ASP.Net10/3/2024 11:39:42 AM. This article provides a comprehensive introduction to making AJAX calls using jQuery in ASP.NET applications. It covers the fundamentals of jQuery&#39;s AJAX methods, including how to send asynchronou
  • Understanding Service, Factory, And Provider10/3/2024 11:38:34 AM. AngularJS provides three methods for creating reusable utilities: Service, Factory, and Provider. All serve the same purpose but differ in implementation. Services are singletons, Factories return new
  • jQuery UI Method - Part 110/3/2024 11:37:03 AM. This article explores jQuery&#39;s interaction methods, focusing on the sortable() method, which allows users to reorder HTML elements in lists or grids using the mouse. It covers syntax options like
  • A Virtual Photo Album in C# and .NET10/3/2024 11:33:00 AM. This album allows you to drag your images directly from Windows Explorer into the spot you want your picture to occupy. You can also edit the captions by clicking on the labels under the pictures.
  • Search Records Between Two Dates Using Stored Procedure And Entity Framework In ASP.NET MVC10/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.
  • Construct a Deep Copy of LinkedList10/3/2024 11:25:30 AM. The task involves creating a deep copy of a linked list where each node has a random pointer that may point to any node or null. Using a dictionary to map original nodes to their corresponding new nod
  • Delete the Element from the Binary Tree Using C#10/3/2024 5:04:27 AM. Learn how to efficiently delete an element from a binary tree using C#. This guide covers the complete process of node deletion, including leaf nodes, nodes with one or two children, and root node rem
  • Hidden Gems - Adding the Custom Data to Generative Answers10/3/2024 4:17:34 AM. Learn how to input a string variable as custom data for the Generative Answers component in Copilot Studio. Overcome challenges like binding errors and formatting issues by converting large text into
  • Create Year Quarter Month Drill Down With Proper Sort Order In Power BI10/1/2024 9:15:37 AM. This article guides you through achieving Year-Qty-Month drill-down functionality in Power BI, even without a Date column in your dataset. Learn to create a duplicate Month column, generate a SortNumb
  • Uploading Multiple Files in ASP.NET 2.010/1/2024 9:05:24 AM. The FileUpload control in ASP.NET 2.0 allows users to upload files from a web page. By using multiple FileUpload controls and a button, users can select and upload several files at once. The files are
  • Send Email to Gmail in ASP.Net Using C#10/1/2024 8:35:17 AM. Create a simple email system in ASP.NET C# using Visual Studio 2010. The system allows users to input an email address and a message in two TextBoxes. It sends the email via Gmail&#39;s SMTP server us
  • Implementing Modal Popup In MVC Application10/1/2024 8:23:35 AM. Learn how to implement a modal popup in an MVC application to enhance user interaction and improve UI/UX design. This guide covers the necessary steps, including setting up the HTML structure, using J
  • The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem10/1/2024 5:33:32 AM. This content addresses the error message &quot;The property &#39;__metadata&#39; does not exist on type &#39;SP.Data.SPLibraryItem&#39;.&quot; It explores the implications of this TypeScript error in
  • A Detailed Explanation of COUNT in SQL Server10/1/2024 5:10:59 AM. 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, a
  • Insert Master-Detail Data using Transact-SQL10/1/2024 4:54:39 AM. This document explains how to utilize SQLXML in SQL Server 2000 for efficient batch operations with XML data. It outlines the process for creating stored procedures to insert, update, and delete recor
  • Web Based Game Using JavaScript10/1/2024 4:50:21 AM. In this article, you&#39;ll learn how to create a simple web-based game, &quot;Catch My Santa,&quot; using HTML, CSS, JavaScript, and jQuery. The game features a 3x3 grid where players must tap on box
  • Understanding the Working of Garbage Collector in .NET 99/30/2024 10:27:30 AM. The .NET 9 Garbage Collector enhances memory management through dynamic tuning, improved generation collections, and a refined compaction algorithm, ensuring efficient, automated memory handling while
  • Explaning Joins in Azure Cosmos DB 9/30/2024 8:45:05 AM. Azure Cosmos DB enables seamless querying using SQL-like syntax, allowing joins within JSON documents. This feature facilitates data retrieval from arrays and nested objects within a single container,
  • Rank and Dense_Rank Function in SQL Server9/30/2024 4:48:24 AM. RANK and DENSE_RANK functions in SQL Server assign sequential numbers to rows based on ordering. RANK skips numbers for ties, while DENSE_RANK does not. Both can partition results using the PARTITION
  • How To Execute SQL In SharePoint 2013 And Office 365 Using Nintex WorkFlows9/27/2024 10:13:52 AM. This article guides you through executing SQL in SharePoint 2013 and Office 365 using Nintex Workflows. It covers creating a Dev Testing list, adding the &quot;Execute SQL&quot; action, and configurin
  • Selection Based Crystal Report using Stored Procedure9/27/2024 10:11:28 AM. This project demonstrates creating a Crystal Report in a Windows Form application. It includes setting up a SQL database connection, populating a ComboBox with data, generating reports using parameter
  • SQL Stored Procedure vs. Azure Data Factory Data Flow9/27/2024 7:32:23 AM. This article compares SQL Stored Procedures and Azure Data Factory (ADF) Data Flows for creating staging tables and migrating data to Dynamics 365 (D365). It examines their differences in execution ti
  • Getting Dynamic Input Value and Post to the AJAX function9/27/2024 3:20:29 AM. This article explores how to dynamically retrieve input values from a user interface and send them to an AJAX function for processing. It covers essential concepts like event handling and asynchronous
  • Making subquery workable9/26/2024 10:32:22 PM. This article discusses Making subquery workable
  • Interesting Query (3) --- Get Rolling Average9/26/2024 10:31:45 PM. This article will discuss Interesting Query (3) --- Get Rolling Average
  • The implementation of Double Linked List with C Programming9/26/2024 12:02:40 PM. A doubly linked list is a dynamic data structure in C that allows bidirectional traversal of elements using pointers. This implementation covers node creation, insertion, deletion, and traversal opera
  • How To Get Unique Records Without Using Distinct In SQL Server9/26/2024 4:35:41 AM. In this guide, you&#39;ll learn how to retrieve unique records in SQL Server without using the DISTINCT keyword. We&#39;ll explore alternative methods like GROUP BY, ROW_NUMBER(), and Common Table Exp
  • Create Dynamic Pivot Table Using Store Procedure9/25/2024 6:58:27 AM. Learn how to create a dynamic pivot table using a stored procedure in SQL. This guide covers transforming rows into columns dynamically, automating pivot table creation, and efficiently querying large
  • Dynamic SharePoint Column Creator with jQuery9/24/2024 8:21:26 AM. Unlock the power of SharePoint with our Dynamic SharePoint Column Creator using jQuery! This innovative tool allows users to effortlessly create and customize columns in SharePoint lists.
  • Learn MongoDB Evaluation Operators9/24/2024 7:19:02 AM. MongoDB&#39;s evaluation operators enable advanced query operations, allowing for dynamic data retrieval beyond simple comparisons. Key operators include $regex for regular expression matching, $mod f
  • Explaning MongoDB Logical Operators9/24/2024 6:30:42 AM. In MongoDB, logical operators are essential for constructing complex queries by combining multiple conditions. Key operators include $and (for all conditions), $or (for any condition), $not (to negate
  • Manage Web Applications In SharePoint Central Administration - Part Eight9/23/2024 9:52:25 AM. This article covers managing web applications in SharePoint 2016 Central Administration. It walks through key steps, including accessing Central Admin, configuring mobile accounts, setting up SMS noti
  • Check Disk Space Utilization by Tables in SQL Server Database9/23/2024 8:53:17 AM. In this guide, learn how to effectively check disk space utilization by tables in a SQL Server database. We’ll cover essential SQL queries and techniques to analyze table sizes, identify storage usage
  • Efficient Package Management in Large Enterprises with Directory.Packages.props9/23/2024 6:48:31 AM. Managing NuGet package versions in large C# solutions can be challenging. The Directory.Packages.props file simplifies this by allowing you to define package versions in one central location, ensuring
  • Advanced ADF: Integrate Multiple Category of Files Leveraging FILTER and other Activities9/23/2024 6:37:08 AM. In this episode, I am going to walk you through how to integrate multiple category of files in ADLS Gen2 to Azure SQL Database via Azure Data Factory data pipeline activities focusing on filter and o
  • Get First Row from Dataverse Table in Power Automate9/22/2024 12:32:16 PM. Learn how to retrieve the first row from a Dataverse table using Power Automate. This guide walks you through creating a flow, filtering contacts with emails, and using expressions to extract the firs
  • Using C# 12 with Clean Code Practices9/21/2024 3:37:12 PM. Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean
  • Create Calendar Table Using Power Query9/20/2024 10:55:59 AM. We’ll explore step-by-step instructions for transforming date data, implementing essential date functions, and enhancing your data analysis capabilities in Excel and Power BI. Perfect for improving yo
  • MongoDB Comparison Operators9/20/2024 7:46:04 AM. Learn how to use MongoDB comparison operators like $eq, $ne, $gt, $lt, and more in this comprehensive guide. Master querying and filtering data with practical examples and best practices for efficient
  • Cleaning the Resources: Finalize vs Dispose9/19/2024 10:13:39 AM. This article explores the concepts of Destructor and Dispose in C#. It illustrates the object&#39;s lifecycle, highlighting how constructors allocate memory and destructors clean up. The role of the G
  • Why We Should Prefer To Use Dispose Method Than Finalize Method9/19/2024 6:09:09 AM. This article explores the benefits of Dispose for efficient resource cleanup, improved performance, and reliable memory management in C#. Discover best practices for handling managed and unmanaged res
  • Single Page Application Using ASP.NET MVC And jQuery With CRUD methods9/18/2024 12:19:17 PM. In this guide, learn how to create a Single Page Application (SPA) using ASP.NET MVC and jQuery without relying on frameworks like Angular or React. We&#39;ll focus on routing and UI-level interaction
  • In-Memory Databases- Unit Testing With C#, EFCore and XUnit9/18/2024 12:13:03 PM. Learn to unit test EF Core repositories using an in-memory database with C# and xUnit. This approach simulates database operations without overhead, ensuring fast and isolated tests. Set up involves i
  • Repository Design Pattern in MVC Architecture With Entity Framework9/18/2024 5:49:26 AM. In this article, we will learn the Repository Design Pattern in MVC Architecture with Entity Framework simplifies data access by creating a layer between the data and business logic.
  • How to Create and Launch a Tic Tac Toe Game on Azure Web App9/18/2024 4:55:37 AM. This guide walks you through deploying a Tic Tac Toe game on an Azure Web App. It covers initializing a Git repository, pushing code to GitHub, creating an Azure Resource Group, App Service Plan, Web
  • Invoke Azure Data Factory Pipeline via MSFT Fabric without REST API9/18/2024 4:37:09 AM. This guide explores alternative methods for automating and orchestrating your data workflows in the cloud, providing seamless integration with Azure services for efficient pipeline execution.
  • Multi-Threading (5), --- Summary9/17/2024 12:24:11 PM. This article will summarize the multi-threading.
  • Understanding Model Binding in ASP.NET Core with .NET 89/17/2024 9:10:14 AM. Model binding in .NET Core simplifies the process of mapping HTTP request data to action method parameters. It automatically extracts data from various sources like query strings, form submissions, ro
  • Blockchain Beyond Cryptocurrency: Hidden Potentials Across Industries9/17/2024 8:28:05 AM. Blockchain technology extends far beyond cryptocurrency, offering transformative potential across various industries. From enhancing supply chains and healthcare to improving data security and finance
  • Abstract Factory Pattern: Designing Families of Related Objects in C#9/17/2024 5:10:34 AM. The Abstract Factory Pattern provides an interface for creating families of related objects without specifying their concrete classes. It ensures consistency and flexibility in object creation, useful
  • An overview of the Task Parallel Library (TPL) in C#9/17/2024 5:07:16 AM. The Task Parallel Library (TPL) is a collection of public types and APIs within the .NET framework that facilitates the integration of parallelism and concurrency into applications.
  • How to Configure Azure Fileshare with AD Authentication 9/17/2024 4:19:46 AM. This document provides a step-by-step guide to setting up Azure File Share with Active Directory authentication, allowing users with an Exchange Plan 1 Microsoft license to access files securely using
  • Factory Method Pattern: Simplifying Object Creation in C#9/17/2024 4:01:43 AM. The Factory Method Pattern is a creational design pattern that delegates object creation to subclasses, promoting flexibility and maintainability. It defines an interface for creating objects but lets
  • PowerShell Memory Leak and Prevention9/16/2024 11:21:14 AM. This guide covers techniques for managing memory usage, troubleshooting leaks, and optimizing your scripts for better resource efficiency. Gain insights into effective memory leak prevention strategie
  • Overview Of Data Gateway In Power BI9/16/2024 11:19:33 AM. A Power BI Gateway connects on-premise data sources, such as SQL Server or SharePoint, to online services like Power BI. It ensures secure communication, supports both Personal and Enterprise Modes, a
  • Data Virtualization from Azure Blob Storage in Azure SQL Database9/16/2024 5:17:34 AM. This solution enables Azure SQL Database to directly access and read files from Azure Blob Storage using External REST Endpoints, bypassing the need for physical data loading. It leverages database-sc
  • POCO to Dictionary Conversion Techniques in C#9/16/2024 5:02:08 AM. This article explores five methods for converting a C# POCO to a dictionary using reflection, LINQ, JSON libraries, and ExpandoObject, comparing their performance through Benchmark.NET to find the bes
  • Cross-Site Request Forgery (CSRF) in ASP.NET Core9/13/2024 9:00:31 AM. CSRF is a security vulnerability where attackers trick authenticated users into making unintended requests. This ASP.NET Core example demonstrates using anti-forgery tokens to prevent CSRF attacks. It
  • Entity Framework Core Feature - Global Query Filters9/12/2024 5:59:39 AM. Learn how to implement Global Query Filters in Entity Framework to apply automatic filters at the model level. This feature is commonly used for scenarios like soft delete and multi-tenancy, ensuring
  • CRUD Operation Using Repository Unit Of Work Pattern9/12/2024 5:44:14 AM. Create an ASP.NET MVC project in Visual Studio 2013, add a class library, and set up a SQL Server database. Implement Entity Framework with an EDMX model, then use the Repository pattern for CRUD oper
  • Validate CKEditor Using jQuery Validate9/12/2024 5:12:02 AM. This article explains how to validate CKEditor using jQuery Validate. CKEditor renders in an iframe, causing validation issues with jQuery. A custom jQuery validation method (ckrequired) is introduce
  • Build Microsoft Teams Tab Extensions with React Fluent UI9/11/2024 7:17:30 AM. Discover how to create a powerful Teams Tab Extension using React and Fluent UI in this step-by-step guide. From setting up your development environment to integrating Fluent UI components seamlessly,
  • Getting Started With Apache Kafka: Introductory Guide9/11/2024 3:36:55 AM. Apache Kafka is a distributed event streaming platform that enables real-time data processing and integration across microservices. It supports publishing and subscribing to streams of records, storin
  • Create Simple Application Using Backbone.js9/10/2024 10:15:08 AM. This article demonstrates a basic Backbone.js example by displaying &quot;Hello World.&quot; It guides you through creating a simple Backbone.js application within an ASP.NET web project using Visual
  • Baisc of IHttpClientFactory in .NET Core9/10/2024 7:03:57 AM. IHttpClientFactory in .NET Core simplifies HTTP client creation, improves performance, and promotes the reuse of HttpClient instances. It offers built-in features like dependency injection, named and
  • Learn Factory Functions in JavaScript9/10/2024 4:25:39 AM. In this article, we will learn about Factory Functions in JavaScript. This article introduces factory functions in JavaScript, demonstrating how they create objects efficiently without code duplicatio