Related resources for how
  • How to Install Ubuntu Server on VMware ESXi Using VMware Client Browser11/18/2024 11:07:48 AM. This guide explains how to install Ubuntu Server on VMware ESXi using the web client. It covers steps like creating a virtual machine, selecting storage, uploading the Ubuntu ISO, configuring network
  • 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.
  • 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
  • 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
  • How to Read and Write JSON Files in C#11/17/2024 10:49:03 AM. JSON is a common data format used in APIs, configuration files, and data exchange. Learn to handle JSON in C# using `System.Text.Json`. This article covers creating data models, writing to and readin
  • How to Build a Classic Snake Game Using HTML and JavaScript (With Code Example)11/13/2024 1:46:53 PM. Learn how to create a classic Snake game using HTML and JavaScript! This step-by-step guide with code examples is perfect for beginners interested in JavaScript game development. Follow along and star
  • 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.
  • How to Create a ListView Command Set Extension11/12/2024 11:13:01 AM. A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing s
  • How to Enable USB Debugging on Android Device11/12/2024 10:47:07 AM. Learn how to enable USB Debugging on your Android device with this step-by-step guide. USB Debugging lets you connect your phone to a computer for advanced tasks like data transfer, app testing, and m
  • How to Create Field Customizer Extension11/11/2024 6:10:24 AM. Extensions are client-side components that run inside the context of a SharePoint page. Extensions can be deployed to SharePoint Online, and you can use modern JavaScript tools and libraries to build
  • How to perform CRUD Operations in Power Apps11/10/2024 7:03:28 AM. Create a student management app in Power Apps with CRUD functionality—Create, Read, Update, and Delete—for efficient data handling. This app connects to a SharePoint list, allowing users to add, view,
  • How to Sort a List of Objects in TypeScript by Property11/9/2024 10:11:36 AM. This guide covers sorting lists of objects in TypeScript, with examples for sorting by string, numeric, and date properties. It demonstrates using the sort() method, localeCompare for strings, custom
  • How to Apply Custom Fonts in .NET MAUI11/7/2024 5:38:25 AM. Learn how to add and apply custom fonts in your .NET MAUI app to enhance design and branding. This guide covers adding font files, registering fonts in MauiProgram.cs, and using them in XAML or C#.
  • The Cloud Show with Magnus Mårtensson ft. Daniel Raniz - Ep: 4511/6/2024 11:46:05 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • How to Forensic Investigate Security Incidents in Microsoft Azure11/5/2024 8:50:56 AM. This video discusses the forensic acquisition methodology of an Azure VM and an assumed scenario to divide the whole process into multiple steps.
  • How to Set Permissions in Microsoft SharePoint 10/30/2024 7:03:23 AM. Learn how to set permissions in Microsoft SharePoint effectively to ensure secure collaboration. This guide covers essential concepts, including permission levels, user access control, and managing si
  • How to Store Temporary Information in Table Like Format in C#?10/28/2024 8:56:49 AM. In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
  • How to Create and Use Key Vault References in .NET Core Web API10/28/2024 4:14:04 AM. Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
  • How Select and SelectMany Works in C#10/26/2024 5:05:45 AM. Learn key differences, practical use cases, and examples that demonstrate how these methods simplify data manipulation, making it easier to work with nested and complex data structures in C#.
  • How to Resolve Error Code Caa50021 in Microsoft 365 App Login10/25/2024 9:25:05 AM. In this article, we will learn troubleshooting steps to restore login access, including checking network settings, clearing the cache, and verifying account permissions to resolve the issue quickly.
  • How to Download Data as CSV in C# Blazor App10/25/2024 5:46:03 AM. In this article, we will explore the process of downloading data as a CSV (Comma-Separated Values) file in C#. CSV files are widely used for data interchange due to their simplicity and ease of use.
  • How to Create an App Configuration Store10/25/2024 4:30:30 AM. App Configuration Store provides a unified platform to store, retrieve, and manage configuration settings securely. One of the most widely used services for this purpose is Azure App Configuration, pa
  • The Cloud Show with Magnus Mårtensson ft. Thiago Custódiot - Ep: 4410/24/2024 11:52:12 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • How to Create SharePoint Team or Communication Site10/20/2024 9:09:09 AM. Discover key differences between the two, step-by-step instructions for setting up each site type, and best practices to optimize your SharePoint environment for seamless teamwork.
  • How to Create/Update/Delete SharePoint 2010 list items using Client Object Model10/16/2024 4:56:57 AM. This tutorial covers essential concepts, including setting up the ClientContext, performing CRUD operations with JavaScript, and handling permissions and errors. Enhance your SharePoint development sk
  • How to Make Serial Chart With JSON Data Using amChart10/15/2024 11:48:32 AM. This article demonstrates how to use amCharts to display JSON data in a serial layout. It walks through the steps of adding an HTML container, referencing JavaScript libraries, creating a JSON data fi
  • How To Create A List In SharePoint10/15/2024 11:18:49 AM. Learn how to create a list in SharePoint 2010 with this easy-to-follow guide. We'll walk you through the steps to build and manage custom lists, covering essential features, settings, and tips to
  • How to Configure Azure NAT Gateway?10/15/2024 8:30:00 AM. Azure NAT Gateway is a fully managed service that provides secure, scalable outbound connectivity for resources in virtual networks. It ensures static outbound IPs, prevents SNAT exhaustion, and enhan
  • How To Read CSV File Using C#10/14/2024 4:03:46 AM. This article demonstrates how to read Excel files using Microsoft's Interop Excel library in a C# Windows application. It covers adding references, handling file extensions, and displaying Excel d
  • How Far we are from AI (Artificial Intelligence)10/13/2024 2:11:31 PM. This article is to discuss the experience of AI
  • How To Delete Duplicate Rows From A Table In SQL Server10/12/2024 5:29:23 AM. This guide explains how to delete duplicate rows from a table in SQL Server. Using common techniques like ROW_NUMBER() with PARTITION BY, you can identify and remove duplicate rows while keeping the o
  • How to Get Reply from GPT in Power Apps10/10/2024 5:39:42 AM. This guide walks you through setting up GPT using OpenAI's API in Power Apps, creating seamless conversational experiences, and automating replies with AI to enhance user engagement and workflows.
  • How to Install VMware Workstation on Windows 1110/10/2024 3:33:14 AM. VMware Workstation is a powerful virtualization software that allows users to run multiple operating systems on a single computer simultaneously. Ideal for IT professionals and developers, it enables
  • How to Send Emails Using Power Automate10/8/2024 9:38:32 AM. This guide walks you through creating workflows, setting email triggers, and automating notifications, making it easy to streamline communication for your business.
  • How to Speed up Your JavaScript Code Performance10/8/2024 8:55:16 AM. This guide explores essential techniques to boost JavaScript code performance. Learn how to optimize loops, minimize DOM manipulations, leverage async functions, and use modern JavaScript features lik
  • How to use StyleSheets10/8/2024 8:54:45 AM. Learn how to effectively use StyleSheets to enhance your web design and development skills. This guide covers the fundamentals of CSS, including external and inline styles, responsive design technique
  • 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
  • How do AWS and Azure compare in terms of market share and adoption?10/7/2024 11:59:19 PM. AWS leads the cloud market with approximately 31-33% share, while Azure follows closely with about 23-25%, showcasing strong growth and adoption in enterprise environments.
  • How to Deploying Azure Virtual Desktop (AVD or WVD)10/7/2024 5:25:42 AM. Learn how to deploy Azure Virtual Desktop (AVD), formerly known as Windows Virtual Desktop (WVD), with this comprehensive guide. Explore essential steps for setting up a virtual desktop infrastructure
  • How to Build and Monitor dApps Using Alchemy10/4/2024 5:42:03 AM. Learn how to create a blockchain app using Alchemy, connect it to MetaMask, send transactions, and monitor blockchain activity in real-time using Alchemy's powerful dashboard tools.
  • How To Create ASP.NET Core MVC Application10/3/2024 11:48:21 AM. This tutorial covers setting up your development environment, creating controllers, models, and views, and building a fully functional web application using the ASP.NET Core MVC framework.
  • How to Create a Group in SharePoint Using REST API10/3/2024 11:30:56 AM. Learn how to create a group in SharePoint using the REST API with this comprehensive guide. Discover step-by-step instructions, code examples, and best practices for leveraging RESTful services to man
  • How to Use a Cursor in SQL?10/3/2024 11:08:13 AM. A cursor in SQL is a database object that allows row-by-row processing of query results. It enables you to iterate through a result set, perform operations on each row, and manage data more efficientl
  • How to Compare Two Objects in C#10/3/2024 7:08:40 AM. In this article, we’ll walk through how to create a generic method that can compare the objects of any class, even those with nested collections. We’ll break it down step by step so you can implement
  • How To Use Bootstrap DateTime Picker In ASP.NET MVC With Angular As Directive10/1/2024 9:07:42 AM. This tutorial covers the step-by-step process of setting up the DateTime Picker, configuring it for optimal user experience, and utilizing Angular directives for seamless interaction. Enhance your web
  • How to handle multiple file upload dynamically10/1/2024 8:25:24 AM. This guide covers essential techniques for managing bulk file uploads in web applications using JavaScript, ensuring seamless file handling and improved user experience. Perfect for developers looking
  • How To Create An HTTP Trigger Azure Function App Using Visual Studio 201710/1/2024 8:24:46 AM. Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
  • How To Create An App Page Using SharePoint Framework In SharePoint Online Modern Site10/1/2024 8:22:16 AM. This article guides you through creating an app page using SPFx in SharePoint Online Modern Site. An app page allows pre-configured application content without user authoring. You'll learn to set
  • 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
  • The Cloud Show with Magnus Mårtensson ft. Thomas Stidsborg Sylvest - Ep: 4310/1/2024 5:13:42 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • The Cloud Show with Magnus Mårtensson ft. Rasmus Hald - Ep: 4210/1/2024 5:11:58 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • 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
  • How DMARC Will Revolutionize Email Authentication in 20259/30/2024 6:24:12 AM. In 2025, DMARC will be crucial for email security, protecting against phishing and spoofing. It builds on SPF and DKIM protocols to enforce policies and provide reporting. Businesses will increasingly
  • How to Use Scoped Service from Singelton Service in .NET Core9/30/2024 5:43:28 AM. This guide explains how to resolve scoped services from a singleton service, highlighting best practices to avoid common pitfalls and ensure proper resource management in your application.
  • How To Enable The Modern Command Bar Experience In The Canvas Apps9/30/2024 5:16:53 AM. This article guides you on enabling the modern command bar in PowerApps Canvas Apps. It details the steps to activate this preview feature, starting from creating or opening a Canvas App, navigating t
  • How do Copilot Agents Integrate with Existing CRM Solutions?9/27/2024 10:23:30 AM. Microsoft Copilot Agents enhance CRM systems through AI-driven automation and real-time insights. By seamlessly integrating with platforms like Salesforce and Zendesk, they provide agents with real-ti
  • How to Track Browsing Device and Orientation in ASP.Net9/27/2024 10:21:36 AM. Discover how to effectively track browsing devices and their orientation in ASP.Net. This guide covers essential techniques for detecting user agents, utilizing JavaScript for real-time orientation da
  • How to Send Mail Using SQL Server: Part 39/27/2024 10:16:21 AM. In this third installment of our series, "How to Send Mail Using SQL Server," we delve into the configuration and implementation of Database Mail. Learn how to set up SMTP settings, create m
  • How To Execute SQL In SharePoint 2013 And Office 365 Using Nintex WorkFlows9/27/2024 10:13:52 AM. This article guides you through executing SQL in SharePoint 2013 and Office 365 using Nintex Workflows. It covers creating a Dev Testing list, adding the "Execute SQL" action, and configurin
  • 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
  • How To Create Word Add-Ins9/27/2024 8:16:56 AM. This article outlines the steps to create and run a Word add-in using technologies like HTML, CSS, JavaScript, and C#. Word add-ins enhance functionality and work across platforms, including Windows,
  • What is Codeium and How to Use it for Test Case Writing9/27/2024 6:02:26 AM. This article explores Codeium, an AI-powered coding tool that enhances developer productivity with features like smart code suggestions, code chat, and in-line edits. It covers how to install the Code
  • How to Download Code from Your Azure Function App9/27/2024 5:59:14 AM. In this article, we will learn how to easily download code from your Azure Function App using built-in tools like the Azure Portal, App Service Editor, or source control integration.
  • How Func Delegates Work in LINQ9/27/2024 4:31:27 AM. In this article, we explore how Func delegates operate within LINQ (Language Integrated Query) in C#. Func delegates enable concise and powerful data manipulation by allowing developers to pass method
  • How to Build a Clean Architecture Web API with .NET Core 89/26/2024 9:15:22 AM. Learn how to build a robust Web API using Clean Architecture principles with .NET Core 8. This guide covers essential concepts, including modular design, dependency injection, and best practices for A
  • How To Get Unique Records Without Using Distinct In SQL Server9/26/2024 4:35:41 AM. In this guide, you'll learn how to retrieve unique records in SQL Server without using the DISTINCT keyword. We'll explore alternative methods like GROUP BY, ROW_NUMBER(), and Common Table Exp
  • How To Enable Page Properties Only For SharePoint News9/24/2024 12:03:41 PM. This article explains how to enable custom field properties exclusively for SharePoint News while keeping them hidden for standard site pages. It outlines the steps to create a new content type, add s
  • 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
  • How To Add A Button To Existing Ribbon Tab In Office Applications9/24/2024 11:56:24 AM. Learn how to enhance your productivity by adding a custom button to an existing Ribbon tab in Microsoft Office applications. We’ll walk you through the steps to customize the Ribbon, whether you'r
  • How To Implement Bootstrap 4 Popover9/24/2024 11:52:14 AM. This article covers the Bootstrap 4 Popover component, a versatile tool for displaying pop-up content when users interact with elements. It highlights key features such as initialization with jQuery,
  • 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
  • How Does Your "Code Smell"9/24/2024 4:16:49 AM. "Code smell" refers to indicators in code that suggest potential problems. Common examples include poor exception handling, magic numbers, and inefficient string operations. Other issues inv
  • How to Manage ViewState in ASP.NET?9/23/2024 9:16:18 AM. This article explains various methods of managing state in ASP.NET, including ViewState, Session, Application, and Cookies. It focuses on ViewState, its lifecycle, enabling/disabling at the page or co
  • How to Download and Install the .NET Developer Framework?9/23/2024 5:12:38 AM. Microsoft .NET Framework is a Windows-only version of .NET used to build client and server applications. To install it, visit the .NET downloads page, choose the required version, download the executa
  • How to use Bootstrap With Angular9/23/2024 5:08:21 AM. This guide covers Bootstrap installation in Angular projects, configuring styles and components, and tips for optimizing your design, helping you build modern, responsive web apps.
  • How to Make your Password Safe?9/21/2024 4:12:29 PM. This is a brief discussion of the Password safety. Reflecting on password security, early iPhone models used 4-digit codes, evolving to 6-digit codes by iPhone 6. Historical passwords were simpler, bu
  • With code examples, learn how to develop ASP.NET Core C# 12 using domain-driven design9/21/2024 4:15:04 AM. In this guide, you will learn how to develop applications using ASP.NET Core with C# 12, applying domain-driven design principles. Through clear code examples, we’ll explore how to create effective do
  • How to Assign Static IP Address in Windows 89/20/2024 8:11:55 AM. This article explains how to manually assign a static IP address in Windows 8, enhancing network control and reducing address conflicts. It details step-by-step instructions, including accessing the N
  • How To Utilize Web Templates And Content Snippet Effectively In Dynamics 365 Portal9/19/2024 10:16:20 AM. This guide covers best practices for customizing templates, reusing content snippets, and optimizing your portal to enhance user experience and workflow efficiency.
  • How To Know The Version Of SharePoint9/19/2024 10:05:40 AM. This article explains how to determine the version of your SharePoint site using two methods. The first method involves accessing the host header URL and appending ‘/_vti_pvt/service.cnf’. The second
  • How to Keep SQL Server Table Columns in Sync9/19/2024 4:29:35 AM. how to keep columns in sync across SQL Server tables using efficient methods like triggers, SQL scripts, and the MERGE statement.
  • How to Create and Launch a Tic Tac Toe Game on Azure Web App9/18/2024 4:55:37 AM. This guide walks you through deploying a Tic Tac Toe game on an Azure Web App. It covers initializing a Git repository, pushing code to GitHub, creating an Azure Resource Group, App Service Plan, Web
  • How To Use Ngx-slider With A Different Type Of Style In Angular9/17/2024 11:02:12 AM. Learn how to integrate ngx-slider in Angular to create versatile sliders. This guide covers installing the package, configuring single, range, tick-marked, customized, and vertical sliders. You'll
  • How to create a language translator using Google's API and JavaScript9/17/2024 10:42:21 AM. This article demonstrates how to create a language translator using the Google API and JavaScript. It covers integrating the Google API for translating text, contrasting it with previous methods like
  • How to Create a Simple Web Service and Use it in ASP.NET9/17/2024 10:29:10 AM. Learn to create and use a web service in ASP.NET with this guide. Start by setting up a new ASP.NET project in Visual Studio, adding a web service file, and defining methods for basic arithmetic opera
  • 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
  • How to Configure Azure Fileshare with AD Authentication 9/17/2024 4:19:46 AM. This document provides a step-by-step guide to setting up Azure File Share with Active Directory authentication, allowing users with an Exchange Plan 1 Microsoft license to access files securely using
  • 🖥️ How to Create an Azure Storage Account9/11/2024 9:34:52 AM. Azure Storage provides cloud storage with features like high availability, security, and scalability. It includes Blob storage for unstructured data (images, videos), and Azure Files for managed file
  • How to Install FTP Server on Windows Server 20129/9/2024 11:47:46 AM. This guide covers step-by-step instructions, including setting up IIS (Internet Information Services), enabling the FTP service, creating FTP sites, and configuring security settings for efficient fil
  • How to Create an NPM Package?9/9/2024 8:50:49 AM. Creating and publishing an NPM package involves initializing a project, writing code (e.g., an OTP generator), testing locally, and preparing for publication. Steps include configuring package.json, a
  • 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
  • How to Configure Authentication for the Virtual Directory9/5/2024 11:16:31 AM. This guide explains configuring authentication for a virtual directory in IIS. Start by opening IIS Manager from Administrative Tools. Expand your server's name, locate the desired site, and acces
  • How to Configure the FTP Directory Browsing Options9/5/2024 11:11:18 AM. Learn how to configure FTP directory browsing options to enhance file management and accessibility. This guide covers setting up directory listings, adjusting visibility settings, and optimizing how u
  • How To Implement CKEditor In ASP.NET MVC9/5/2024 10:45:12 AM. CKEditor is a powerful, browser-based WYSIWYG editor that simplifies HTML content creation. It integrates seamlessly with ASP.NET MVC, allowing users to easily create and manage rich text content.
  • How To Create Excel Add-Ins?9/5/2024 8:35:09 AM. Create an Excel add-in using HTML, CSS, JavaScript, or C# to enhance functionality across various platforms, including Excel for Windows, Mac, and Office 365. Install Yeoman and the generator-office g
  • How To Read SharePoint TermStore Managed Metadata In SharePoint Framework (SPFx) With Angular9/4/2024 9:13:26 AM. This guide demonstrates how to access SharePoint TermStore data in SPFx applications using the JSOM method. It covers configuring TypeScript, installing dependencies, and using SPComponentLoader to lo
  • How to Create a Dynamic Delete Modal in Java9/3/2024 6:41:13 AM. This article guides you in creating a dynamic delete modal in Java. You'll learn how to design a modal popup that adjusts its content based on the item to be deleted, pass item data using JavaScri
  • What Is IndexedDb And How To Use It?9/2/2024 5:08:43 AM. IndexedDB is a NoSQL database API provided by browsers for managing large amounts of structured data. It allows developers to store and retrieve data, supporting offline capabilities in web applicatio
  • How to Deploy a Gen AI Application on Docker?9/2/2024 4:39:45 AM. Learn how to deploy a Generative AI application using Docker with step-by-step instructions, including Flask setup, containerization, and handling POST requests.
  • The Cloud Show with Magnus Mårtensson ft. Jennifer Ritzinger - Ep: 418/30/2024 8:25:40 AM. The show is about cloud leadership and all the important questions relating to cloud projects.