Resources  
  • How To Install Appium Inspector And Appium Server GUIMar 18, 2024. This article walks you through every step of installing and configuring Appium for mobile test automation. From downloading the necessary software to configuring dependencies , this guide covers it all
  • Mastering Data Mining Techniques Mar 18, 2024. Data mining uncovers hidden patterns in vast data reserves, guiding decision-making. Key preprocessing steps ensure data quality, from collection to transformation, optimizing insights for impactful analysis and decision-making.
  • A Comprehensive Guide to Secure Coding in C#Mar 18, 2024. A Comprehensive Guide to Secure Coding in C# by Ziggy Rafiq. Learn how to write robust and secure C# applications by implementing input validation, encryption, authentication, and error handling. This section provides examples and best practices for preventing SQL injection, XSS attacks, and securing user authentication.
  • Deploying a Windows Server Virtual Machine in Microsoft Azure Mar 17, 2024. To deploy a Windows Server Virtual Machine (VM) in Microsoft Azure, you'll configure various settings to create your virtual environment.
  • TINYINT Data Type in SQL and Its C# EquivalentMar 16, 2024. Understanding data types is crucial for effective data manipulation and storage. In this article, we will learn about TINYINT in SQL efficient storage for small integers. In C#, use byte or sbyte for representation. Optimization is crucial.
  • Validate Multiple Tokens with Different Providers in ASP.NET 8 APIMar 15, 2024. Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation requirements seamlessly.
  • PowerApps Canvas Patch Upsert Dynamics 365 RecordsMar 15, 2024. 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 management within your Dynamics 365 environment.
  • Learn about Dockerize a React AppMar 15, 2024. In this article, I'm going to show how to deploy the react application into a Docker container. the guide covers Dockerfile setup, optimizing Docker-compose configurations, and integrating Docker into your development workflow.
  • Provide Security Role Access for D365 OutlookMar 14, 2024. In this article, we will customize permissions, manage user access, and enforce Role-Based Access Control (RBAC). Optimize Microsoft 365 settings to tailor access rights, enhancing data protection and organizational compliance.
  • Enable Outlook for D365 Trial AccountMar 14, 2024. Enabling Outlook for your D365 trial account seamlessly integrates email functionalities with Microsoft Dynamics, streamlining communication and data management. Configure integration settings to synchronize emails effortlessly, maximizing productivity and efficiency during your trial period.
  • How to Install Configure VPN on Windows ServerMar 14, 2024. This detailed guide offers step-by-step instructions on how to set up a VPN on Windows Server. Learn to set up a VPN on Windows Server 2019 efficiently. Understand the server's dual roles: client and host. Follow clear steps for installation and configuration. Simplify remote access and enhance security.
  • How to Create an Instant Plugin in the Dataverse Environment?Mar 14, 2024. Create instant plugins in Dataverse for Dynamics 365 using Power Platform. Customize business logic, automate processes, and integrate seamlessly with real-time event-driven actions. Simplify development and enhance data management effortlessly.
  • Implementing AI and ML in C# ProjectsMar 14, 2024. Explore the integration of AI and ML into C# projects with this beginner-friendly guide. Power of ML.NET, TensorFlow.NET, and Accord.NET to implement machine learning algorithms in your C# applications. From simple linear regression to sentiment analysis, discover the basics of AI and ML in C# programming.
  • Managing Storage Spaces with File Server Resource Manager (FSRM)Mar 13, 2024. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • Simulating Multiple Users in App Insights with Integration TestsMar 12, 2024. Learn how to simulate multiple users in Application Insights when running integration tests for your web application. Simulate multiple users in integration tests to analyze monitoring setups and improve analytics tools behavior in your web app.
  • How to Fetch Daily, Weekly, Monthly, and Yearly based Data in SQLMar 12, 2024. In SQL, fetching data based on specific time intervals like day, week, month, and year is essential for meaningful analysis.
  • Creating Users and Groups Within an Organizational Unit on Windows ServerMar 12, 2024. Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
  • How to Install and Configure RODC in ServerMar 12, 2024. In this article, we will explore A read-only domain controller (RODC) is a domain controller that hosts an Active Directory database's read-only partitions.
  • A Simple Guide to Creating an Azure Databricks WorkspaceMar 12, 2024. Learn how to set up your own Azure Databricks workspace with this easy step-by-step guide. Whether you're new to Databricks or looking to create a collaborative environment for big data analytics, follow these straightforward steps to get started.
  • Learn about Keyed Services Use in .NETMar 11, 2024. .NET 8 introduces native support for keyed services in Dependency Injection (DI), eliminating the need for third-party packages. Learn about registering and resolving keyed services with examples for better understanding.
  • Installing File Server Resource Manager on Windows ServerMar 11, 2024. In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to classify files, set quotas on folders, and create reports monitoring storage usage.
  • Mastering Form Creation in Power Apps: Integration with SharePoint Mar 11, 2024. Discover how to create powerful forms in Power Apps and seamlessly integrate them with SharePoint. Master the art of designing intuitive interfaces, implementing advanced functionalities, and automating workflows.
  • Azure Kubernetes Service with .NET CoreMar 11, 2024. This article will talk about AKS and .NET Core and their integration and deployment process. Explore the seamless integration of Azure Kubernetes Service (AKS) with .NET Core. This guide provides step-by-step instructions and examples for efficient containerized application deployment.
  • Component Reusability, Virtual DOM & Seamless Integration in ReactJSMar 11, 2024. The hype around React seems to never get down. Many developers jump right into the codes without having a clear picture of what it actually is. In this article, I will expose that I have learnt and experienced in my journey to learn React. I will also be sharing some challenges that you may face.
  • Basics of Azure Databricks: Data Analytics in the CloudMar 11, 2024. Azure Databricks stands at the forefront of cloud-based data analytics platforms, revolutionizing the way organizations manage, process, and derive insights from massive datasets. Azure Databricks, exploring its components, features, and capabilities to empower data-driven decision-making in the digital age.
  • Benefits of Temporary Tables over Table Variables in SQL ServerMar 10, 2024. The article explores the advantages of utilizing temporary tables over table variables in SQL Server. It discusses how temporary tables offer better performance, scalability, and flexibility for handling large datasets and complex data manipulation tasks.
  • Azure Monitoring Services Guide: Implementation and ExamplesMar 10, 2024. This article is a comprehensive guide to Azure monitoring services, with implementation steps and examples. Real-world examples illustrate effective monitoring of Azure resources for optimal performance and security.
  • Create First Canvas App from Template Mar 07, 2024. This article provides an overview of Canvas Apps in Power Apps, guiding readers through the process of creating their first Canvas App using existing templates. Canvas Apps offer unparalleled customization options, allowing users to design intuitive interfaces and connect to various data sources without coding.
  • What is Change Data Capture(CDC)Mar 07, 2024. Change Data Capture (CDC) is a method used in databases to track and capture changes in data. It enables real-time updates by identifying and recording modifications made to the database, facilitating efficient data integration, replication, and synchronization across systems.
  • Renaming the Column in SQL ServerMar 06, 2024. Renaming columns in SQL Server is a fundamental task in database management. This comprehensive guide provides step-by-step instructions, syntax examples, and best practices to effectively rename columns, ensuring data integrity and maintaining database structures.
  • Understanding FORMATMESSAGE() Function in SQL ServerMar 06, 2024. In this article, we will discuss how to use FORMATMESSAGE() function in SQL Server, its advantages and usages with example.
  • Securing Remote Access to SQL ServerMar 05, 2024. Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and protection against cyber threats.
  • How to Do Distributed File System (DFS) In ServerMar 04, 2024. In this article, we will learn a distributed File System (DFS) as the name suggests, is a file system that is distributed on multiple file servers or multiple locations.
  • SQL Tuning - Effective Strategies with Practical ExamplesMar 03, 2024. SQL Tuning — Effective Strategies with Practical Examples
  • Product Management Application using .NET Core and React JS with CRUD OperationsMar 02, 2024. In this article, learn to create a product management web API with CRUD operations using .NET Core 6 and React JS. Utilize SQL Server for the backend and Axios for API consumption.
  • Implement and Configure Windows Defender Application Control (WDAC)Mar 01, 2024. Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run on PCs.
  • How to Do Zone Transfer in Windows ServerMar 01, 2024. Zone transfer is a crucial process for synchronizing DNS zone data across multiple servers, ensuring all DNS servers responsible for a domain remain updated with the latest information. By following the step-by-step instructions outlined in the article, users can configure zone transfer between primary and secondary DNS servers effectively.
  • Understanding RSS Feeds in SharePointMar 01, 2024. In this article, we will discover how SharePoint utilizes RSS feeds for content syndication. Explore integration options, web parts, and site subscriptions, enhancing information management and collaboration within your organization.
  • Convert Text to Audio using Azure and .NET 8Mar 01, 2024. In this article, we will learn how to harness the power of Azure and .NET8 to seamlessly convert text into audio. Explore the integration of Azure Cognitive Services for text-to-speech functionality, leveraging the robust capabilities of.NET8 for efficient development.
  • How to Open, Read or View MS SQL Error Log FileFeb 29, 2024. Explore methods to open, read, or view SQL Server Error Log File. Get the best solution to open or view the SQL Server Log File of MS SQL Server in easy steps.
  • Quick SQL Refresher Feb 28, 2024. The Quick SQL Refresher provides a concise cheat sheet for SQL, covering essential concepts, keys, commands (DDL, DML, DQL, DCL, TCL), constraints, clauses, T-SQL fundamentals, joins, functions, exception handling, indexes, views, stored procedures, transaction control, triggers, and cursors.
  • SQL Server Data Types for Performance, Memory EfficiencyFeb 28, 2024. "Embark on a journey to unlock SQL Server's full potential through savvy data type selection. Enhance performance and streamline operations with optimal choices.
  • How to Add Additional Domain Controller in ServerFeb 28, 2024. Deploying additional domain controllers increases the redundancy, which results in even greater resilience and higher availability.
  • Power Automate Flow to Update Sharepoint Column ValueFeb 27, 2024. In this article, I will be explaining how you can update the old value to the new value in the SharePoint list column using power automate flow.
  • Service Lifetimes in .NET Core ApplicationsFeb 26, 2024. In .NET Core, understanding service lifetimes is crucial for efficient dependency management. This article explores transient, scoped, and singleton lifetimes with practical examples in ASP.NET Core applications.
  • How to Install WDS in Server?Feb 26, 2024. This article provides a comprehensive guide on installing Windows Deployment Services (WDS) on Server 2019, detailing each step in the process.
  • How to Write Unit Test Case with Mocking Service in AngularFeb 24, 2024. Learn how to write unit tests with mocked services in Angular using Jasmine and TestBed. This step-by-step guide demonstrates creating a mock service and testing component behavior in isolation for better reliability.
  • How to Enable Co-Pilot for Dynamic 365 Customer ServiceFeb 24, 2024. Copilot transforms the agent experience within Dynamics 365 Customer Service using AI technology. This article will explore the Copilot features designed for Dynamics 365 Customer Service.
  • Using Azure OpenAI Service to Generate Images with DALL-E in .NETFeb 21, 2024. Tutorial to call Azure OpenAI Service DALL-E model to generate images in .NET. Learn how to call the Azure OpenAI Service DALL-E model in C#. Gather necessary data from Azure, deploy a model, and use the Azure OpenAI client library for .NET. Explore generative AI!
  • Tips to Launch Your SQL MissionFeb 20, 2024. This article consists of roadmap to embark on an exhilarating journey to master SQL which is the universal language of data management and analysis. In this comprehensive guide, we'll delve deep into actionable strategies and invaluable tips to help you kickstart your SQL learning journey and unleash the transformative power of data manipulation and insight extraction.
  • Establish a Routing Rule for Customer Service Entity RecordsFeb 20, 2024. 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 routing of escalated cases to specific queues.
  • Third-party API Integration in Asp.NET Core Web APIFeb 20, 2024. ASP.NET Core is a powerful framework for building web APIs, allowing developers to create robust and scalable applications. One of the key features of modern web development is the integration of third-party APIs, which provide access to external services and data.
  • ASP.NET Core with Hosted Service & Lifecycle EventsFeb 20, 2024. ASP.NET Core with Hosted Service & Lifecycle Events explores the integration of background tasks in ASP.NET Core applications. Learn how to implement long-running processes efficiently, manage service lifetimes, and leverage lifecycle events for graceful initialization and shutdown.
  • How to Do Work Folder in Windows Server?Feb 19, 2024. Work Folders in Windows Server 2019 enable seamless synchronization of user files between devices, ensuring access to up-to-date data. Administrators can set up and manage Work Folders via Group Policy and Active Directory.
  • Boost Data Analytics: Integrate Python Scripts in Power BI DesktopFeb 19, 2024. This article introduces the integration of Python with Power BI, enabling users to run Python scripts directly within Power BI Desktop. It highlights the process of importing resulting datasets into a Power BI data model for creating reports and sharing them on the Power BI service.
  • How to Manage Drive Space with Storage Sense in Windows 11?Feb 16, 2024. Storage Sense can automatically free up drive space for you by getting rid of items that you don't need, like temporary files and items in your Recycle Bin.
  • Generate a Barcode with Power AutomateFeb 15, 2024. Effortlessly create barcodes using Power Automate and scan them in Power Apps for streamlined data capture. Start by setting up a team site on SharePoint, then create a list with specified columns.
  • Enhance Customer Service Case Forms with Case Summary CopilotFeb 15, 2024. Seamlessly integrated into the Customer Services case form, this feature enhances efficiency by automating data entry and providing a concise summary of cases.
  • An Introduction to Azure AI Language ServicesFeb 15, 2024. Using Azure AI-Language Services to speed up your AI Projects. Azure AI Language Services revolutionizes language processing with advanced NLP features. Features include Text Analytics, QnA Maker, LUIS, and Language Studio for seamless integration and enhanced capabilities. Upgrade today.
  • Enable Copilot Features in Customer Service WorkspaceFeb 14, 2024. Unlock enhanced productivity in customer service with Copilot features. Enable AI assistance and automation to streamline workflows, improve support efficiency, and enhance the customer experience within your workspace.
  • Creating Azure Virtual Machines, their Advantages and DisadvantagesFeb 13, 2024. This comprehensive guide introduces Azure Virtual Machines (VMs) as a core component of Microsoft Azure, explaining their scalability, flexibility, and integration benefits. It covers the advantages and disadvantages of Azure VMs and provides step-by-step instructions for creating VMs in the Azure portal.
  • Analyzing Image Moderation using Azure Content SafetyFeb 13, 2024. At the end of the article readers will able to understand and implement the usage of Content safety studio with moderating image contents in real time scenarios.
  • Refresh Power BI Semantic Model from MSFT Fabric Data PipelineFeb 13, 2024. This content provides a solution for refreshing the Power BI Semantic Model using Microsoft Fabric Data Pipelines. It outlines the problem statement, prerequisites, and a detailed step-by-step solution.
  • How to Implement Approval in Teams Using Adaptive CardsFeb 13, 2024. 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 lightweight UI exchange between applications and outlines.
  • Difference Between UNION and UNION All (SQL Server)?Feb 12, 2024. UNION merges and filters out duplicates from various SELECT queries, whereas UNION ALL combines them without eliminating duplicates, providing quicker results but retaining all rows, including duplicates.
  • Analysis of T-SQL and PL/SQLFeb 12, 2024. This article delves into the distinctions between Transact-SQL (T-SQL) and PL/SQL, examining their origins, syntax, functionality, and optimization strategies. Explore their unique features for efficient database application development.
  • Explain Keyed Services in .NET 8Feb 12, 2024. This article explores the concept of keyed services in .NET 8, a new feature enhancing dependency injection capabilities. It explains the benefits of using keyed services, along with detailed steps on their implementation through a real-world data storage example.
  • Switch Between Directories in Power BI ServiceFeb 12, 2024. This content discusses the issue of switching between directories (tenants) within Power BI, highlighting the lack of a direct option to do so in the Power BI portal. It offers a solution involving the use of Customer Tenant ID (CTID) and provides steps to log in to the necessary host Power BI instance.
  • New Modifications and Improvements to the Azure Stream Analytics No-Code Editor Feb 11, 2024. Explore real-time analytics with Azure Stream Analytics, a Microsoft Azure service for processing and analyzing streaming data. Learn about input sources, SQL-like query language, output destinations, and recent user experience enhancements for streamlined stream processing logic.
  • How to Find Blocked Deadlocks in SQL?Feb 09, 2024. The SQL query utilizes dynamic management views (DMVs) like sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_exec_connections, and sys.dm_exec_sql_text to monitor and manage active sessions, connections, and SQL statements on a SQL Server instance.
  • The Amazing Adventure of MongoDB QueriesFeb 09, 2024. This content provides an engaging analogy of MongoDB queries as an adventurous quest through a treasure-filled city. It introduces concepts like planning the query as preparing a treasure map, execution as detective work, utilizing the Aggregation Framework for complex queries.
  • Learn about Azure Platform JourneyFeb 08, 2024. Embark on a journey through the Azure platform in Part-1, diving into cloud essentials and Azure introduction. Explore cloud services, including storage, compute, network, and analytics, unraveling the intricacies of Azure's robust offerings.
  • Integrate YouTube videos in our Angular ApplicationFeb 08, 2024. This content explains how to integrate YouTube videos into an Angular application using the Angular YouTube Player component. It outlines the steps involved, such as installing the necessary package, importing modules, adding the YouTube player component to the HTML template.
  • Difference Between Raw SQL and Dapper Feb 08, 2024. Explore the trade-offs between using raw SQL queries and leveraging Dapper, a micro-ORM for database access in C# development. Delve into performance, code maintainability, and efficiency to make informed decisions in your data retrieval strategies.
  • AWS Transfer Family ( SFTP , FTP , FTPS Server ) OverviewFeb 08, 2024. AWS Transfer Family , What is AWS Transfer Family , Supported Transfer Protocols and Benefits. AWS Transfer Family is a managed service facilitating secure file transfers to and from AWS using protocols like FTP, FTPS, and SFTP. It integrates with S3, CloudWatch, and Lambda for seamless workflows.
  • IExceptionHandler in ASP.NET Core 8Feb 07, 2024. ASP.NET Core 8 introduces a new feature called IException Handler, providing a centralized way to handle exceptions in applications. This article explores what IExceptionHandler is and how to use it effectively.
  • How to Deploy Angular Application on Nginx?Feb 07, 2024. Deploying an Angular application on Nginx involves setting up Angular, installing Node.js, creating folders, installing Angular CLI, downloading Nginx, configuring ports, building the app, copying files to Nginx's HTML folder, and starting and stopping the Nginx server.
  • Mastering T-SQL Rank FunctionsFeb 06, 2024. SQL window functions like ROW_NUMBER, RANK, DENSE_RANK, and NTILE are vital for advanced data analysis. They organize, order, and rank data within result sets. ROW_NUMBER assigns unique sequential numbers, RANK assigns unique ranks allowing ties
  • Automated Deployment of SQL Server Database through Azure DevopsFeb 06, 2024. Explore an automated deployment solution for SQL Server databases using Azure DevOps. This guide details the setup of a self-hosted agent, granting necessary server access, and configuring a release pipeline for deployment.
  • Integration Guide: Effortless Microsoft Graph API Access SSOFeb 06, 2024. Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly retrieve Events, User Data, and more. The rich functionality of Microsoft Graph API and elevate your development skills to new heights.
  • How to Create Folder Redirection on ServerFeb 05, 2024. Under Microsoft Windows, the redirection is often performed by Group Policy, when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing library locations, or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders.
  • Data Vault Design in Azure SQL - Read PII with Customer KeysFeb 05, 2024. Data Vault design in Azure SQL - Utilizing Customer keys to read PII information in databases. Ensuring data security in the cloud era is crucial, especially with the rise in data attacks. Protecting Personally Identifiable Information (PII) is paramount during cloud migration.
  • Deploying a .NET MVC App on Azure App ServicesFeb 05, 2024. Deploy an Asp.Net 8 MVC application on Azure App Services using Visual Studio. Learn to create app services, configure settings, and publish the project, making it .
  • SQL Joins for Efficient Database QueriesFeb 05, 2024. Explore SQL joins, including inner, natural, left outer, right outer, full outer, and cross joins. Learn their usage, syntax, and differences to master relational database querying for effective data retrieval.
  • Agent scripts in Customer Service Workspace - Dynamics 365Feb 05, 2024. Learn how to optimize agent workflows in Microsoft Dynamics 365 Customer Service with agent scripts. Define script steps, create macros, and associate them with session templates for improved efficiency.
  • Integration Guide for Effortless Microsoft Graph API AccessFeb 05, 2024. Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly retrieve Events, User Data, and more. Empower your applications with the rich functionality of Microsoft Graph API and elevate your development skills to new heights.
  • How to Do Account Lockout Policy on ServerFeb 05, 2024. An account lockout policy disables a user account if an incorrect password is entered a specified number of times over a specified period.
  • 🖥️ How to Create an Web App in Microsoft Azure?Feb 05, 2024. In this article, we will see how to create a web app in Microsoft Azure in step by step. Azure Web App, a fully managed PaaS from Microsoft Azure, simplifies web app deployment. Learn how to create and deploy via FTP, enhancing efficiency in web development and hosting.
  • Steps to Implement Title Service in Angular ApplicationFeb 05, 2024. This article explains steps to set the page title using the title service in Angular apps using an example. The title service allows to change the HTML title of the application with ease.
  • Working with Service Connections in Azure DevOpsFeb 01, 2024. In this article, we will discuss how we can set up service connections and use them in Azure pipelines. Azure DevOps relies on service connections to integrate with external services. Secure connections streamline Azure DevOps with Azure, GitHub, and Power Platform, enabling deployment, integration, and ALM processes.
  • Implement In-App Notifications with JavaScript in Dynamics 365Feb 01, 2024. Enable 'In-app notifications' for Dynamics 365, offering real-time updates on leads, opportunities, and cases. Easily register notifications through the front-end, back-end, or REST API, enhancing user engagement and productivity.
  • Creating Azure Virtual Networks, Advantages and DisadvantagesFeb 01, 2024. This article delves into the essence of Azure Virtual Networks, Their significance, advantages, and potential considerations. Step-by-step journey in creating a Virtual Network, we explore how this fundamental Azure component lays the groundwork for resilient, scalable, and seamlessly connected cloud environments.
  • Optimize SQL Database PerformanceFeb 01, 2024. "Unlocking Database Efficiency: A Guide to Performance Optimization in SQL" is a concise and insightful resource that provides practical guidance on enhancing the efficiency of SQL databases. for optimize SQL database performance, ensuring faster queries, reduced resource consumption, and improved overall database responsiveness.
  • Microsoft Graph Subscriptions & WebhooksJan 31, 2024. In this article, We will learn to create, manage, and handle notifications seamlessly across Microsoft 365 services using code examples in .NET and JavaScript. Follow this hands-on guide for beginners and seasoned developers alike. Explore the depth of Microsoft Graph, your key to the versatile Microsoft 365 ecosystem.
  • Optimizing Angular and C# PerformanceJan 31, 2024. Discusses performance optimization techniques for Angular and C# applications, covering lazy loading, code splitting, server-side rendering, and backend performance improvements in ASP.NET Core.
  • Using Azure OpenAI Service (GPT-4) in .NETJan 31, 2024. In this article, We will learn how to call an Azure OpenAI Service GPT model from C#. This tutorial covers obtaining necessary data from Azure, deploying a model, and using the Azure OpenAI client library for. NET. Explore code examples and unleash the power of generative AI in your projects.
  • In-App Notifications within Dynamics 365 Customer Service WorkspaceJan 31, 2024. 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.
  • Full-Stack Web Development in ASP.NET Core 8 MVCJan 30, 2024. Full-stack web development refers to the practice of designing, developing, and deploying both the client-side (front-end) and server-side (back-end) components of a web application. In this, developers handle everything from user interface design and interaction to database management and server configuration.
  • SQL Server Migration Strategy into Azure SQL PaaS DatabaseJan 30, 2024. This article outlines a strategic approach to migrating SQL database workloads from on-premises to Azure cloud services. It covers the high-level migration roadmap, choosing the right migration path, and tools.
  • Integrating Open AI Chat completion in .NET Core 8 Web APIJan 29, 2024. In this article, we will learn how to integrate ChatGPT OpenAI API in .NET Core using HttpClient calls. Obtain an API key, implement the service, and create a controller for seamless interaction with the API.

About SQL-Server-Integration-Services

NA

OUR TRAINING