Microsoft Power Platform | Part 4, Automate Leave Request using Power Automate

This video consist of leave approval process automation using SharePoint list from SharePoint site collection with Microsoft Flow/ Power Automate. This part includes: Triggering a flow When new item is added to SharePoint List. Sends Customize Email Notification to Requester. Start Approval Process and Wait for Approver’s response. Update SharePoint List when Approval gives his response/approval to the request. Flow Checking and Testing. Power Automate … Continue reading Microsoft Power Platform | Part 4, Automate Leave Request using Power Automate

Microsoft Power Platform | Part 3, Customize SharePoint List with Power Apps

In this part of the course “Microsoft Power Platform – Learn Power Apps and Power Automate“, you will learn customization of SharePoint List, Power Apps form Design using Power Apps studio. Additionally, how to publish power apps forms, applications, and testing of those is explained. You will be able to design and use power apps with SharePoint List. Beside this, you will be able to … Continue reading Microsoft Power Platform | Part 3, Customize SharePoint List with Power Apps

How to Link a SQL Server to an Oracle Database

There can be plethora of scenarios that we need to connect to different databases, get data into MS SQL Server and update data in remote Server . SQL Server has linked server feature through which we can link to other database servers. In this article, I will explain what is Linked server, advantages of Linked servers and how we can link Microsoft SQL database to … Continue reading How to Link a SQL Server to an Oracle Database

Microsoft Power Platform | Part 1, An Introduction

This video contains introduction to Microsoft Power Platform including three major components of Power Platform: Power Apps, Power Automate and Power BI. In current situation of COVID-19, physically file transfer and approval from each role and department is becoming huge issue among organisation because they are running their business with work from home policies. Hence, there is high demand of business process automation and work … Continue reading Microsoft Power Platform | Part 1, An Introduction

How to Implementation Logging Using Serilog in ASP.NET Core 5.0 Application with Database

Logging is one of the most crucial things in application development. It is fundamental and helps to troubleshoot any application issues. Like other .NET library we can implement Serilog in .NET application. Serilog provides diagnostic logging to files, the console, database and elsewhere. In this article we will learn how to implement Serilog in ASP.NET Core 5.0 Web API Project and save the log in … Continue reading How to Implementation Logging Using Serilog in ASP.NET Core 5.0 Application with Database

How to Pin SSRS Report to Power BI Service Cloud

Introduction SSRS and Power BI are two different Business Intelligence tools which provide pictorial or graphical visualization of data in the form of dashboards and reports. It provides clear insight of business data to analyze and take decision according for the higher management and end users. Microsoft has provided the feature that, SSRS reports can be pin to Power BI Service cloud. This is applicable … Continue reading How to Pin SSRS Report to Power BI Service Cloud

The error output was: An unhandled exception occurred: Cannot find module ‘posix-character-classes’

Scenario: One of our developer was getting this error, after she took the latest code of DevOps. This application was angular 11 with ASP.net core 3.1. Exact Error: AggregateException: One or more errors occurred. (One or more errors occurred. (The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests. The error output was: An unhandled exception occurred: Cannot find module … Continue reading The error output was: An unhandled exception occurred: Cannot find module ‘posix-character-classes’

Auto-Start and Auto-shutdown in Azure Virtual Machines

Azure services cost varies based on utilization and uptime and is one of the important factors for overall billing amount. In most of the scenarios, we use azure VM during office hours or some specific duration only but remain useless in off-hours. And paying azure virtual cost during off-hours is simply unnecessary amount. In other words, we might not need to run the 24hours for … Continue reading Auto-Start and Auto-shutdown in Azure Virtual Machines