Resources  
  • Create Service Connections in Azure DevOpsMar 28, 2024. Learn how to set up service connections in Azure DevOps for seamless integration with Power Platform. Follow step-by-step instructions to configure essential details like Server URL, Tenant ID, Application ID, and Client Secret. Grant access permissions and save your service connection for successful integration.
  • vSphere Pods using VDS based Supervisor in vSphere with Tanzu?Mar 28, 2024. vSphere 8.0 Update 1 removes NSX-based networking restriction for Supervisor Services, allowing VDS-based Supervisors to deploy vSphere Pods.
  • Enable Entities for Service-Level Agreements in Dynamics 365Mar 27, 2024. Enable entities for service-level agreements in Dynamic 365. Enable service-level agreements (SLAs) for entities in Power Apps or Dynamics 365 Customer Engagement (on-premises) by following these steps.
  • Python SDK Deployment: Image Moderation for Content SafetyMar 27, 2024. This article provides a comprehensive guide on deploying Image moderation using the Python SDK for integrating with a Content Safety application, offering a detailed step-by-step implementation process.
  • Text Sentiment Anlysis using Azure OpenAI Service with .NET CoreMar 26, 2024. Article is about how to set up and integrate it into a .NET Core application, and provide examples of common AI use cases, including text sentiment analysis.
  • Learn Service Locator Pattern in C#Mar 26, 2024. This beginner’s tutorial explores the Service Locator Pattern in C#. Despite its decline in favor of Dependency Injection, it remains relevant for legacy systems. The tutorial covers its implementation, the Dependency Inversion Principle (DIP), static and dynamic versions, and pros/cons.
  • Angular HTTP Interceptors: Sending Tokens with Every RequestMar 24, 2024. In modern web applications, authentication plays a crucial role in securing resources and ensuring that only authorized users can access certain parts of the application. One common way to handle authentication is by using tokens, such as JSON Web Tokens (JWTs).
  • Background Services in .NET CoreMar 22, 2024. In this article, we will learn Background Services in .NET Core allow developers to execute asynchronous tasks in the background, ensuring the smooth operation of applications.
  • Implement Text Moderation Content Safety App with Python SDKMar 21, 2024. Develop a robust content safety application using Python SDK for text moderation. This involves leveraging the SDK's functionalities to analyze and filter text content, ensuring compliance with predefined safety standards.
  • Automate Azure App Service Plan Scaling with Automatic ScalingMar 19, 2024. Introducing the latest advancement in Azure's App Service Plans: Automatic Scaling (Preview). This awesome feature revolutionizes the scaling process by offering per-app scaling with ease.
  • 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.
  • 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.
  • 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.
  • 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.
  • Understanding Site Usage & Site Report in SharePointMar 04, 2024. In this article, we will understand Site Usage & Site Report in SharePoint entails grasping how users interact with your site, tracking metrics such as page views, unique visitors, and popular content.
  • 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 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.
  • 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.
  • 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!
  • 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.
  • 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.
  • Generate an HTML Report for Cypress Test ResultsFeb 18, 2024. Generate an HTML Report for Cypress test results.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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 .
  • 🖥️ 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • What Is Pie Charts in Power BI ReportJan 30, 2024. Pie charts are most commonly used to make comparisons between groups. Pie charts, though visually impactful, are best used when data is aggregated to seven points or fewer. Follow these steps using Power BI Desktop to create effective and insightful pie charts.
  • 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.
  • Analyzing Text Moderation using Azure Content SafetyJan 29, 2024. This article describes about the usage of analyzing text moderation with different sample datasets like Safe Content, Violent content with misspelling, multiple risk categories in one sentence and Multiple languages in one sentence.
  • PowerApps Save as CSV from Export to ExcelJan 29, 2024. In this article, we will learn how to export a report in CSV format using PowerApps and Power Automate. Create a SharePoint list, connect data sources, and build a flow to export data to a CSV file.
  • Implement Health Checks in a .NET Core ApplicationJan 24, 2024. Checking the health of a .NET Core application is an important aspect of monitoring and maintaining the application's reliability. One way to achieve this is by implementing a health check endpoint. Health checks provide a quick way to assess the state of your application, such as checking database connections, external dependencies, or other critical components.
  • Deploy an Azure Service Bus Topic Using ARM TemplateJan 24, 2024. Deploying an Azure Service Bus Topic through the 'Deploy a Custom Template' method is simplified using an ARM template. Follow the steps to upload JSON files, configure parameters, and effortlessly create Azure resources.
  • Disabling Multifactor Authentication in Microsoft related Services Jan 24, 2024. This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
  • PowerApps Save as CSV or Generate Report from CSV/ExcelJan 24, 2024. I often come across where the business wants to have a report in excel format. But the question is could we save as csv using PowerApps. Then with the help of Power Automate we can. There is a lot of requirements which could be achieved in PowerApps with the help of Power Automate.
  • Introducing Amazon Polly: How to Use Text-to-Speech serviceJan 23, 2024. Amazon Polly is a powerful service that allows you to create lifelike speech from text. It supports a wide variety of languages and voices, and you can customize the pronunciation, pitch, and speed of the speech to suit your needs.
  • How to Remove Server Roles and Features in ServerJan 23, 2024. To remove roles, role services, and features, you can use the Remove Roles and Features Wizard. Learn the proper and easiest method to remove server roles and features on Server 2019. Follow step-by-step instructions, including demoting a domain controller and handling restart.
  • Microsoft Copilots for Different Services and ApplicationsJan 22, 2024. Microsoft Copilot's impact on Microsoft 365, GitHub, and Azure. This article delves into its distinct functionalities, pricing models, and the exciting potential of AI in shaping future work experiences.
  • Create a Metrics Visual in a Power BI Report Jan 22, 2024. Integrating metrics and scorecards deeply into reporting solutions is a great way to drive alignment and progress on a team.
  • How to Connect Client Computer to Server DomainJan 22, 2024. For Active Directory Federation Services (AD FS) to function, each computer that functions as a federation server must be joined to a domain. Federation server proxies may be joined to a domain, but this is not a requirement.
  • Automated Power BI Reports with One Lake's Published Semantic ModelJan 17, 2024. This article will teach you how to create automatic Power BI report with semantic model (One Lake Data hub) in Microsoft Fabric. We will further delve into how to change the visual.
  • Azure Directory and API Management Service CommunicationJan 12, 2024. In this article we will focus on how to generate the token using azure active directory with role-based permission and then validate the azure management service using this token.
  • In-App Notification in Dynamics 365 Customer Service WorkspaceJan 10, 2024. This article guides you through implementing notification messages in the customer service workspace for new or updated cases in a model-driven app using in-app notification features and plugin code.
  • External Logging for APIs with SerilogJan 09, 2024. With Serilog, logging for APIs and Windows Services becomes an effortless endeavor. By configuring Serilog to use external logging sources, you ensure that your application's behavior is well-documented and can be easily analyzed.
  • AI Embracing a Safer Digital Experience - Azure AI Content Safety Jan 08, 2024. This article aimed at empowering ai enthusiasts, developers and team’s diverse industries, this tool uses advanced machine learning models for content moderation, ensuring digital environments are safe and compliant.
  • Sending SMS Notifications with Azure Communication Services in .NETJan 07, 2024. Learn to send SMS notifications with Azure Communication Service using .NET. Follow simple steps like installing the SDK, importing libraries, setting up connection strings, and sending SMS messages with ease.
  • Microservices Development Using CQRS Architectural Design Pattern in Microsoft Asp.net Core Web API Dec 28, 2023. The Command Query Responsibility Segregation (CQRS) pattern is an architectural principle that separates the responsibility for handling commands (write operations that change state) from queries (read operations that retrieve state). It advocates having separate models for reading and writing data.Components of CQRS: Command: Represents an action that mutates the system's state.Query: Represents a request for data retrieval without changing the system's state.Command Handler: Responsible for executing commands and updating the system's state.Query Handler: Responsible for handling read requests and returning data in response to queries.Command Model: Contains the logic and rules necessary to process commands and update the data store.Query Model: Optimized for querying and presenting data to users, often involving denormalized or optimized data structures tailored for specific queries.Key Principles: Separation of Concerns: Splitting the responsibilities of reading and writing data helps in maintaining simpler, more focused models for each task.Performance Optimization: Enables independent scaling of read and write operations. The read model can be optimized for query performance without affecting the write model.Flexibility: Allows for different models to be used for reading and writing, which can cater to specific requirements and optimizations for each use case.Complex Domain Logic: Particularly beneficial in domains where read and write logic significantly differ, allowing tailored models for each type of operation.Benefits: Scalability: CQRS enables scaling read and write operations independently, optimizing performance.Flexibility and Optimization: Tailoring models for specific tasks allows for better optimization of the system.Complexity Management: Separating concerns can make the system easier to understand and maintain.
  • Logging Brilliance in .NET Core Part 2 : Using of Serilog in Windows Service Dec 26, 2023. Learn to implement external logging in API and Windows Service using Serilog. This guide covers Serilog configuration, worker class setup, and package references, ensuring efficient information tracking with detailed examples.
  • How To Create a WCF ServiceDec 26, 2023. How can I create a WCF service that manages employee details while interacting with an SQL database, including the necessary SQL table script for employee information storage?
  • How To Invoke SOAP Web Service in MuleSoftDec 24, 2023. In this article, you will learn how to invoke SOAP Web Service from the MuleSoft application. SOAP (Simple Object Access Protocol) is a protocol for exchanging structured information in the implementation of web services. It is a messaging protocol that allows programs running on different operating systems to communicate with each other by using XML as the message format.
  • How To Invoke REST Web Service in MuleSoftDec 22, 2023. In this article, you will learn how to invoke REST Web Service from the MuleSoft application. MuleSoft's RESTful web service integration using Anypoint Studio. Understand the principles of REST, set up global configurations, and create a Mule project for seamless integration and efficient communication.
  • Deploying Your Solution to Azure via FTPDec 20, 2023. In this Article we will Learn how to deploy your solution to Azure by FTP (File Transfer Protocol). This step-by-step guide demonstrates efficient methods to upload builds, ensuring a smooth transition to Azure cloud services.
  • Elastic Bean Stalk in AWSDec 14, 2023. Amazon Web Services (AWS) Elastic Beanstalk simplifies web application deployment and management on AWS. It automates infrastructure tasks, ensuring scalability, load balancing, and updates, letting you focus on application development.
  • AWS Toolkit for Painless DevelopmentDec 14, 2023. Explore AWS services for easier development. AWS Cloud9, a cloud-based IDE, offers anywhere access, coding, and debugging in various languages. AWS CloudShell provides a browser-based shell for quick AWS resource management. AWS Amplify simplifies web and mobile app development with authentication and API integration. Amazon CodeCatalyst streamlines the entire development life cycle.
  • Adding Report Pages as Custom Tooltips in Power BIDec 13, 2023. Adding Report Pages as Custom Tooltips.
  • Active Directory Migration Fom Windows 2008 to Windows 2016Dec 11, 2023. Active Directory migration from Windows 2008 to Windows 2016
  • Integration Power BI Report with Canvas AppDec 04, 2023. In this blog, we see how to integrate the Power BI Report with Canvas App.
  • What Is Sharding?Dec 01, 2023. Sharding, a strategic database architecture, distributes data across multiple servers to enhance speed and reduce strain on a single server. Common in large-scale systems, sharding improves performance, scalability, and availability. However, its complexity requires meticulous design, particularly in maintaining data integrity across shards. This article provides an overview, explaining sharding's workings, its benefits in load balancing and scalability, and its application in high-traffic web services.
  • Setting up SharePoint app-only principal with App RegistrationDec 01, 2023. The article explains setting up App only principal access to SharePoint online sites using Azure AD Application Registration.
  • Microsoft's Mind-Blowing AI Breakthroughs: Unveiling the Future of Industries! Nov 28, 2023. In the era of technological acceleration, artificial intelligence (AI) is a transformative force. Microsoft, at the forefront of this revolution, unveils innovative AI solutions, reshaping industries and unlocking novel possibilities for innovation.
  • How to Install DHCP Service in Windows Server?Nov 27, 2023. Learn how to install the Dynamic Host Configuration Protocol (DHCP) on Windows Server 2019. This step-by-step guide ensures a proper setup and understanding of DHCP service installation.
  • How to Create Active Directory Domain ServicesNov 23, 2023. This article guides readers on solving the Two Sum problem in Java. It illustrates a straightforward implementation using nested loops to find indices of two numbers in an array that sum up to a target. The provided Java code efficiently tackles this common coding challenge.
  • Learn to Receive Messages from Service Bus Queue to PostmanNov 20, 2023. Learn to Receive Messages from the Service Bus Queue to the Postman. This article provides a detailed walkthrough on configuring permissions for Azure Service Bus to enable message retrieval using Postman. It commences with an introduction to configuring permissions for the Service Bus. Subsequently, it outlines the steps for receiving messages via Postman.
  • How to set up Service Bus Queue Messages using Service Bus ExplorerNov 15, 2023. In this article, we will learn to Setup Service Bus Queue Message using Service Bus Explorer.
  • How to Trigger Service Bus using Azure Function?Nov 15, 2023. In this article, we will learn how to trigger service bus queue using azure function.
  • Implementing gRPC in .Net CoreNov 15, 2023. Article on how to use gRPC in .Net Core. This article provides a step-by-step guide on implementing gRPC in a .NET Core project, covering essential aspects from creating proto files to adding authorization.
  • Send Messages from Postman to Service BusNov 15, 2023. Learn to Send Messages from Postman to Service Bus
  • Getting Started with Azure OpenAI Service With an Example of GPT Turbo ModelNov 12, 2023. This article provides you insight of getting started with Azure OpenAI Service with an example of GPT 35 Turbo model.
  • Learn to Add Role Assignment to Service BusNov 09, 2023. Learn to Add Role Assignments to the Service Bus. The steps you have provided seem to outline the process for adding roles to Azure Service. This can be a crucial aspect of managing access and permissions within the Azure environment, ensuring that the right users have the appropriate level of access to the required resources. Assigning roles helps in controlling the actions that users can perform within the service.
  • How to build a DMARC Report Dashboard with PythonNov 05, 2023. Email security is a vital concern for organizations and individuals alike. One of the powerful tools in the fight against email abuse is Domain-based Message Authentication, Reporting, and Conformance (DMARC). DMARC enables email senders to specify how email servers should handle unauthenticated emails, reducing the risk of phishing and spam. To gain insights into the effectiveness of DMARC policies, we can create a DMARC Report Dashboard using Python and Dash, a web application framework. In this article, we'll walk you through the process of building such a dashboard.
  • Copy Data from Azure Analysis Service (AAS) through Microsoft FabricNov 01, 2023. Copy Data from Azure Analysis Service (AAS) through Microsoft Fabric. The problem statement revolves around extracting data from Azure Analysis Services (AAS) in an automated manner when Multi-Factor Authentication (MFA) is enabled on Active Directory (AD) accounts. The proposed solution entails utilizing Microsoft Fabric Dataflow Gen 2 and the AAS Tabular Model to achieve the data extraction.
  • Data Transfer Without Parent and Child ComponentOct 31, 2023. This content explains sharing data between Angular components via a service. It covers steps such as service creation, data sharing via click, and retrieval using data services.
  • How We Can Add Setup Project in Window Service?Oct 27, 2023. In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation package using this installer. The setup project makes it easier to deploy your Windows service.
  • Easily Learn Conversational Language Understanding (CLU) In Azure AI Language Studio Oct 24, 2023. In this post we will see what Conversational Language Understanding (CLU) is in Azure Language.
  • Service Oriented Architecture vs Microservice ArchitectureOct 17, 2023. In software development, choosing the right architectural approach is critical to a project's success. Two prominent contenders in this area are Service-Oriented Architecture (SOA) and Microservice Architecture (MSA). This comprehensive guide explores their core principles, characteristics, advantages, and limitations, empowering you to make informed decisions for your project's needs.
  • Troubleshooting Microsoft.Extensions.Hosting Service Access Error Oct 16, 2023. This message signifies an issue encountered while attempting to access services within Microsoft.Extensions.Hosting in a .NET application. Specifically, there was a problem with the application service provider, resulting in the need to proceed without accessing the associated services. It's a notification that an expected service or functionality might not be available, prompting the application to continue its operation while excluding the affected service provider.
  • How to Connect to Microsoft Dataverse in Power Automate Flow using Service Principal?Oct 12, 2023. Step by Step details to connect to Dataverse Service Principal in Power Automate
  • Publishing Power BI Report into the Power BI ServiceOct 12, 2023. This article demonstrated how to publish Power Report to the Power BI Service
  • How To Create Window Service In .Net CoreOct 12, 2023. We are going to create Window Service with help of "Microsoft.Extension.Hosting (6.0)" And "Microsoft.Window.Extension.Hosting.WindowService" and others and step by step implementation
  • Solution: Mail not queued. Database Mail is stoppedOct 11, 2023. Database Mail is a feature in SQL Server that allows you to send email messages from the SQL Server database engine. It can be a crucial tool for alerting and notifications within a database system. However, sometimes, Database Mail might stop working due to various reasons such as configuration issues, service failures, or network problems.
  • Converse with your data using your own ChatGPT with Azure OpenAI ServiceOct 11, 2023. Data is everywhere. It is the fuel that powers our businesses, our research, our innovation, and our lives. But data is also complex, diverse, and often unstructured. Azure OpenAI Service emerges as a game-changer in this realm, offering a transformative approach to data interaction by enabling users to converse with their data in natural language.
  • What Is Number Pool In Twilio?Oct 06, 2023. Twilio has emerged as a pivotal player, providing a powerful platform that enables businesses and developers to integrate messaging, voice, and video into their applications. One of the essential components of Twilio's arsenal is the concept of a "Number Pool." In this article, we will delve into the world of Twilio's Number Pool, understanding what it is, why it's important, and how businesses can leverage it for their communication needs.
  • Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier ArchitectureOct 04, 2023. This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based on your specific requirements and consider using dependency injection for better testability and maintainability.
  • Learn Azure Service Bus QueuesOct 03, 2023. The topic of the Service Bus Queue Trigger will be covered in this article.

About Crystal-and-Reporting-Services

NA

OUR TRAINING