Related resources for Integration
  • Introduction To Minimal API using ASP.NET Core 811/21/2024 7:52:06 AM. Minimal API in .NET Core 6.0 simplifies the process of creating HTTP APIs by reducing code verbosity and dependencies. It is ideal for microservices, offering advantages like lightweight routing, impr
  • Set Up Hugging Face API for Open Source LLM in Copilot Studio11/21/2024 7:43:34 AM. In this article, we will learn the steps to configure, implement, and test Hugging Face models, empowering developers to enhance AI-driven workflows and unlock the potential of LLMs in real time.
  • Azure Data Factory Lakehouse Connector to Read and Write Data11/21/2024 5:24:15 AM. In this new video, I covered how to use the new Lakehouse Connector in Azure Data Factory to read data from ADLS Gen2 to Fabric Lakehouse as a delta table and also to write data from the Lakehouse to
  • Events: Love Triangle in Integration Testing11/20/2024 6:30:48 AM. This video will delve into the main problems of not creating integration tests that check whether the application works fine, showing different alternatives with their pros and cons.
  • Retrieve API Data and Store in SharePoint with Power Automate11/18/2024 4:42:57 AM. In this article, we will learn how to use Power Automate to retrieve data from an external API and automatically store it in a SharePoint list, streamlining your workflow and data management.
  • Data Professionals to LLM/GPT Prompting for Everyday Tasks11/17/2024 10:52:39 AM. A guide for data professionals on leveraging Microsoft OpenAI with Python for efficient workflows and enhanced data analysis. Focuses on prompt design, including clear instructions, context, and tempe
  • Testing API Endpoints Using C# and Swagger11/14/2024 6:02:21 AM. Learn how to test API endpoints effectively using C# and Swagger. This guide covers setting up Swagger for API documentation, configuring C# for testing endpoints, and automating tests to ensure relia
  • How to Create a ListView Command Set Extension11/12/2024 11:13:01 AM. A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing s
  • Azure Logic App11/10/2024 7:04:51 AM. In this article, we will learn about Azure Logic Apps, which is a cloud-based service that enables users to create automated workflows and integrate applications, data, and services across the cloud a
  • Weather App to fetch/display weather data using API11/8/2024 11:39:42 AM. Building a weather app that fetches and displays weather data using an API is a practical project for developers looking to enhance their skills in JavaScript and API integration. This application all
  • Overview of SharePoint Search API for SharePoint User Profiles11/7/2024 6:43:36 AM. The SharePoint Search API allows you to query user profile data, such as name, email, job title, and department. Using the POST /search/postquery method, you can easily retrieve user information with
  • Fededim.Extensions: ASP.NET Data Protection Integration11/5/2024 9:59:16 AM. Fededim.Extensions.Configuration.Protected.DataProtectionAPI enables seamless integration between ASP.NET Configuration and the Data Protection API, providing enhanced security for sensitive data in a
  • Top AI Tools for DevOps11/4/2024 10:06:26 AM. Explore the transformative impact of AI models in DevOps with this comprehensive guide. Discover how machine learning, predictive analytics, and automation enhance continuous integration and deploymen
  • Top AI Tools for Testers10/30/2024 6:04:42 AM. Artificial Intelligence (AI) revolutionizes software testing by automating repetitive tasks, enhancing accuracy, and expediting the testing process. It enables testers to generate test cases, detect d
  • Understanding OSRM Routing with AWS10/28/2024 10:11:05 AM. This guide covers key concepts like API integration, scalability, and real-time traffic data, enabling you to leverage cloud computing for enhanced geographic information systems. Optimize your naviga
  • Use Adaptive Cards with Copilot10/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
  • Creating And Embedding A Bot Application In Your Blogger10/16/2024 9:58:32 AM. This step-by-step guide covers bot development, API integration, and embedding the chatbot directly into your blog, offering an interactive experience for your readers.
  • Write Data from Fabric Dataflow Gen2 to Azure SQL Database10/15/2024 5:16:17 AM. In this new video, I am going to walk you through how to write data from Fabric Dataflow Gen2 to Azure SQL Database.
  • Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core10/14/2024 9:58:53 AM. DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with
  • Integration And Server Broadcast With SignalR 210/11/2024 12:29:10 PM. Discover how to implement real-time communication in your applications using SignalR 2. This guide covers the integration of SignalR for server broadcast functionality, enabling seamless data transfer
  • How to Get Reply from GPT in Power Apps10/10/2024 5:39:42 AM. This guide walks you through setting up GPT using OpenAI's API in Power Apps, creating seamless conversational experiences, and automating replies with AI to enhance user engagement and workflows.
  • Integration of Angular with Microservices10/9/2024 7:27:58 AM. This content explores the integration of Angular with microservices, highlighting the advantages of building scalable and efficient web applications. It covers key concepts such as RESTful APIs, async
  • Solr Search in Sitecore10/8/2024 9:36:37 AM. Solr Search in Sitecore" focuses on integrating the powerful Solr search engine with Sitecore CMS to enhance search capabilities. It covers configuring Solr for efficient indexing, optimizing sea
  • Automate Your Workflows using Power Automate10/6/2024 5:02:58 PM. This article provides a comprehensive overview of Microsoft Power Automate, detailing its features, advantages, and disadvantages. It also explains the various sections of the Power Automate home page
  • How to Build and Monitor dApps Using Alchemy10/4/2024 5:42:03 AM. Learn how to create a blockchain app using Alchemy, connect it to MetaMask, send transactions, and monitor blockchain activity in real-time using Alchemy's powerful dashboard tools.
  • 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's AJAX methods, including how to send asynchronou
  • Automation of Test Case Management by Using REST API Integration10/2/2024 5:15:57 AM. This content explores the automation of test case management through REST API integration. It highlights how API-driven automation streamlines test workflows, enhances efficiency and improves software
  • How To Create An HTTP Trigger Azure Function App Using Visual Studio 201710/1/2024 8:24:46 AM. Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
  • Show Data in Dynamic Grid Using AngularJS10/1/2024 8:21:44 AM. This article explains how to create a dynamic grid using AngularJS. It covers setting up the AngularJS environment, implementing a ViewModel to manage employee data, and using input fields bound with
  • Getting Started with GPT-3.5 Turbo on Azure OpenAI Service in .NET9/28/2024 5:48:07 AM. This article explores how to integrate Azure OpenAI Service and GPT-35-Turbo into .NET applications for generating text responses based on user prompts.
  • What is Codeium and How to Use it for Test Case Writing9/27/2024 6:02:26 AM. This article explores Codeium, an AI-powered coding tool that enhances developer productivity with features like smart code suggestions, code chat, and in-line edits. It covers how to install the Code
  • Access SharePoint List Using Custom Copilot – Copilot Studio9/25/2024 5:19:53 AM. Learn how AI-driven tools streamline workflows, enhance productivity, and automate SharePoint operations, offering tailored solutions for efficient data management and collaboration.
  • Implement Google reCAPTCHA In ASP.NET MVC9/24/2024 12:00:17 PM. ReCAPTCHA is a Google service designed to verify that users are human, protecting websites from bots and spam. This article demonstrates how to integrate reCAPTCHA version 2.0 into an ASP.NET MVC appl
  • Integrate Azure AD OAuth2 SSO Authentication and RBAC for Kafka-UI9/23/2024 7:29:57 AM. This article explores the integration of Azure Active Directory (AD), OAuth2, and Single Sign-On (SSO) for secure authentication and Role-Based Access Control (RBAC) for authorization within the Prove
  • Download Multiple Excel Files via Web API .NET and Angular9/20/2024 6:02:37 AM. To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve files.
  • Getting Record ID From EntityView In Dynamics 365 Portal9/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
  • 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
  • Passing Data from Power Automate to Excel sheet9/17/2024 11:01:25 AM. Office Scripts are a feature in Microsoft Excel to automate and customize repetitive tasks. It allows the users to create custom functions and automation sequences directly within the Excel interface,
  • Copilot Customization: Welcome the Logged-in User with the Name9/16/2024 8:47:15 AM. In this article, we shall see how to greet the user with the name using the logged-in information using the out of the box feature. This article is intended to target the developer who are using the M
  • Configure SQL Server Session State In ASP.NET Core9/12/2024 5:49:48 AM. This guide covers setting up SQL Server as a session storage provider, configuring the connection string, enabling session middleware, and ensuring session persistence for scalable web applications.
  • Creating Azure Functions For SharePoint Operations Using Managed CSOM9/10/2024 11:53:12 AM. This article explains how to create Azure Function Apps to perform SharePoint operations using Managed CSOM code. It covers setting up an HTTP-triggered function, uploading required assembly files via
  • How To Create Excel Add-Ins?9/5/2024 8:35:09 AM. Create an Excel add-in using HTML, CSS, JavaScript, or C# to enhance functionality across various platforms, including Excel for Windows, Mac, and Office 365. Install Yeoman and the generator-office g
  • Braintree Payment Gateway Integration With ASP.NET Core 2.19/4/2024 9:06:35 AM. Integrate Braintree payment gateway with ASP.NET Core 2.1 by adding the Braintree .NET Client Library via NuGet. Configure the gateway using environment variables or default credentials. Implement end
  • Tailwind CSS Header and Seamlessly Integrating It with ReactJS8/30/2024 11:08:43 AM. Tailwind CSS is a utility-first CSS framework that enables rapid UI development with minimal custom CSS. It provides a wide array of predefined classes, allowing developers to style directly in their
  • Understanding of Design Patterns8/30/2024 5:13:44 AM. Design patterns are essential in software development, divided into architectural and application/code-level patterns. Architectural patterns guide the high-level structure of software, ensuring compo
  • Integrate AI into ASP.NET Core App using Semantic Kernel8/29/2024 7:32:59 AM. Semantic Kernel simplifies AI integration by providing an SDK that connects applications with LLMs like OpenAI and Hugging Face. It features plugins, an orchestration layer, and connectors to streamli
  • Hosting a Static Website in Cloudflare Pages without Any Cost8/29/2024 5:20:00 AM. Learn to host a static website for free using CloudFlare Pages. Start by signing up and logging in to CloudFlare Pages, then upload your local website files or connect to Git for deployment. After dep
  • Effortless Dynamics 365 Record Updates with Azure Data Factory8/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
  • CSS Theming Using Variables and JavaScript8/27/2024 11:55:59 AM. Discover how to enhance your web design with CSS theming using variables and JavaScript. Learn how to create dynamic and customizable themes by leveraging CSS custom properties and JavaScript for real
  • Implementation Ajax Calls in ASP.NET Core MVC 8/27/2024 7:03:37 AM. Learn how to build a dynamic fleet management system using AJAX in ASP.NET MVC with SQLite as the database provider. This tutorial guides you through creating, managing, and displaying vehicle data in
  • Unveiling the Magic of AI and Low-Code Development for Beginners8/27/2024 5:38:03 AM. Learn how to create innovative applications with minimal coding knowledge, leveraging AI to automate tasks, enhance productivity, and accelerate digital transformation.
  • How to use React and Gatsby.js?8/27/2024 5:29:35 AM. Pairing React with Gatsby.js allows for the creation of high-performance, SEO-friendly websites. This guide walks you through setting up a Gatsby project, integrating React components, and using essen
  • Create Intelligent Chatbots with C# Tools and Techniques8/26/2024 4:11:15 AM. Build intelligent chatbots using C# and AI frameworks like Microsoft Bot Framework and Azure Cognitive Services. Leverage NLP for natural conversation flow, integrate LUIS for intent recognition, and
  • Integrating AI into C# Applications8/26/2024 4:07:23 AM. It covers essential concepts, tools, and techniques, helping developers enhance their C# projects with powerful AI capabilities, from machine learning algorithms to real-world applications.
  • Power of Microsoft Dynamics 365 Field Service8/23/2024 9:57:16 AM. Microsoft Dynamics 365 Field Service optimizes field operations with smart scheduling, real-time tracking, and efficient inventory management. It enhances customer engagement through timely updates an
  • AI Receptionist with Microsoft Semantic Kernel and OpenAI8/23/2024 6:09:05 AM. Create an AI receptionist using Microsoft Semantic Kernel and Azure OpenAI to automate customer interactions. Integrate Semantic Kernel with OpenAI for chat completion, manage dynamic content, and han
  • Microsoft Dataverse Accelerator Guide for Beginners8/23/2024 4:42:50 AM. Discover the essentials of Microsoft Dataverse Accelerator in this beginner-friendly guide. Learn how this powerful tool enhances your Dataverse experience by streamlining development, offering API ex
  • Understanding Microsoft Dynamics 365 API Access Token8/22/2024 5:31:59 AM. Master the basics of Microsoft Dynamics 365 API access tokens with this beginner-friendly guide. Learn about OAuth2.0, Azure Active Directory, and how to authenticate using Postman. Discover how to ob
  • The Future of AI in Enhancing Workforce Productivity8/21/2024 8:52:12 AM. AI is revolutionizing workforce productivity by automating routine tasks and enhancing human capabilities. Azure AI offers tools for machine learning, NLP, and conversational AI, streamlining processe
  • Integrating Azure OpenAI with .NET Core for Smart Applications8/21/2024 6:47:23 AM. Learn how to integrate Azure OpenAI with .NET Core to build intelligent applications. This guide covers setting up Azure OpenAI, installing necessary NuGet packages, and implementing features like tex
  • Real-Time Pageview Tracking With .NET Core8/21/2024 5:28:26 AM. Learn how to implement real-time pageview tracking in your .NET Core application. This guide covers setting up live monitoring of website traffic, capturing pageview metrics, and integrating real-time
  • Azure Synapse vs Microsoft Fabric Detailed Comparision8/21/2024 4:57:51 AM. This article provides an in-depth comparison between Azure Synapse and Microsoft Fabric, two powerful cloud-based data solutions, and explores their features, performance, and use cases, with a focus
  • Getting started with Integration Testing in ASP.NET Core8/20/2024 11:44:19 AM. Learn the essentials of integration testing in ASP.NET Core. This guide covers setting up your testing environment, creating and running integration tests, and using frameworks and tools to ensure you
  • Build a Full-Stack App with React and Spring Boot Integration8/16/2024 7:18:49 AM. Learn how to build a full-stack application by integrating React with Spring Boot. This guide covers the seamless communication between frontend and backend using React for the user interface and Spri
  • Azure Databricks: Create Storage Credentials and External Locations to ADLS Gen28/16/2024 5:26:02 AM. In this episode, I walked you through how to create storage credentials and external locations to ADLS Gen2 in Azure Databricks.
  • OpenAI in Enterprise: Revolutionizing Business Operations8/16/2024 4:39:59 AM. Explore how OpenAI is transforming business operations across various enterprise sectors. This article delves into advanced applications of AI in HR, finance, customer service, and beyond, demonstrati
  • How to Create a Service in React?8/14/2024 8:18:25 AM. Learn how to create a service in React with this comprehensive step-by-step guide. Discover the essentials of React services, from setting up your environment to building and integrating services with
  • Flow files from OneDrive to SharePoint8/14/2024 5:14:55 AM. This guide covers integration techniques, data transfer methods, and sync strategies to efficiently migrate and manage your files across these powerful cloud storage platforms, enhancing productivity
  • Azure Data Factory vs Azure Synapse Analytics vs Microsoft Fabric8/13/2024 10:48:57 AM. Azure Data Factory focuses on data integration and ETL processes, Synapse Analytics combines big data and data warehousing, while Microsoft Fabric offers a unified data platform for diverse analytics
  • HighChart in JavaScript8/13/2024 10:47:18 AM. This article introduces Highcharts, a JavaScript library for creating interactive charts. It covers installation using Highcharts.js and jQuery, and provides a step-by-step guide to creating a bar cha
  • Save Google Form Data to SharePoint List8/12/2024 8:53:47 AM. Learn how to seamlessly save Google Form data to a SharePoint List for efficient data management. This guide covers step-by-step instructions for automating data transfer, integrating Google Forms wit
  • How to Enable or disable Copilot (preview) in Power Apps 8/12/2024 7:14:33 AM. Learn to create a chatbot in Power Apps using Microsoft Copilot Studio and Power Virtual Agents without coding. This guide covers setting up chatbots with a no-code approach, integrating them into you
  • SharePoint 2016 Central Admin - Security - Specify Authentication Providers8/9/2024 12:02:44 PM. Learn how to change authentication providers for SharePoint Web Applications. This guide covers accessing the Authentication Providers page in Central Admin, selecting the correct Web Application, and
  • How to Call JavaScript Function in Angular 18 Component?8/8/2024 9:38:18 AM. Learn how to integrate JavaScript functions within an Angular 18 component. This guide covers how to call and use JavaScript functions effectively in your Angular components, ensuring seamless interac
  • Routing in React JS with TypeScript8/8/2024 5:52:19 AM. Routing is a crucial feature for single-page applications (SPA) as it allows navigation between different views or pages without reloading the entire application. React Router is the most popular libr
  • Azure OpenAI: Revolutionizing AI Integration with Microsoft Azure8/8/2024 5:28:39 AM. Discover how Azure OpenAI Service combines the power of OpenAI's advanced AI models with the robust cloud infrastructure of Microsoft Azure. This article explores the features, benefits, and real-
  • How Do We Create Custom APIs with Next.js?8/8/2024 5:25:24 AM. Next.js allows you to create custom APIs with API routes defined in the pages/api directory. You can handle various HTTP methods (GET, POST, PUT, DELETE), use query parameters, connect to databases (e
  • Understanding Cloud Services: SaaS, PaaS, and IaaS8/7/2024 9:23:10 AM. Cloud computing revolutionizes IT resource management through three primary models: SaaS, PaaS, and IaaS. SaaS delivers software via subscription over the internet, PaaS offers a platform for app deve
  • Generative AI in .NET: Building a Text Generator with GPT-38/7/2024 7:05:14 AM. Discover how to integrate OpenAI's GPT-3 with .NET to build a powerful text generator. This article provides step-by-step instructions and code examples to help you create and utilize a GPT-3 powe
  • No-Code FAQ Bot with Azure Bot Service and Language Studio8/6/2024 9:36:13 AM. Create a custom FAQ bot effortlessly using Azure Bot Service and Language Studio. This no-code approach involves setting up a question-answering project, adding content sources, testing responses, and
  • Continuous Data Integration from SharePoint to Fabric Warehouse [Incremental Data Load]8/5/2024 2:58:47 PM. In this video, I walk you through how to continuously stream data from SharePoint Folder to Fabric Warehouse leveraging Dataflow Gen2 for transformation and Data Pipeline for ingestion.
  • How To Store File In SFTP Using Azure Logic App8/1/2024 11:46:11 AM. Learn how to create a file in an SFTP location using Azure Logic Apps. This guide covers setting up a Logic App, configuring an SFTP connector, and scheduling file creation every five minutes. Ideal f
  • Install And Configure Azure On-Premise Data Gateway8/1/2024 11:24:48 AM. Learn to install and configure the Azure On-Premise Data Gateway with this guide. It covers prerequisites, installation steps, and configuration options. Discover how to set up the gateway to connect
  • Use ngx-simple-text-editor in Angular 188/1/2024 5:48:40 AM. Learn how to integrate the ngx-simple-text-editor into an Angular 18 application. This guide covers installation, setup, and configuration of this rich text editor component, enhancing your Angular pr
  • Integrating C/C++ Libraries to .NET Applications with P/Invoke8/1/2024 3:53:22 AM. Integrating CC++ libraries into .NET applications using PInvoke allows you to call native code from managed code. This process involves declaring methods in C++ libraries using extern "C" an
  • How to configure Amazon Q in Visual Studio 20227/31/2024 9:19:03 AM. Discover how to set up Amazon Q, integrate it with your development environment, and streamline your workflow. This tutorial covers installation, configuration, and tips for optimizing your developme
  • Microsoft 365 Copilot - Architecture Explained7/31/2024 6:00:45 AM. Discover the intricacies of Microsoft 365 Copilot's architecture in this detailed exploration. Learn how AI integration and cloud computing enhance productivity and collaboration within Office app
  • Overview Of Azure On-Premise Data Gateway7/30/2024 6:05:54 AM. Learn about the Azure On-Premises Data Gateway, which acts as a bridge between on-premise resources and Azure services like Logic Apps, Power BI, and Microsoft Flow. This article covers its role in se
  • Learn About SharePoint REST API7/30/2024 5:40:55 AM. The SharePoint REST API allows developers to interact with SharePoint data using standard HTTP requests. It provides access to a wide range of SharePoint functionalities, including list operations, da
  • How To Connect On-Premise SQL Server From Microsoft Flow Using Azure On-Premise Data Gateway7/30/2024 4:34:24 AM. This guide covers step-by-step instructions to set up the gateway, configure data connections, and integrate your SQL Server with Flow for seamless automation and data management.
  • Data Integration with Azure Data Factory (ADF) Pipeline7/29/2024 5:58:07 AM. This guide delves into the features and benefits of ADF, demonstrating how to streamline ETL workflows, automate data management, and efficiently orchestrate data flows in the cloud, ensuring seamless
  • Integrating Barcode Reading in .NET Core with Example7/29/2024 4:57:48 AM. This tutorial provides step-by-step instructions and a practical example, covering the use of libraries, APIs, and best practices for seamless barcode scanning. Perfect for developers looking to enha
  • Integrating PayPal Payment Gateway with .NET Core7/26/2024 4:58:12 AM. Integrating a payment gateway into your application is crucial for businesses that require online transactions. PayPal is one of the most popular and widely used payment gateways, offering a secure an
  • How to Use ChatGPT?7/25/2024 8:17:09 AM. ChatGPT, developed by OpenAI, is a cutting-edge language model designed for versatile text generation and understanding. It assists with tasks like answering questions, content creation, and coding he
  • Augmented and Virtual Reality for Enhanced Customer Experience7/25/2024 4:46:36 AM. This article explores how businesses can leverage Augmented Reality (AR) and Virtual Reality (VR) to enhance customer experiences, offering practical implementation strategies and highlighting future
  • Blockchain Integration Trends: What's Hot in 20247/25/2024 4:25:44 AM. Explore the latest trends in blockchain integration for 2024. Discover what's shaping the future of blockchain technology, from innovations in smart contracts and decentralized finance (DeFi) to a
  • Hyperlink Creation Open External Sites and Outlook Templates7/24/2024 6:57:31 AM. Discover tips for enhancing PowerApps with hyperlinks, external site navigation, and Outlook email integration. Learn how to use HTMLText control to create clickable links, launch external sites from
  • Create a Comment Thread Like Yammer/Viva Engage in PowerApps7/24/2024 6:27:02 AM. This guide covers integration with Microsoft 365 tools, setting up social collaboration features, and developing custom business applications to streamline enterprise communication.
  • Role of Data Science and Machine learning in Python7/24/2024 6:11:23 AM. Data Science and Machine Learning in Python leverage powerful libraries like Pandas, NumPy, and Scikit-learn for data analysis and modeling. Python excels in data cleaning, exploration, and visualizat
  • LINQ to ADO.NET: Enhancing Data Access with Modern Querying7/23/2024 3:46:30 AM. In the evolving world of .NET, querying databases has traditionally been done using ADO.NET, which provides a robust set of classes for data access. However, the introduction of Language Integrated Qu