Related resources for BI
  • 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
  • Apache Kafka with Dapr Bindings in .NET11/20/2024 4:30:36 AM. This content provides an in-depth overview of integrating Apache Kafka with Dapr Bindings for building distributed event-driven applications. It explains the key concepts of Apache Kafka, Dapr, and Da
  • Understanding .NET Binary Serialization11/19/2024 10:13:05 AM. .NET Binary Serialization simplifies the process of converting objects into binary formats for efficient storage or data transfer. This guide explores serialization techniques, the BinaryFormatter cla
  • Use of ItemsControl in WPF C# for Flexible UI Design11/19/2024 4:38:09 AM. This guide explores data binding, templates, and customization techniques for crafting sophisticated layouts. Enhance your WPF skills and unlock the full potential of ItemsControl for efficient UI dev
  • Top Health and Career Challenges of Software Developers11/18/2024 8:29:18 AM. Learn how to balance your health and career in the fast-paced world of software development. Tips for managing stress, growth, and productivity!
  • Delta Tables in Microsoft Fabric🔼11/18/2024 7:51:14 AM. Delta tables in Microsoft Fabric offer a powerful way to manage large-scale data efficiently. Built on open-source Delta Lake, they enable ACID transactions, versioning, and real-time data streaming.
  • Exploring the Seven Experiences in Microsoft Fabric11/18/2024 4:47:32 AM. In this article we will dive deeper into each of the seven Fabric experiences, focusing on their objectives, the resources they provide, similar Azure services, and the key personas they serve.
  • The Future of AI: Exciting Possibilities Ahead11/15/2024 5:14:58 AM. Explore the future of artificial intelligence and the groundbreaking possibilities it holds. From advancements in automation and machine learning to societal impact, discover how AI is shaping tomorro
  • Organizing Resource Deployments Using Bicep11/14/2024 11:01:24 AM. Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy
  • BGP Capabilities and Limitations in Azure11/14/2024 6:57:10 AM. Explore the capabilities and limitations of Border Gateway Protocol (BGP) in Azure, covering its role in Azure networking, routing, VPNs, ExpressRoute, BGP peering, and best practices for cloud connec
  • Micro-Service Architecture in Devops11/13/2024 11:35:44 AM. Microservice architecture in DevOps focuses on developing and deploying applications as a collection of small, independent services. It enhances scalability, flexibility, and continuous integration/co
  • OWASP TOP 10 Security Vulnerability and Remediation11/13/2024 8:15:54 AM. This session introduces OWASP's Top 10 vulnerabilities, emphasizing proactive security in web development. Covering each category, it promotes secure coding practices to prevent financial loss and
  • Understanding Alibaba Cloud's Anti-DDoS Solutions for Security11/13/2024 5:19:56 AM. Learn how Alibaba Cloud's Anti-DDoS solutions protect businesses from DDoS attacks, ensuring continuous online service availability and security.
  • Glimpse of Apache Flink11/11/2024 5:10:48 AM. Apache Flink is an open-source framework designed for real-time and batch data processing. It enables scalable, high-performance analytics, ideal for complex event-driven applications.
  • Hacking MySQL for Big Data11/8/2024 11:14:47 AM. In this video, we will go through the things that make MySQL & its counterparts capable of performing well on bigger data sets.
  • BNB Chain Launches All-in-One Tokenization Platform11/7/2024 6:08:27 AM. BNB Chain, the community-driven blockchain ecosystem, has announced the launch of its comprehensive tokenization solution, designed to empower individuals and businesses to easily tokenize their asset
  • Simplifying Multi-Cloud Observability11/6/2024 11:31:54 AM. This video highlights the essential role of standardized, vendor-agnostic approaches in ensuring scalability and usability in modern monitoring practices.
  • Understanding Distributed and Monolithic SQL Architectures11/5/2024 10:01:52 AM. In this article, we explore the key differences between distributed and monolithic SQL architectures. We delve into their respective advantages and disadvantages, focusing on scalability, performance,
  • Exploring the New T-SQL Enhancements in SQL Server 202211/5/2024 5:39:41 AM. In this article we will explore the powerful new T-SQL enhancements in SQL Server 2022, including features like DATE_BUCKET, DATETRUNC, and IS DISTINCT FROM, designed to simplify data handling and opt
  • Explaining Four Sum Problems11/5/2024 5:09:24 AM. This article delves into the Four Sum problem, a classic challenge in computer science and algorithm design. We explore various approaches to find all unique quadruplets in an array that sum to a give
  • Object Oriented Design Balancing with Anti-Single Responsibility11/5/2024 4:18:47 AM. This article will change your perspective on working with the Single Responsibility Principle (SRP). The main point is to focus on finding balance when designing object-oriented systems and applying S
  • Understanding TreeView in .NET Core11/4/2024 5:58:45 AM. The TreeView component in .NET Core is a powerful UI element that displays hierarchical data in a tree-like structure, allowing users to navigate through items easily.
  • Increase UI Performance using Timeout Middleware in .NET Core11/4/2024 5:26:04 AM. Timeout Middleware in .NET Core is crucial for handling long-running requests by setting specific time limits for responses. It improves application reliability, manages resources efficiently, enhance
  • What is Azure Offensive Security11/3/2024 4:17:28 AM. Azure Offensive Security focuses on proactively testing and strengthening the security of Azure environments. It uses tools like Microsoft Defender for Cloud, Azure Sentinel, and Threat Modeling to id
  • BIT Functions New T-SQL Enhancements in SQL Server10/30/2024 5:58:33 AM. In this article, we’ll explore some of BIT functions new enhancements in SQL Server 2022, their practical applications, and a modified example to demonstrate their usage.
  • Data Reliability and Availability with Microsoft Fabric Mirroring10/29/2024 4:05:52 AM. Mirroring in Microsoft Fabric enhances data reliability and availability by creating redundant copies of data across multiple locations. This ensures high availability, fault tolerance, and rapid disa
  • An Overview of the Implementation of ValidationRules in WPF C#10/27/2024 6:39:40 AM. In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be e
  • Generative AI in Copilot Studio 10/25/2024 4:29:43 AM. This guide explains how to control Generative AI responses in Copilot by managing data sources and system settings. You can choose to generate answers from your private knowledge base or public AI kno
  • Introduction to Power BI: A Beginner's Guide10/22/2024 9:31:36 AM. Power BI is a powerful business analytics tool from Microsoft designed for data visualization and sharing insights across organizations. This beginner-friendly guide covers its key components, includi
  • Vertical Slice Architecture with Code Examples in C# 1210/22/2024 5:02:12 AM. Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
  • Serialization and DeSerialization in C#10/21/2024 10:18:19 AM. Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binar
  • Read/Write From Fabric Lakehouse to Databricks Notebook using ABFSS Protocol10/21/2024 8:15:07 AM. In this episode, I covered how to Read/Write From Fabric Lakehouse to Databricks Notebook using ABFSS Protocol.
  • New Feature: Drag and Drop in Microsoft Lists10/21/2024 6:17:11 AM. Microsoft Lists has introduced a new drag-and-drop feature, allowing users to seamlessly rearrange items in both new and existing lists. Custom ordering is saved across the list, and users can switch
  • Layer 2 vs Layer 3 Which One's Right for Your Project?10/21/2024 5:02:55 AM. This article explores the unique features, advantages, and ideal use cases of each layer, guiding you in selecting the right solution to enhance scalability, efficiency, and overall performance for yo
  • Implicit vs Explicit Interface Implementations10/16/2024 10:06:32 AM. This article explores the differences between implicit and explicit interface implementation in C#. It explains how to implement an interface in two ways using classes, highlighting the accessibility
  • 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
  • Enhancing Task Approval Workflows in SharePoint with Power Automate10/12/2024 5:14:28 AM. Power Automate allows users to create automated workflows between apps and services, streamlining tasks and approvals. In this example, Power Automate integrates with Power Apps and SharePoint to auto
  • Create Fiscal Year and Aggregate using Power Query M Code10/9/2024 6:28:23 AM. In this Power Query video, I covered how to create fiscal Year and perform aggregation using Power Query M Code.
  • Implementing a QR Code Modal for Parking Payment10/9/2024 4:22:38 AM. Implementing a QR Code Modal for Parking Payment streamlines the parking experience by enabling contactless transactions. This approach enhances user convenience, allowing drivers to scan a QR code to
  • Descending DropDown List In ASP.NET10/8/2024 9:27:53 AM. Learn how to sort a DropDown List in ASP.NET in descending order using C#. This tutorial covers data binding, sorting logic with LINQ, and implementing dropdown controls in ASP.NET Web Forms or MVC ap
  • Change Style Dynamically in Various Ways Using AngularJS10/8/2024 9:20:34 AM. This article explores three methods for dynamically changing styles in AngularJS applications. It covers how to implement external Angular.js files, create CSS classes, and use the ng-class directive
  • Create Cool Webpage Using CSS3 Custom Fonts10/8/2024 9:17:45 AM. This guide covers how to effectively use custom fonts on your website. It includes steps for downloading fonts from reliable sources, converting them from .ttf to .eot for better browser compatibility
  • Xamarin.Forms - Microcharts App10/8/2024 8:50:34 AM. This guide covers the integration of the Microcharts library into your Xamarin application, showcasing various chart types such as bar, line, and pie charts. Enhance your app's user interface with
  • How To Send Mail Using SQL Server: Part 210/8/2024 8:32:47 AM. This tutorial demonstrates how to send emails using SQL Server 2008. It covers configuring an email profile, selecting data from a student table (tblStudents), and binding that data to an HTML-formatt
  • Pattern Matching for Switch in Java 1710/7/2024 4:17:21 AM. Pattern matching for switches in Java 17 enhances code readability and simplifies working with complex data structures. It allows you to match object types, use type patterns, and add conditions with
  • Two-Class Logistic Regression10/6/2024 2:59:07 PM. Two-Class Logistic Regression is a statistical method used for binary classification problems, where the outcome variable has two distinct categories. It estimates the probability of a certain class b
  • iPhone Memory Leaks Tracking and Use of Instruments10/3/2024 11:41:57 AM. This article explores iPhone memory leaks, detailing how to track them using Instruments and NSZombie. It explains what memory leaks are, their causes, and the consequences of losing track of allocate
  • ng-repeat Directive In Angularjs10/3/2024 11:38:03 AM. This article explores AngularJS's ng-repeat directive, which extends HTML by binding lists or arrays of data to HTML controls. It demonstrates how to create an Angular controller to manage an empl
  • Delete the Element from the Binary Tree Using C#10/3/2024 5:04:27 AM. Learn how to efficiently delete an element from a binary tree using C#. This guide covers the complete process of node deletion, including leaf nodes, nodes with one or two children, and root node rem
  • Hidden Gems - Adding the Custom Data to Generative Answers10/3/2024 4:17:34 AM. Learn how to input a string variable as custom data for the Generative Answers component in Copilot Studio. Overcome challenges like binding errors and formatting issues by converting large text into
  • Create Year Quarter Month Drill Down With Proper Sort Order In Power BI10/1/2024 9:15:37 AM. This article guides you through achieving Year-Qty-Month drill-down functionality in Power BI, even without a Date column in your dataset. Learn to create a duplicate Month column, generate a SortNumb
  • Display And Sort A Slicer Control By Month Or Quarter Name In Power BI10/1/2024 9:15:10 AM. Discover step-by-step techniques to enhance data visualization and user interaction. By utilizing DAX and built-in features, you'll create a more intuitive reporting experience, allowing users to
  • 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
  • SQL Vs DAX: Calculating Total Sales & COGS using SQL and DAX10/1/2024 6:54:09 AM. This videos show how to use SQL and DAX languages to compute Total Sales and Total Cost achieving the same result in Fabric Warehouse and Power BI.
  • Understanding mapPartition in PySpark10/1/2024 4:13:33 AM. We explore the mapPartition transformation in PySpark, a powerful optimization tool for batch processing and resource management. Unlike the map function, it processes entire partitions of data, enhan
  • What is the Collect Function in Power Apps?9/30/2024 8:32:00 AM. Power Apps enables users to create custom applications with minimal coding, utilizing features like the Collect function for data management. This function allows dynamic storage of various data types
  • How to Decide Between Relational Database and NoSQL Databases?9/30/2024 7:12:38 AM. Choosing between relational databases and NoSQL databases involves understanding their key differences, strengths, and weaknesses. Relational databases excel in structured data and ACID compliance, ma
  • Bind Data to Multiple Models From View in MVC9/27/2024 10:22:10 AM. We'll cover techniques for utilizing ViewModels to facilitate seamless data transfer between the user interface and server-side logic, ensuring smooth form submissions, data validation, and improv
  • Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 19/27/2024 10:08:34 AM. This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
  • How To Add Dependency Injection In Your Sitecore Application9/27/2024 8:17:09 AM. Dependency Injection (DI) is a design pattern that enhances code maintainability and reusability by allowing developers to create loosely coupled components. It facilitates unit testing and supports v
  • Create Mobile App with Angular Ionic9/25/2024 5:40:42 AM. Learn how to create a mobile app using Angular and the Ionic framework in this comprehensive guide. We'll cover the essentials of hybrid app development, including setting up your environment, bui
  • How To Create A Sparklines In Power BI Tables And Matrix Visual?9/24/2024 12:01:28 PM. This article explores the new "Sparklines" feature in Power BI as of December 2021, which allows users to visualize trends within table and matrix visuals. Sparklines provide a compact way t
  • Searching And Search Bar In Xamarin.Forms9/24/2024 11:57:01 AM. This guide explores implementing a search bar in Xamarin.Forms, focusing on enhancing user experience through effective searching techniques. It covers key concepts such as UI design, data filtering,
  • ASP.NET 3.5 Tabbed Pages9/24/2024 11:55:31 AM. Tabbed pages are an effective way to organize content on web applications, improving user experience. By using a combination of MultiView and View controls in ASP.NET, developers can create intuitive
  • How C# Generics is different from Java Generics9/24/2024 11:29:42 AM. In this article, we explore the distinctive features of C# generics and how they enhance programming efficiency. We compare generics with non-generic types, focusing on benefits like type safety, code
  • Chain of Resposability Pattern9/24/2024 6:17:02 AM. The Chain of Responsibility is a behavioral design pattern that enables passing requests along a series of handlers. Each handler decides to process the request or forward it to the next in line. This
  • Understanding Database Sharding in Programming9/24/2024 5:41:14 AM. Learn how sharding improves scalability and performance in distributed databases, key strategies for partitioning data, best practices for shard key selection, and techniques to optimize data manageme
  • Angular 2 Bind DropDown List Using Web API9/23/2024 12:01:25 PM. We'll explore the steps to set up an HTTP client, create a service to fetch data from a RESTful API, and implement dynamic data binding in your Angular components. By the end, you'll have a fu
  • Creating Visually Engaging Dashboards: Ultimate Power BI Theme9/23/2024 7:07:10 AM. The Hussain PBI Theme enhances data presentation in Power BI with a harmonious color palette and modern typography. It features customizable visual styles for clarity and engagement, including vibrant
  • A Comprehensive Guide to Migrating Azure Functions C# to C# 12 with .NET 8 Isolated9/21/2024 4:12:20 AM. Ziggy Rafiq shows how to leverage modern C# features, and how to optimize the performance and scalability of Azure Functions by migrating them to .NET 8 Isolated Processes.
  • Session State Behavior Per Action in ASP.NET MVC9/20/2024 8:07:03 AM. This guide explains how to control session state behavior in ASP.NET MVC using the SessionState attribute and a custom ActionSessionStateAttribute. While the SessionState attribute applies to an entir
  • Introduction To ASP.NET Core Razor Pages9/19/2024 10:07:58 AM. This article introduces Razor Pages in ASP.NET Core using .NET 5, guiding beginners and experienced developers through creating a "Hello World" project. It covers prerequisites, installation
  • working with map and flatMap Transformations in PySpark9/19/2024 4:45:13 AM. This article explores the differences between the map and flatMap transformations in PySpark. The map function applies a one-to-one transformation to each element, while flatMap allows for multiple ou
  • Learn Higher Order Functions in JavaScript9/18/2024 4:33:53 AM. A higher-order function in JavaScript is a function that takes another function as an argument, returns a function, or both. This allows for reusability, code abstraction, and functional programming.
  • Using the Bing API to Translate Text in ASP.NET9/17/2024 10:41:08 AM. Learn to use the Bing Translation API in an ASP.NET application. Create a web page where users input text and select languages for translation. Implement the TranslateText method to send a web request
  • Bulk Insert From ASP.NET Web Form Using C#9/17/2024 10:39:37 AM. To insert bulk records into a database from a web form, create a ProductsSold table. Design a web form with GridView, TextBoxes, and Buttons to add and display products. Use a DataTable in ViewState t
  • Understanding Model Binding in ASP.NET Core with .NET 89/17/2024 9:10:14 AM. Model binding in .NET Core simplifies the process of mapping HTTP request data to action method parameters. It automatically extracts data from various sources like query strings, form submissions, ro
  • Why Does the Big Ball of Mud Keep Happening and How to Stop it 9/17/2024 7:06:38 AM. In this video, you will learn Avoiding the Big Ball of Mud
  • An Introduction to AngularJS9/16/2024 11:24:11 AM. Learn about its core features, including two-way data binding, directives, and MVC architecture, and explore how it simplifies front-end development for efficient, responsive web apps.
  • Overview Of Data Gateway In Power BI9/16/2024 11:19:33 AM. A Power BI Gateway connects on-premise data sources, such as SQL Server or SharePoint, to online services like Power BI. It ensures secure communication, supports both Personal and Enterprise Modes, a
  • Socket Class and ServerSocket Class in Java Networking9/16/2024 6:21:43 AM. TCP/IP sockets are the most reliable, bi-directional, stream protocols. It is possible to send arbitrary amounts of data using TCP/IP. Sockets are used for data communication using this protocol.
  • Copilot Extensibility – A Brief Overview9/16/2024 5:46:53 AM. Microsoft 365 Copilot Extensibility indicates an integration of the AI capabilities of the Microsoft 365 products with the other line of business applications within the organization. It provides user
  • Bind Textbox Using Knockout In MVC9/13/2024 10:50:22 AM. Learn how to bind a textbox in an MVC application using Knockout.js, a popular JavaScript MVVM library. This tutorial covers the basics of two-way data binding with Knockout observables, enabling dyna
  • Cross-Site Request Forgery (CSRF) in ASP.NET Core9/13/2024 9:00:31 AM. CSRF is a security vulnerability where attackers trick authenticated users into making unintended requests. This ASP.NET Core example demonstrates using anti-forgery tokens to prevent CSRF attacks. It
  • CRUD Operations Using Knockout in MVC Application- Part 19/12/2024 12:14:23 PM. This article covers implementing CRUD operations in MVC applications using Knockout.js. It details how to set up models, repositories, and controllers, demonstrating how to manage items through add, u
  • Understanding Three-Phase Commit in Microservices9/12/2024 11:24:23 AM. Delve into how distributed transactions ensure consistency, atomicity, and fault tolerance across decentralized systems, maintaining ACID properties crucial for scalability and robust transaction mana
  • Configure Data Gateway With SQL Server Database Using Recommended Or Enterprise Mode9/12/2024 5:10:58 AM. This article explains how to configure a Data Gateway for an On-Premise SQL Server Database using Power BI's Recommended Mode. It covers the installation steps, including downloading and setting u
  • SQL Vs DAX: Calculating Total Sales & COGS using SQL and DAX9/11/2024 8:13:50 AM. This videos show how to use SQL and DAX languages to compute Total Sales and Total Cost achieving the same result in Fabric Warehouse and Power BI.
  • AngularJS From Beginning: Directive - Part Four9/10/2024 10:19:45 AM. This article explores AngularJS custom directives, a key feature for enhancing templates with reusable components. It covers the creation of directives, directive naming conventions, and usage of attr
  • Looping With Ng-repeat in AngularJS9/10/2024 10:19:21 AM. Learn how to display data in AngularJS using ng-init and ng-repeat directives. ng-repeat instantiates an element for each item in a collection, while ng-init allows evaluation of expressions in the cu
  • Exaplain Copy Constructor in C#9/10/2024 8:41:21 AM. A copy constructor in C# allows creating a new object by copying an existing object. It duplicates the values of properties and fields from the original object. This method is useful for creating inde
  • Copilot Extensibility- Adding the Action plugin to the Topics9/10/2024 4:16:23 AM. This content explores Copilot extensibility by detailing how to add the Action plugin to the Topics. It covers plugin integration, extending Copilot's functionality, and enabling custom actions wi
  • Bind Data On View Using ng-repeat in AngularJS9/9/2024 11:50:30 AM. Learn how to efficiently bind and display data on your view using AngularJS's ng-repeat directive. This guide covers how to use ng-repeat to loop through data collections and dynamically render co
  • Print Dialog And Print Preview Tools Using Entire Windows Form To Print9/9/2024 11:10:25 AM. This article explains how to print an entire Windows Form using Print Dialog and Print Preview tools in a Windows Forms application. It covers creating a Print Preview with PrintPreviewDialog, configu
  • Master Training Stability with Layer Normalization in Deep Learning9/9/2024 10:15:18 AM. Layer normalization (LayerNorm) is a technique used in deep neural networks to stabilize training by normalizing activations within each layer. It helps manage gradient flow, reduces internal covariat
  • Copilot Extensibility - How to Add a Weather Plugin?9/9/2024 5:50:28 AM. Microsoft 365 Copilot Extensibility allows businesses to customize AI capabilities by integrating third-party apps and creating custom plugins. With tools like Power Automate and Natural Language Unde
  • Using JQuery GridView For an ASP.NET MVC Application9/5/2024 9:28:18 AM. Learn how to create a GridView in ASP.NET MVC using jQuery plugins. This guide covers creating static and dynamic GridViews, populating data from a database, and implementing features like paging and
  • Remote Bind Kendo Grid Using AngularJS And ASP.NET WEB API9/4/2024 9:09:52 AM. This article demonstrates integrating Kendo UI with AngularJS and ASP.NET Web API. It covers creating a WEB API application, setting up an Employee model and controller, testing with POSTMAN/Fiddler,
  • GridView Paging Sample in ASP.NET9/4/2024 8:21:34 AM. Learn how to implement various paging styles in ASP.NET GridView using C#. This guide covers binding SQL Server data to a GridView, enabling paging, and customizing pager settings like Numeric, NextPr
  • Automated Way for PBIX to PBIP File Conversion9/4/2024 6:06:27 AM. To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "&lt