Related resources for MI
  • AI (2) --- Google Search AI vs. Microsoft Copilot12/21/2024 11:39:34 PM. This article will compare a Google Search result with Copilot results.
  • What Developers Should Know about Observability 12/21/2024 4:27:18 PM. In this video, we will explore modern observability and instrumentation approaches, focusing on the Pillars of Observability - “Metrics, Logs, Traces”
  • Getting started with Power Pages - Microsoft Business Application Ep. 2412/21/2024 4:20:06 PM. In this session, we will be giving a walkthrough on Power Pages.
  • Blockchain in FinTech: Transforming Payments and Lending Systems12/20/2024 11:38:21 AM. Blockchain technology is revolutionizing the FinTech sector, transforming payment systems and lending practices. By offering secure, decentralized solutions, blockchain enhances transparency, reduces
  • Learn NLog Advanced Usage / Change NLog Configuration Per Request12/20/2024 8:39:38 AM. This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing conf
  • Performance Optimization In .NET Core - Tips And Tricks To Improve Application Speed12/20/2024 4:30:21 AM. In this article, you will learn about Performance Optimization in .NET Core: Tips and tricks to improve application speed.
  • 6 Ways to Build for Android XR with Unity 612/18/2024 10:16:18 AM. Unity 6, the latest iteration of the popular game engine, offers powerful tools for developing immersive Android XR experiences. Here are six key ways to leverage Unity 6 for building compelling Andro
  • Google launches Android XR: Gemini Era Arrives for Headsets and Glasses12/18/2024 10:13:45 AM. Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
  • Automated Cross-Tenants Data Sharing in Microsoft Fabric12/18/2024 6:17:49 AM. In this new data engineering video, I covered how to architect automated cross-tenants data sharing in Microsoft Fabric focusing on Lakehouse. You will learn how to enable the share and receive extern
  • Sensitivity Labels in Teams 365 Groups and SharePoint Sites12/18/2024 5:24:37 AM. Extending sensitivity labels to Microsoft Teams, Microsoft 365 groups and SharePoint sites enhances data protection and compliance across collaboration platforms. It ensures that sensitive information
  • TypeScript command 'tsc' not running in Terminal and PowerShell12/16/2024 11:20:07 PM. This series of articles will discuss a specific feature for PowerShell programming.
  • The Cloud Show with Magnus Mårtensson ft. Karl Ots - Ep: 4912/16/2024 11:12:29 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Sum Function in PowerFx using Canvas App with Power Apps12/16/2024 10:40:06 AM. Learn how to use Power Fx's Sum function in Power Apps to build custom business applications quickly. This guide covers creating a simple Canvas app, using Text Box and Label controls, and integra
  • Understanding Dictionary in C#12/16/2024 9:36:06 AM. In this article, we will learn about the potential of C#'s Dictionary collection type with this comprehensive guide. Learn essential operations, iterate through key-value pairs, and explore advan
  • Understanding JavaScript Inheritance12/16/2024 9:15:48 AM. Programming paradigms such as object-oriented programming (OOP) are supported by JavaScript, a strong and adaptable programming language. Inheritance is a fundamental aspect of OOP that permits a clas
  • SQL Server ACID Properties12/16/2024 8:24:34 AM. Understanding SQL Server ACID(Atomicity, Consistency, Isolation, Durability) Properties. This article explains ACID properties—Atomicity, Consistency, Isolation, and Durability—highlighting their impo
  • How to Manage Teams Channel Policies in Microsoft Teams12/16/2024 5:30:23 AM. Learn how to effectively manage Teams Channel Policies in Microsoft Teams to streamline collaboration and maintain control over your organization's communication channels.
  • SQS Message Polling using C#12/15/2024 5:49:24 AM. This article explores integrating Amazon Simple Queue Service (SQS) with C# applications, covering essential concepts like long polling, receiving messages, and using the AWS SDK for .NET.
  • Min Function in PowerFx using Canvas App with Power Apps12/13/2024 12:16:52 PM. Reading this article, you can learn how to perform the Min function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
  • Introduction To Minimal API in ASP.NET Core12/12/2024 8:34:43 AM. Minimal APIs in ASP.NET Core are a streamlined approach to building web APIs designed to be lean and efficient. ASP.NET Core Minimal APIs simplify web API development with concise syntax, reduced boil
  • How to Send Automated Reminder Emails Using Power Automate12/12/2024 5:21:35 AM. In this detailed article, we will walk you through the process of setting up an automated reminder email flow using Power Automate. Whether you're managing a project, coordinating tasks, or simply
  • Optimizing Networks with Minimum Spanning Tree in C#12/12/2024 4:44:57 AM. To implement the Minimum Spanning Tree algorithm in C# to efficiently connect all nodes in a network, reducing costs and improving performance.
  • React v19 Now Stable: What Developers Need to Know12/11/2024 7:00:41 AM. React v19 has officially reached stable release, bringing enhanced features and performance for developers building dynamic user interfaces. Dive into the new version to streamline your projects and l
  • New LINQ Methods in .NET 9: Index, CountBy, and AggregateBy12/11/2024 5:06:01 AM. In this article, I will showcase the new methods: Index, CountBy, and AggregateBy. These powerful additions in .NET 9 bring significant enhancements to LINQ, aimed at improving your coding experience
  • Max Fnction in PowerFx using Canvas App with Power Apps12/11/2024 4:51:08 AM. Reading this article, you can learn how to perform the Max function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
  • Learn Tree Shaking in JavaScript12/9/2024 11:26:49 AM. Tree Shaking in JavaScript optimizes bundling by eliminating unused code, ensuring cleaner, efficient production code. Tools like Webpack utilize ES6 modules and minifiers to streamline application pe
  • Average Function in Canvas App using PowerFx with Power Apps12/9/2024 6:29:35 AM. Reading this article, you can learn how to perform the Average function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Slider control, Label control in the Power Apps enviro
  • Efficiently Managing Data with Binary Tree Implementation in C#12/9/2024 5:32:36 AM. This article tells you how to implement and leverage binary trees in C# to optimize data storage and retrieval, ensuring your applications run smoothly and efficiently.
  • How to Reverse Order of the Given String12/8/2024 5:24:12 AM. Discover simple methods using popular programming languages like JavaScript, Python, or Java. Understand string manipulation concepts and implement effective solutions for reversing text with code exa
  • Token Caching in .NET 8 with Microsoft Entra ID12/7/2024 3:22:18 AM. Learn how to optimize .NET 8 web apps with token caching using Microsoft Entra ID. Discover in-memory and distributed caching strategies to boost performance, reduce latency, and improve scalability i
  • Rate Limiting In .NET Core12/7/2024 3:18:40 AM. This article explores implementing rate limiting using middleware, configuring policies, and handling scenarios like API throttling. Learn to optimize your applications effectively with ASP.NET Core.
  • Deploying a Web Application Using NGINX on Alibaba Cloud12/6/2024 5:25:43 AM. Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
  • Goodbye Swagger: How .NET 9 is Redefining API Documentation12/6/2024 5:05:39 AM. Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure se
  • Creating a BMI and Caloric Needs Calculator Using JavaScript with code12/5/2024 8:40:24 AM. Build a user-friendly fitness tracker web app using HTML, CSS, and JavaScript. Calculate BMI, BMR, and daily caloric needs while generating personalized workout recommendations based on age, gender, w
  • Customized Authentication Filters in ASP.MVC Core 612/4/2024 9:34:59 AM. Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user acc
  • The Cloud Show with Magnus Mårtensson ft. Lalit Bansal - Ep: 4812/3/2024 11:18:18 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • How to Stay Organized with Microsoft Teams Calendar12/3/2024 8:30:45 AM. How to Stay Organized with Microsoft Teams Calendar is a guide that explores how to effectively manage your schedule using the built-in calendar feature in Microsoft Teams. The article explains how to
  • Azure AI Studio is Now Azure AI Foundry Portal12/3/2024 7:05:45 AM. Azure AI Foundry, formerly Azure AI Studio, is Microsoft’s unified platform for AI development, management, and deployment. It integrates advanced tools like AI Agent Service, enhanced model catalogs,
  • Receive Incoming Message in Twilio using Power Automate11/30/2024 5:12:06 AM. This article explains how to set up Twilio webhooks, configure Power Automate flows, and automate SMS workflows for efficient message handling. Simplify communication with this step-by-step tutorial.
  • How to Create Telegram Bot?11/29/2024 8:42:18 AM. This article centers around how to create a Telegram Bot. Learn how to create a simple calculator bot for Telegram using Python. This article covers Telegram bot basics, environment setup, coding with
  • Optimizing Performance in Azure Cosmos DB: Best Practices11/29/2024 5:20:56 AM. Azure Cosmos DB optimization enhances performance, scalability, and cost-efficiency. Key practices include selecting the right partition key, customizing indexing, optimizing queries, tuning consisten
  • How to Use Microsoft Teams for Project Management11/28/2024 9:58:05 AM. Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with c
  • How to Customize Your Microsoft Teams Experience11/28/2024 8:34:38 AM. Learn how to customize your Microsoft Teams experience with simple steps! Adjust notification settings, organize your layout for better efficiency, and personalize themes and video call backgrounds.
  • Enhanced Exception Handling with IExceptionHandler in .NET Core 811/28/2024 5:49:02 AM. Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enhanc
  • High-Performance Apps Using C# Span<T>11/27/2024 11:35:46 AM. Often in application we come scenarios where we need to perform string manipulation operations. In such cases using string type take up huge memory as it is immutable. Instead Span can be used, which
  • Minimal Web API With .NET 911/27/2024 11:10:40 AM. In this article, you will learn about RESTFul Minimal Web API with .NET 6 and .NET 7. REST APIs use the REST architecture style to provide standardized resource access using HTTP verbs. Minimal APIs
  • Azure Function to Read Incoming Message in Twilio11/27/2024 10:44:55 AM. Learn how to create an Azure Function that reads incoming SMS messages from Twilio. This tutorial covers the setup of Azure Functions, integrating with Twilio&#39;s API, and processing incoming messag
  • Factory Design Pattern Using Delegates In C#11/27/2024 9:52:19 AM. Factory Pattern is a creational design pattern that provides a way to encapsulate object creation. Instead of directly instantiating objects, you delegate the creation process to a factory class.
  • Renaming a Database in SQL Server11/27/2024 5:11:47 AM. Renaming a database in SQL Server is vital for tasks like aligning naming conventions, testing, or version control. It involves setting the database to single-user mode, ensuring no active connections
  • Using ROLLUP and CUBE with Spark in Microsoft Fabric11/26/2024 10:30:55 AM. In this article, we will Discover how these SQL features can help generate hierarchical summaries, enhance data insights, and improve reporting in big data environments.
  • How to Integrate Apps with Microsoft Teams11/26/2024 10:16:24 AM. Learn how to integrate apps like Trello, Planner, and more into Microsoft Teams to boost productivity and streamline team collaboration. Discover how to add, customize tabs, and manage app settings an
  • How to Create and Manage Teams and Channels11/26/2024 9:36:21 AM. Microsoft Teams is a powerful collaboration tool that helps teams stay organized and connected. Learn how to create teams, manage channels, set privacy, organize conversations, and schedule meetings f
  • The Cloud Show with Magnus Mårtensson ft. Steef-Jan Wiggers - Ep: 4711/25/2024 11:52:26 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Yet another framework11/25/2024 11:46:45 AM. In this video, you will learn about missing patterns from the perspective of MVC.
  • Navigating the Role of Software Architecture in the AI Era Amid Economic Volatility11/25/2024 11:28:41 AM. This video will provide insights into the macroeconomic trends that are molding the landscape of the job market.
  • Options Pattern In ASP.NET Core11/25/2024 6:06:12 AM. The Options pattern in ASP.NET Core simplifies configuration management with strongly-typed settings. Using classes aligned to appsettings.json, it ensures type safety, dependency injection, and valid
  • How to Use Markdown to Format Power Automate Approval Requests11/25/2024 5:52:24 AM. This guide explains how to create visually appealing and well-structured emails, improving clarity and user experience in approval workflows. Customize your emails with ease using HTML.
  • Quick Summary of Microsoft Ignite 2024 with Copilot Studio11/25/2024 5:07:57 AM. Discover key announcements, innovative AI tools, and productivity features that are transforming the Microsoft ecosystem. Explore how Copilot Studio empowers developers and businesses to achieve more
  • How to incrementally load data from Microsoft Fabric Lakehouse to Warehouse11/25/2024 5:00:00 AM. In this end-to-end data engineering episode, I demonstrated how to incrementally load data from Microsoft Fabric Lakehouse to Warehouse using Dataflow and Data Pipeline.
  • Limit Concurrent Execution in Asynchronous Methods11/24/2024 7:43:01 AM. In this article, we will learn how to finely control how many concurrent executions we will allow of our async methods, without blocking, using a semaphore.
  • New Features in SQL Server 2025: A Guide for Data Engineers11/24/2024 5:46:37 AM. SQL Server 2025 introduces advanced AI integration, vector support, and performance upgrades like optimized locking and enhanced columnstore indexing. New features include JSON data type, regular expr
  • How to Set Up and Navigate Microsoft Teams11/23/2024 6:29:11 AM. Learn how to set up Microsoft Teams, create an account, and navigate its key features like teams, channels, chat, files, and calendar. This guide helps you improve collaboration, stay organized, and b
  • How to Schedule and Conduct Meetings in Microsoft Teams11/22/2024 11:53:17 AM. This guide covers everything from creating meetings, inviting participants, and setting audio/video options to using features like screen sharing, breakout rooms, and recording. Boost your productivit
  • Exploring SQL Databases in Microsoft Fabric11/22/2024 11:29:28 AM. Microsoft Fabric now integrates SQL databases, bridging transactional and analytical workloads in a unified platform. It enables cloud-native data storage in OneLake, supporting Parquet and Delta form
  • CI/CD of MSFT Fabric Database via Azure DevOps11/22/2024 8:20:13 AM. Learn how to set up a CI/CD pipeline for Microsoft Fabric Database using Azure DevOps. This guide covers automated deployment, integration, and management of databases in a seamless DevOps workflow.
  • Advanced C# 13 and .NET 9 Features for Expert .NET Engineers11/22/2024 5:43:02 AM. With this guide, you will learn about enhanced pattern matching, static abstract members, Native AOT, and much more in C# 13 and .NET 9. Written by Ziggy Rafiq, this is the best resource for experienc
  • 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
  • Azure Data Factory Lakehouse Connector to Read and Write Data11/21/2024 5:24:15 AM. In this new video, I covered how to use the new Lakehouse Connector in Azure Data Factory to read data from ADLS Gen2 to Fabric Lakehouse as a delta table and also to write data from the Lakehouse to
  • Setup .NET Core on Windows Server with IIS Migration11/21/2024 4:53:48 AM. This guide covers the installation of software required for .NET Core on Windows Server and the process of configuring IIS for hosting .NET Core applications.
  • Satya Nadella Unveils AI Innovations at Microsoft Ignite 202411/21/2024 4:43:15 AM. Satya Nadella&#39;s keynote at Microsoft Ignite 2024 showcased AI&#39;s transformative impact on business, security, and innovation. Highlights included Copilot, AI agents, Azure AI Foundry, Quantum C
  • Events: Love Triangle in Integration Testing11/20/2024 6:30:48 AM. This video will delve into the main problems of not creating integration tests that check whether the application works fine, showing different alternatives with their pros and cons.
  • 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
  • Temporary Tables vs Table Variables in SQL Server Explained11/19/2024 10:49:20 AM. This article explores their key distinctions, advantages, and ideal applications, helping users understand when to use each for better query performance and resource optimization.
  • Create SharePoint Security Group using Power Automate11/19/2024 6:25:10 AM. This article explains how to create a custom SharePoint security group and assign permissions. Learn how to create custom SharePoint security groups with &#39;Contribute&#39; permissions using Power A
  • Change Data Capture Automated Incremental Data Loading in Azure Data Factory11/19/2024 5:56:36 AM. In this new video, I demonstrated how to implement automated incremental data loading using Change Data Capture technique in Azure Data Factory.
  • 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
  • .NET 9 : Task.WhenEach11/18/2024 11:56:11 AM. In .NET 9, the new Task.WhenEach method enhances asynchronous programming by processing tasks as they complete, allowing for more efficient handling of varying completion times. Happy coding!
  • How to Optimize Docker Images for Smaller, Faster Deployments11/18/2024 9:38:02 AM. Learn simple strategies to optimize Docker images, reduce their size, and speed up deployments with tips like lightweight bases, cleanup, and multi-stage builds.
  • 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.
  • How to Identify the Owner of a Microsoft Form11/18/2024 5:24:35 AM. This article provides a step-by-step guide to help you find the owner of a form using MS Form responses. For one of our clients, we needed to transfer all Microsoft Forms from individual users to a se
  • 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.
  • How to Create Lakehouse in Microsoft Fabric11/18/2024 4:27:25 AM. In this article, we will create a lakehouse in Microsoft Fabric. Discover Lakehouse architecture, a modern approach combining data lakes and warehouses. Learn how to build a Lakehouse in Microsoft Fab
  • Data Professionals to LLM/GPT Prompting for Everyday Tasks11/17/2024 10:52:39 AM. A guide for data professionals on leveraging Microsoft OpenAI with Python for efficient workflows and enhanced data analysis. Focuses on prompt design, including clear instructions, context, and tempe
  • Using New Generative AI Unified Approach by Microsoft11/17/2024 10:43:03 AM. In this article, we will learn about the Microsoft.Extensions.AI package that is intended to unify and standardize generative AI in .NET
  • Increase Application Performance using Task.Run in .NET Core11/15/2024 11:18:38 AM. Explore the power of Task.Run in .NET Core to efficiently handle background tasks like logging, report generation, and email sending, enhancing application performance and responsiveness without block
  • .NET 9 : Params Collections11/15/2024 10:41:05 AM. In .NET 9 the params keyword has been extended to support not only arrays but also other collection types like ReadOnlySpan&lt;T&gt; and IEnumerable&lt;T&gt;. This enhancement offers greater flexibili
  • Amazon OpenSearch Service Setup with Kibana11/15/2024 9:48:13 AM. Amazon OpenSearch Service enables real-time search, monitoring, and analysis of business data. It integrates with AWS services like CloudWatch Logs and Lambda for log aggregation, with Kibana for data
  • .NET 9 is Out Now11/15/2024 8:47:33 AM. This article explains in detail the latest release of .NET. The latest .NET ecosystem updates improve performance, security, and productivity across C# 13, ASP.NET Core, EF Core, .NET Runtime, Librari
  • Build Testimonial Carousel in React with Dynamic Animations 11/15/2024 8:24:46 AM. Create an interactive testimonial carousel in React to showcase client feedback effectively. This component offers smooth animations, auto-advancing slides, responsive design, and dynamic star ratings
  • AI Hallucinations: Understanding Causes and Mitigation Strategies11/15/2024 5:21:19 AM. This article explores the causes behind these hallucinations, such as training data issues and model limitations, and offers strategies to mitigate them, enhancing AI accuracy, reliability, and trustw
  • Migrate Grafana dashboard Dev to UAT Environment11/15/2024 5:16:37 AM. Learn how to migrate Grafana dashboards from Dev to UAT environments seamlessly. This guide covers export, configuration, and deployment steps to ensure smooth transitions and effective testing in UAT
  • What are Different File Extension in .NET11/14/2024 10:53:32 AM. This article explores key file extensions in ASP.NET, including.ASPX for web pages, which combine HTML and server-side code to generate dynamic content, and .CS for C# source files, essential for defi
  • Azure Data Factory PRESERVE HIERARCHY Copy Behaviour11/14/2024 9:41:42 AM. In this video, I covered how to use the Preserve Hierarchy in Azure Data Factory Copy Behaviour.
  • Loading Nested JSON File Data in Dropdown ASP.NET11/14/2024 6:58:43 AM. Learn how to load and bind nested JSON data to a dropdown in ASP.NET, covering both client-side and server-side techniques for dynamic data binding and efficient JSON parsing in web applications.
  • 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
  • Converting HTML to PDF or Image in C# Using wkhtmltopdf Part 2 - Header & Footer11/13/2024 9:32:17 AM. In this tutorial, learn how to convert HTML to PDF or image in C# using wkhtmltopdf. This part covers adding and customizing headers and footers in your generated PDFs, enhancing document structure an
  • Understanding Keyed Services in .NET 811/13/2024 9:12:24 AM. Keyed Services in .NET 8 enhance dependency injection by allowing multiple implementations of an interface to be registered with unique keys. This enables flexible dependency resolution, ideal for tai
  • The Cloud Show with Magnus Mårtensson ft. Oscar Garcia Colon - Ep: 4611/12/2024 11:24:20 AM. The show is about cloud leadership and all the important questions relating to cloud projects.