Related resources for rel
  • Sitecore Pipeline to add rel="noopener noreferrer" to a General Link11/2/2024 4:09:54 AM. This guide explores how to utilize the Sitecore pipeline to efficiently add the rel="noopener noreferrer" attribute to general links. This attribute enhances security by preventing potential
  • Data Reliability and Availability with Microsoft Fabric Mirroring10/29/2024 4:05:52 AM. Mirroring in Microsoft Fabric enhances data reliability and availability by creating redundant copies of data across multiple locations. This ensures high availability, fault tolerance, and rapid disa
  • Types of Keys in SQL10/1/2024 6:09:16 AM. In SQL, keys play a crucial role in maintaining data integrity and defining relationships between tables. Common types include the Primary Key, which uniquely identifies records; the Foreign Key, link
  • How to Decide Between Relational Database and NoSQL Databases?9/30/2024 7:12:38 AM. Choosing between relational databases and NoSQL databases involves understanding their key differences, strengths, and weaknesses. Relational databases excel in structured data and ACID compliance, ma
  • Add rel="nofollow noopener noreferrer" to External Links in Sitecore9/20/2024 9:06:55 AM. This guide explains how to enhance your Sitecore website's SEO and security by adding the attributes rel="nofollow", rel="noopener", and rel="noreferrer" to external
  • 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
  • Relations between Dataset in DBMS9/6/2024 12:45:34 PM. A relationship in DBMS links two or more data sets. This article explores types of relationships: one-to-one, one-to-many, and many-to-many, and their implementations in databases.
  • SQL Subqueries: Correlated, Scalar, and EXISTS/NOT EXISTS9/4/2024 9:30:54 AM. Subqueries in SQL are powerful tools for complex queries. They include correlated subqueries, which depend on the outer query’s results, scalar subqueries that return single values, and EXISTS/NOT EXI
  • Introduction to SQL Server & Its History9/2/2024 7:10:06 AM. Learn how to create, manage, and query databases using SQL Server, with a focus on essential concepts like database design, data storage, and SQL queries. Perfect for beginners aiming to build a stron
  • Azure Advisor recommendation using Resource Manager REST API 8/27/2024 11:03:18 AM. Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, conf
  • Generative AI Boosts Personalized Marketing and Customer Engagement8/7/2024 11:09:35 AM. Generative AI transforms personalized marketing by creating tailored content at scale. It enhances marketing through personalized emails, product recommendations, dynamic website content, and targeted
  • Understanding Relationship Between Objects8/7/2024 10:53:55 AM. Object relationships define how different classes interact in an application. Collaboration (uses-a), Aggregation (has-a), and Inheritance (is-a) are key types. For instance, Customer and Order use ag
  • Java 22: The Latest Features and Improvements7/29/2024 10:55:35 AM. Discover the exciting new features and improvements in Java 22, the latest release of the popular programming language. This update brings enhanced performance, new APIs, improved security, and more d
  • Understanding the SQL Query Execution Order7/22/2024 4:41:19 AM. SQL (Structured Query Language) is essential for interacting with relational databases, and mastering its intricacies can significantly enhance your data querying skills. One of the fundamental aspect
  • Deploying ASP.NET MVC Application to Azure Cloud Using Azure DevOps from GitHub7/18/2024 12:25:54 PM. Deploy ASP.NET MVC apps on Azure via Azure DevOps & GitHub. Set up CI/CD pipelines for seamless integration & deployment. Create Azure App Service, link GitHub repos, configure build & rel
  • Preview on Azure Fluid Relay7/9/2024 1:28:35 PM. In this session, we will discuss the concepts of Azure Fluid Relay on how it can create collaborative applications with no requirements on handling server code.
  • Database Objects Related to Table in Database - Transact SQL Query6/29/2024 8:53:41 PM. The SQL query retrieves distinct object names and their types from SYSCOMMENTS and SYSOBJECTS system tables, categorizing objects by their XTYPE values ('P' for procedure, 'V' for view
  • SQL Command Types6/28/2024 9:08:22 AM. SQL, or Structured Query Language, is essential for managing data in relational databases (RDBMS). It enables tasks like retrieving, updating, inserting, and deleting data. SQL commands are categorize
  • Control Arduino Relay with Windows C# App6/25/2024 5:59:29 AM. This guide demonstrates how to control an Arduino board using a relay switch through a Windows application written in C#. By integrating Arduino with C# via serial communication, you can manage electr
  • Types Of Relationships In Object Oriented Programming (OOPS)6/24/2024 9:01:53 AM. This article explores the key relationships in Object-Oriented Programming (OOP), including inheritance, association, composition, and aggregation. These relationships enable code reuse and flexibilit
  • A Simple WPF Application Implementing MVVM6/20/2024 10:12:01 AM. In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
  • Understanding Model Benchmarks in Azure AI Studio6/11/2024 11:58:36 AM. Learn about "Model Benchmarks" in Azure AI Studio, focusing on metrics beyond accuracy, such as coherence, groundedness, fluency, relevance, and similarity. These metrics provide a comprehen
  • Exploring the Multi-Faceted Architecture of AlbertAGPT: A Paradigm of Secure and Reliable AI by John Godel6/11/2024 11:28:25 AM. AlbertAGPT, a cutting-edge AI architecture, prioritizes security, safety, and reliability. With 190 trillion parameters, it integrates real-time knowledge acquisition, ensuring responsible and continu
  • Database Options in Google Cloud Platform (GCP)6/11/2024 9:07:16 AM. GCP offers diverse database services tailored for various needs, from relational databases like Cloud SQL and AlloyDB for structured data to NoSQL options like Firestore and Cloud Bigtable for large,
  • YAML for Build and Release Azure DevOps Pipelines6/11/2024 6:45:09 AM. YAML for Build and Release Azure DevOps Pipelines" covers the use of YAML syntax to define and automate build and release processes in Azure DevOps. Learn how to create, configure, and manage CI/
  • Secure Sensitive Files in Azure DevOps Pipelines with Secure Files5/31/2024 5:47:47 AM. Learn how to securely manage sensitive files in Azure DevOps pipelines using the Secure Files feature. This guide covers storing configuration files, certificates, and private keys securely, and demon
  • Copilot+PC is Microsoft vision related to AI on PC platform, as of May 20245/27/2024 5:09:25 AM. As of May 2024, Microsoft's vision for AI on the PC platform focuses on integrating advanced artificial intelligence and machine learning capabilities directly into Windows.
  • Using Slider Control In Microsoft PowerApps5/21/2024 7:07:36 AM. In Microsoft PowerApps, the Slider control empowers users to input numerical values within defined ranges. Its flexibility in customization and integration with data sources enhances app functionality
  • Entity and Entity Relationships in DBMS5/21/2024 5:21:30 AM. An Entity-Relationship (ER) model visually represents data and relationships in a business domain, aiding database design. It simplifies understanding of complex databases and enhances communication b
  • Pointers to Pointers and How Pointers Relate with Array5/16/2024 9:25:05 AM. Pointers is a type of data in C; hence we can also have pointers to pointers, just we have pointers to integers. Pointers to pointers offer flexibility in handling arrays, passing pointers variables t
  • Working With Stored Procedures Using Entity Framework: Part 15/16/2024 8:32:00 AM. Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing da
  • Securely Managing Secrets with Azure Key Vault and Python5/15/2024 7:15:17 AM. This article introduces leveraging Azure Key Vault with Python to securely store and retrieve secret values. It covers setup, installation, storing, and retrieving secrets, enhancing data protection i
  • Primary Key in SQL: Syntax, Usages, and Example5/14/2024 11:46:09 AM. A primary key in SQL uniquely identifies each record in a database table. It ensures data integrity and efficient data retrieval. Defined using the CREATE TABLE or ALTER TABLE commands, a primary key
  • Enhancing Code Quality: Unit Testing & Coverage in C# Development5/14/2024 10:09:32 AM. Unit testing and code coverage are vital in software development, ensuring reliability and identifying bugs early. This article explores their history, needs, evolution, types, popular tools, and prac
  • TOP 5 Benefits of Cloud Computing5/10/2024 8:09:55 AM. Cloud computing offers scalability, cost efficiency, flexibility, reliability, and security. It enables businesses to scale resources as needed, reducing infrastructure costs, providing agility, ensur
  • Top Wallets for Securely Managing Your Solana Assets5/8/2024 9:15:54 AM. In this article, we will explore the crypto wallets that support the Solana blockchain. This article explores the best wallets tailored for Solana tokens, aiding users in making informed decisions for
  • Relationship in Entity Framework Using Code First Approach With Fluent API5/7/2024 11:23:34 AM. Learn how to establish relationships in Entity Framework using the Code First approach with Fluent API. Explore configuring one-to-one, one-to-many, and many-to-many relationships using navigation pro
  • Transactional Queue in .NET5/1/2024 11:34:58 AM. Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging ca
  • Implement Many-To-Many Relationship in C# Class5/1/2024 11:13:30 AM. Learn to implement a many-to-many relationship in C# using collections and junction tables. Explore how to model associations between entities, use LINQ queries for retrieval, and leverage tools like
  • 3 Important Concepts: - Association, Aggregation and Composition5/1/2024 11:12:36 AM. Explore essential OOP concepts like association, aggregation, and composition through real-world examples. Understand their significance in modeling relationships and code maintainability. This artic
  • What is ASM in Alibaba Cloud?4/30/2024 5:58:13 AM. Learn about Alibaba Cloud Service Mesh (ASM) and how it simplifies the management, security, and monitoring of microservices-based applications.
  • Working With Multiple Tables in MVC Using Entity Framework4/29/2024 10:12:37 AM. Learn how to effectively work with multiple database tables in ASP.NET MVC using Entity Framework. Explore entity relationships, database modeling, and data access strategies.
  • Entity Framework Code First Example4/24/2024 1:24:22 PM. Explore an Entity Framework Code First example to understand database modeling in C#. This tutorial demonstrates object-relational mapping (ORM) techniques, using .NET Framework to create entity class
  • Zero To Hero In MS SQL Server - Part One4/19/2024 10:51:18 AM. This is part one of Zero To Hero Series in MS SQL Server. This is mainly focused for beginners who are into MS SQL Server and also for experienced who want to fresh up for interviews and daily technic
  • Reducing Complexity Using Entity Framework Core Owned Types4/18/2024 8:45:52 AM. Simplify data modeling in Entity Framework Core with Owned Types. Streamline database schema and relationships, reducing complexity in code-first approaches. Enhance maintainability and readability wi
  • Best Practices for Handling Exceptions in C# 4/16/2024 10:49:46 AM. Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
  • Easily Share Data Between Two Unrelated Components In Angular 4/15/2024 11:54:15 AM. In Angular, data sharing between unrelated components can be achieved using services and observables. Services act as intermediaries, while observables facilitate seamless communication, enabling effi
  • State Management in Azure Service Fabric4/15/2024 11:41:57 AM. State management in Azure Service Fabric utilizes reliable collections and actors for distributed and persistent storage. It ensures fault tolerance, scalability, and high availability by replicating
  • Page Life Cycle in ASP.NET4/13/2024 6:15:29 PM. Learn about the ASP.NET page life cycle events including preinit, init, preload, load, prerender, and savestatecomplete. Understand their order of execution and their significance in web development.
  • The Beta release of the new VMware Host Client is available4/11/2024 4:45:50 AM. Big news for VM admins! The all-new VMware Host Client beta arrives, offering a desktop app for ESXi management with a familiar vSphere feel. Access and download now! #VMware #vSphere #Beta
  • Core Concept Of ERD (Entity Relationship Diagram)4/9/2024 8:43:47 AM. In this article, we will learn The core concept of Entity Relationship Diagram (ERD) lies in visually representing the relationships between entities in a database system. It illustrates how different
  • Rename the "Related" entities in Dynamics 3654/6/2024 5:47:51 AM. Rename the "Related connections" entity to "Account-Connections" in CRM, follow steps Login, navigate to Advanced settings, open solution, access Account entity forms, edit "C
  • How To Upload A File To Amazon S3 Using AWS SDK In MVC4/5/2024 9:47:09 AM. The AWSSDK facilitates .NET developers to work with Amazon Web Services, including Amazon S3 for scalable, reliable internet storage. Learn to set up an MVC project in Visual Studio, install AWSSDK vi
  • How To Query Dataverse In Microsoft SQL Server Management Studio (SSMS)?4/3/2024 10:45:55 AM. Querying Dataverse in Microsoft SQL Server Management Studio (SSMS) involves using Transact-SQL (T-SQL) to interact with tables, views, indexes, and stored procedures. Understanding entity relationshi
  • Activate Classic Build and Release Pipelines in DevOps Trial4/1/2024 9:42:31 AM. To enable classic build and release pipelines in your Azure DevOps trial account, navigate to project settings or organization settings. Then configure pipelines under the Pipelines section, choosing
  • What Is Date Correlation Optimization?3/28/2024 6:27:07 AM. OK So, I am doing some digging and peaking around again in SQL Server and came across a database option called Date Correlation Optimization Enabled = False. Honestly, I had no clue what it did, so I
  • Azure DevOps: Classic Editor for Azure Build & Release Pipelines3/27/2024 9:25:28 AM. Learn to create Build and Release Pipelines in DevOps for Azure Repos Git. Configure tasks for Power Platform tools like solution export and import. Use Service Principle for authentication and define
  • Azure DevOps For Web Development - CD And Release Pipelines3/22/2024 8:58:02 AM. This article is part of a series of 4 articles on getting an ASP.NET web app live on Azure App Services using Azure Repos and Azure Pipelines. The previous articles described how to create your Azure
  • Azure DevOps: How to execute a Pipeline Task using Conditions3/22/2024 5:58:20 AM. Learn how to optimize your Azure DevOps pipelines with tips and tricks for executing tasks conditionally. Utilize conditions to control task execution based on variables, branch policies, and other cr
  • What is Prop Drilling in Vue.js3/20/2024 11:58:07 AM. In this article, we will learn Prop drilling in Vue.js refers to the process of passing data from a parent component down through multiple layers of nested child components.
  • Access Entity Based On N:N Relationship For Dynamics 365 Portal3/15/2024 11:08:51 AM. Securely access entities based on N: N relationships in Dynamics 365 Portals by configuring appropriate security roles and permissions. Customize relationship behavior to ensure efficient data managem
  • JavaScript WeakMap in ES8 and TypeScript3/11/2024 9:41:30 AM. WeakMap object stands out as a specialized entity, closely related to the Map object but with a unique twist. In this article, we'll unravel the syntax, characteristics, and methods of the JavaScr
  • A Comprehensive Guide to Nullable Reference Types in C# 103/8/2024 2:55:22 AM. Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robustnes
  • New Features Of Entity Framework Core 2.03/7/2024 8:53:53 AM. Entity Framework Core is a lightweight and extensible version of Entity Framework. It is based on an ORM (Object-Relational Mapper) which enables us to work with databases using .NET objects. This art
  • Practical Introduction to Entity Framework: Day 63/6/2024 10:40:13 AM. In this article, you will Explore Day 6 of our Practical Introduction to Entity Framework series, diving deeper into database integration. Learn essential concepts, including object-relational mapping
  • Practical Introduction To Entity Framework: Day 53/6/2024 10:39:36 AM. Day 5 of our practical introduction to Entity Framework delves deeper into database management with advanced concepts like relationships and efficient CRUD operations. Explore Entity Framework Core fo
  • Practical Introduction To Entity Framework: Day 13/6/2024 10:29:58 AM. In this article, we will discover the fundamentals of Entity Framework in this practical introduction. Learn about ORM concepts, database operations, and CRUD operations through hands-on examples.
  • How To Get Correlation Coefficient In Power BI3/6/2024 9:36:00 AM. This content explains Pearson's correlation coefficient, the most widely used correlation coefficient, particularly in linear regression and measuring the relationship between two variables. Inter
  • How to View or Print CDR Image Files with or Without CorelDRAW3/1/2024 4:15:26 AM. Explore methods to View or Print CDR Image files with or without CorelDRAW. Get the best guides to View or Print CDR Image files using CorelDRAW and C#.
  • How to Delete WiFi Profiles in Windows 8.1 Using Command Prompt2/23/2024 9:45:07 AM. Learn to swiftly delete WiFi profiles in Windows 8.1 via Command Prompt. Utilize the 'netsh' command to manage network settings, ensuring seamless connectivity and troubleshooting for your wir
  • How To Find Your Wi-Fi Password In Windows 102/22/2024 6:33:54 AM. In this tutorial, I have described how to Easily retrieve your Wi-Fi password in Windows 10 through network settings. Access the Network and Sharing Center or use Command Prompt to view network proper
  • Entity Relationship Diagrams in Microsoft Dynamics with XrmToolBox2/20/2024 9:57:01 AM. Delve into the realm of data architecture within Microsoft Dynamics 365 as I guide you through the process of crafting detailed Entity Relationship Diagrams (ERDs) using the versatile XrmToolBox. This
  • Learn SharePoint Series - Part Nine - Audience Targeting2/15/2024 12:05:23 PM. In the previous article, I have explained about various list level settings available in SharePoint and explained Validation Settings in details. Now in this article, I am going to cover what is audie
  • Enable Audit History for an Entity in CRM2/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
  • Top 5 CRM Systems In 20242/10/2024 4:03:58 PM. CRM, or Customer Relationship Management, is a technology and strategy that businesses use to manage and analyze interactions with their customers and potential customers throughout the customer lifec
  • Duplicate Detection within Dynamics 365 using PowerApps2/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
  • What Are Relationships in Power BI2/8/2024 7:08:14 AM. This content provides an overview of the different types of relationships that can be established between tables in Power BI. It discusses four main types of relationships: many-to-one, one-to-one, on
  • In-App Notifications within Dynamics 365 Customer Service Workspace1/31/2024 4:09:12 AM. Enable the In-app notification feature in the model-driven app by following simple steps on Power Apps. Implement a plugin in Visual Studio to receive notifications when a new case is created.
  • Python Pair & Joint Plots with Matplotlib and Pandas1/25/2024 6:52:11 AM. This article introduces you to creating Pair Plots and Joint Plots, powerful tools for visualizing relationships and distributions in your dataset.
  • Disabling Multifactor Authentication in Microsoft related Services 1/24/2024 6:47:10 AM. This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
  • Load Balancing Strategies: Optimizing Performance and Reliability1/22/2024 11:06:35 AM. This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It co
  • Working with SQL Lite Database in Asp.NET Core Web API 1/21/2024 1:32:23 PM. SQLite is a self-contained, serverless, and zero-configuration relational database management system (RDBMS). It is a lightweight, open-source, and embedded database engine that does not require a sep
  • Side Pane with Entity Form in Dynamics 3651/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,
  • Immutability: Creating Custom Immutable Types in C#1/4/2024 10:41:56 AM. In this article we will discuss about how to create custom immutable type in c#
  • API Development Using Dapper and Microsoft Asp.NET Core Web API 12/24/2023 4:38:11 PM. ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations.
  • Using RESTSharp for CRUD Operations in ASP.NET Core Web API12/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
  • Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?12/1/2023 6:33:12 AM. Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
  • Hello World Program Using Aurelia JavaScript11/22/2023 10:17:20 AM. JavaScript front-end framework is similar to frameworks like Angular, Ember and React. I've written about it in the past but it's been a while. Here is an updated guide on how to get started u
  • MongoDB and ACID Reliable Data Transactions with NoSQL Databases 10/30/2023 8:39:15 AM. This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
  • VMware Horizon 8 2309 Release Notes10/29/2023 7:09:04 AM. The article you provided is a release notes document for VMware Horizon 8 2309. It describes the new features and enhancements included in this release, as well as the compatibility notes, resolved is
  • VMware vCenter Server 8.0 Update 1b Release Notes10/26/2023 12:40:53 PM. VMware vCenter Server 8.0 Update 1b is a patch release for the vCenter Server 8.0 platform. It includes a number of bug fixes and enhancements, as well as new features.
  • SQL Server Connection Error: Network Issue 10/25/2023 7:13:36 AM. a network-related or instance-specific error occurred while establishing a connection to sql server. the server was not found or was not accessible. verify that the instance name is correct and that s
  • Page Life Cycle In ASP.NET10/5/2023 12:08:06 PM. This article describes various stages or events of an ASP.NET page life cycle. ASP.NET Page Life Cycle includes events PreInit, Init, InitComplete, OnPreLoad, Load, PostBack, LoadComplete, OnPreRender
  • Bind GridView Using jQuery Load In ASP.NET With No Page Reload10/5/2023 4:53:51 AM. This tutorial explains how to bind GridView with no page reloading, using jQuery Load method.
  • Delete records from GridView without Page Reload using jQuery10/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.
  • C# Using The Proxy Pattern To Define Relationships9/22/2023 10:27:49 AM. I was recently working on a 2.0 Framework project where we had many types of related objects. However, we needed to ensure that there were not multiple instances of the same object in memory. Usuall
  • Is-A and Has-A Relationship in Java9/13/2023 5:12:53 AM. In this article, you will learn about Is-A and Has-A relationships in Java.
  • Abstract Class, Interface and relation to Method Overriding and Method Hiding in C#9/6/2023 11:40:37 AM. In my this article I present a way to easily understand Abstract Types, Interfaces and their difference with Overriding and Hiding.
  • Exploring Math - Trig, Parent - Child and Relationship Functions in DAX8/29/2023 4:29:48 AM. This segment goes beyond the basics and explores functions like CALCULATE, FILTER, and ALL. It covers techniques for creating dynamic measures, time intelligence functions, and handling more intricate