PowerShell Lesson 001 Mastering the Environment and Creating your first Script

Windows automation serves as a transformative approach to productivity, replacing tedious manual tasks with efficient, software-driven scripts. While legacy tools like Batch files and the PowerShell Integrated Scripting Environment (ISE) paved the way, PowerShell has emerged as the modern, object-based standard built on the .NET framework. For the best development experience, Microsoft now recommends using…

Read More

Advanced Power BI Realtime Project: Using Same Dashboard for Data Input and Output into SQL Server

The provided subtitle describes an advanced Power BI tutorial on creating real-time data connectivity through change detection and auto-refresh. Goal is to create a Power BI project enabling real-time data entry into a SQL Server database from the Power BI dashboard. The tutorial uses M language and Power Query for data transformation.The web page creation…

Read More

Build Your Own Excel Toolbars: Excel Automation with Add-in created in Visual Studio using VSTO

This video provides a step-by-step guide on creating a custom Excel add-in using Visual Basic for Applications (VB.NET) and Microsoft Visual Studio. It starts with setting up the project in Visual Studio, then walks you through designing the add-in ribbon with buttons and options for formatting. Next, you’ll learn how to code the functionality behind…

Read More