Related resources for Use
  • Transform Weak Models into Powerhouses with Model Distillation11/13/2024 5:11:33 AM. This article explains how to take your underperforming AI models and supercharge them using the cutting-edge technique of model distillation.
  • Build an Interactive Task Manager11/12/2024 6:39:46 AM. Create a simple To-Do List app using HTML, CSS, and JavaScript. Add, edit, delete, and mark tasks as done while storing them in local storage. Learn how to structure, style, and add interactivity to y
  • Managing User Sessions in React11/11/2024 5:36:17 AM. Session management is a fundamental aspect of web applications that allows developers to track user activity, maintain login states, and manage temporary data throughout a user's interaction with
  • Overview of SharePoint Search API for SharePoint User Profiles11/7/2024 6:43:36 AM. The SharePoint Search API allows you to query user profile data, such as name, email, job title, and department. Using the POST /search/postquery method, you can easily retrieve user information with
  • Managing User Data in Azure AD with Microsoft Graph API11/5/2024 5:47:57 AM. Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, cre
  • 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.
  • Skip loops, use Virtualization in Blazor11/1/2024 4:30:17 AM. Let me teach you faster way of loading the list.
  • Paging Microsoft Graph data in SPFx10/31/2024 4:29:31 AM. Microsoft Graph return multiple pages of data either due to server-side paging or client-side paging. Paging data helps improve the performance of your app and the response time of Microsoft Graph.
  • Microsoft Graph Permissions - Get Access on Behalf of a User10/30/2024 8:22:09 AM. To call Microsoft Graph, an app must obtain an access token from the Microsoft identity platform. This access token includes information about whether the app is authorized to access Microsoft Graph o
  • Scroll View Example in Android Studio using Java10/30/2024 8:04:11 AM. Scroll View in Android enables displaying more content on a single screen by allowing vertical or horizontal scrolling. It works with Linear Layouts, making it ideal for apps like note-taking where us
  • 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 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
  • User Profile Photos are Missing in the PnP People Webpart 10/27/2024 6:05:26 AM. In this article, we will learn troubleshooting steps and best practices to ensure profile pictures display correctly, enhancing user experience in your SharePoint environment.
  • Add Multiple Users to SharePoint Group together in one API call10/26/2024 6:33:17 AM. This article outlines how to streamline adding multiple users to a SharePoint Group using Power Automate. By leveraging a single HTTP request, users can efficiently batch add members to a group.
  • User Login page Example in android studio using java 10/25/2024 11:42:39 AM. We’ll walk through setting up a simple login screen with input fields for username and password, integrating basic authentication, and handling login actions. Perfect for beginners in Android developm
  • The Best Ordinal Wallets for Beginners in 202410/25/2024 5:34:27 AM. In 2024, choosing the right ordinals wallet is crucial for managing digital assets securely. Options like Xverse and Hiro wallets offer user-friendly interfaces and strong security for beginners and v
  • Best Practices for Microsoft 365 Admins when User Offboarding10/22/2024 8:39:45 AM. Learn how to effectively manage user accounts, ensure data security, and maintain compliance while revoking access. Implementing structured workflows and documentation will streamline the process, min
  • Learn SharedPreferences in Android10/22/2024 7:19:52 AM. SharedPreferences is an Android feature used to store small amounts of data in key-value pairs. It allows apps to save user preferences, settings, and simple data across sessions.
  • 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
  • Use Cases of Alchemy in Web310/19/2024 2:02:21 PM. Alchemy is a powerful platform for developing decentralized applications on blockchain technology. It supports various sectors, including DeFi, NFT marketplaces, and DAOs, by providing essential tools
  • Use Adaptive Cards with Copilot10/16/2024 10:36:25 AM. This article explores the use of Adaptive Cards in Microsoft Copilot, covering their purpose, integration strategies, and practical examples that developers can use to build custom experiences for use
  • Steps To Create And Configure My Site In SharePoint10/16/2024 4:59:19 AM. Discover the essential features, including personal site setup, user profile management, document libraries, and social tools. Enhance user experience by customizing settings, permissions, and navigat
  • Implementing an LRU Cache in C#10/15/2024 8:37:55 AM. This article explores the concept of caching, outlines the algorithm's mechanics, and provides step-by-step guidance on building an efficient LRU Cache using C# collections.
  • Calling Web API to Web API without User Interaction by using Azure Managed Identity10/14/2024 5:59:13 AM. This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
  • Make Divs Editable For User With jQuery10/11/2024 12:28:33 PM. This article outlines a simple method to make a generic DOM element editable, enabling users to modify its internal HTML. By using jQuery, the tutorial demonstrates how to convert a div into a textare
  • Use Text Translation AI Model in Power Apps10/9/2024 5:36:49 AM. Power Apps can be integrated with AI models, like the Text Translation model, to automatically translate text between languages. You can implement this by leveraging the Microsoft Translator service f
  • Use AI Model in Power Apps10/8/2024 10:57:16 AM. Learn about the AI Builder, which enables users to create custom AI models for predictions, object detection, and text classification. Discover practical use cases and tips for maximizing AI capabilit
  • Change Background Color Dynamically Using AngularJS10/8/2024 9:24:54 AM. In this tutorial, learn how to dynamically change the background color of a web application using AngularJS. We’ll explore Angular directives and event handling to allow users to select colors interac
  • 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
  • Customize Scrollbars Using CSS310/8/2024 9:02:58 AM. This guide covers essential CSS properties, such as scrollbar width, scrollbar-color, and ::-webkit-scrollbar for cross-browser compatibility, enabling you to create sleek, modern scrollbars.
  • Session In ASP.NET10/8/2024 8:56:35 AM. Learn how to implement session state, manage session variables, and enhance security while optimizing performance. Understand the differences between ASP.NET Web Forms and ASP.NET Core sessions, ensur
  • 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
  • Why FSLogix is Essential for Azure Virtual Desktop Environments10/7/2024 6:28:48 AM. FSLogix is a crucial tool for optimizing Azure Virtual Desktop environments. It enhances user experience through efficient profile management, allowing seamless access to applications and data.
  • 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
  • Uploading Multiple Files With ListBox in ASP.NET10/3/2024 11:40:19 AM. This article explains how to upload multiple files using a ListBox control in ASP.NET. Unlike the standard FileUpload control, which supports single file uploads, this method combines FileUpload with
  • 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
  • IoC Providers in Angular Dependency Injection useClass 10/3/2024 6:59:29 AM. This article dives into Angular's Dependency Injection, focusing on the use of IoC and providers with useClass. Learn how to manually inject classes, define tokens with InjectionToken, and configu
  • 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
  • Database, Data Warehouse, and Data Lake: A Comparative Analysis10/2/2024 4:49:26 AM. Databases handle structured, real-time transactional data. Data warehouses focus on structured, historical data for analytics. Data lakes store raw, unstructured data, which is ideal for advanced anal
  • Download Up to 10 Files at a Time Using Internet Explorer in Windows 810/1/2024 9:12:47 AM. This article explains how to configure Internet Explorer on Windows 8 to allow downloads of more than 10 files simultaneously. By default, older versions of IE limit downloads to 6 files at a time. By
  • 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
  • Implementing Modal Popup In MVC Application10/1/2024 8:23:35 AM. Learn how to implement a modal popup in an MVC application to enhance user interaction and improve UI/UX design. This guide covers the necessary steps, including setting up the HTML structure, using J
  • 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.
  • 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
  • User Record Management in C9/29/2024 5:22:32 AM. This content focuses on implementing functions in C programming to efficiently add and display user records. It covers the creation of structures for storing user details, such as name, age, and conta
  • 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
  • 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
  • Definitive Guide to Mirror Azure SQL Database in Fabric Warehouse9/26/2024 9:45:47 AM. In this Definitive Guide to Mirror Azure SQL Database in Fabric Warehouse episode, I am going to walk you through how to -- Enabling System Assigned Managed Identity required to publish data to Fabr
  • JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs9/26/2024 6:13:29 AM. This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-based
  • Login And SignUp In Xamarin.Forms9/25/2024 10:01:06 AM. In this guide, we explore implementing login and signup functionalities in Xamarin.Forms, a popular framework for cross-platform mobile app development. We’ll cover essential concepts such as user aut
  • Create Custom Tab in Office Ribbon at Excel/ Word 20079/25/2024 9:48:35 AM. This article provides a step-by-step guide for customizing Office 2007 applications like Excel and Word using Visual Studio 2008. It demonstrates how to create a custom tab in the Ribbon without codin
  • 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
  • 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
  • Understanding Chat Box in .NET9/23/2024 11:08:46 AM. Discover how to integrate APIs and manage data storage for a seamless messaging experience. Perfect for developers looking to enhance their web applications.
  • Claim Based And Policy-Based Authorization With ASP.NET Core 2.19/23/2024 9:48:11 AM. Authorization is the process of determining if a user can access system resources. Claim-based authorization checks specific user claims (e.g., "DateOfJoining" or "IsAdmin") for ac
  • Role Base Authorization In ASP.NET Core 2.19/23/2024 9:34:36 AM. In this article, we explore Role-Based Authorization in ASP.NET Core 2.1, explaining how to secure applications by assigning user roles and managing access control.
  • Interactive Tic-Tac-Toe Game in React9/23/2024 7:18:53 AM. In this article, you'll learn how to create an interactive TicTacToe game using React. We cover essential React concepts like components, useState, and useEffect. Step-by-step, you'll build th
  • Add and Use Copilot Answer Control in Microsoft Power Apps Preview9/23/2024 5:15:53 AM. In this guide, you'll learn how to add and use the Copilot answer control (Preview) in Microsoft Power Apps. We walk you through the steps to integrate this AI-driven feature, enhancing user inter
  • What is the Notify Function in Power Apps?9/23/2024 5:09:43 AM. The Notify function in Power Apps displays messages to users, providing instant feedback on their actions. It supports various notification types, such as success, error, warning, and information, hel
  • 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.
  • Node.js App with User Authentication and Docker Deployment9/22/2024 12:09:32 PM. Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
  • Learn CSS Scroll Snaps9/21/2024 2:51:51 PM. In this article we learn about CSS Scroll Snaps.
  • C# Code To Overcome "The Process Cannot Access The File XYZ Because It Is Being Used By Another Process" Error9/20/2024 6:27:51 AM. This guide provides practical C# code solutions for handling file access issues, including techniques for managing file locks and ensuring smooth file operations without interruptions.
  • 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.
  • Why To Use C# And When To Prefer Other Languages9/19/2024 10:07:03 AM. This blog explores the choice between programming languages like C#, C++, and Java, focusing on productivity, ease of use, and project requirements. It emphasizes the importance of selecting the right
  • Why We Should Prefer To Use Dispose Method Than Finalize Method9/19/2024 6:09:09 AM. This article explores the benefits of Dispose for efficient resource cleanup, improved performance, and reliable memory management in C#. Discover best practices for handling managed and unmanaged res
  • 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
  • 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
  • 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
  • Copilot Customization: Welcome the Logged-in User with the Name9/16/2024 8:47:15 AM. In this article, we shall see how to greet the user with the name using the logged-in information using the out of the box feature. This article is intended to target the developer who are using the M
  • Detailed use of Action Delegate in C#9/11/2024 6:46:49 AM. In C#, the Action delegate represents a method that does not return a value and can accept up to 16 parameters. It's useful for passing methods as arguments, callbacks, and event handling. It sup
  • Explain Switch Case Uses in C#9/11/2024 6:46:10 AM. In C#, the switch statement serves as a control structure that enables the execution of distinct code blocks based on the value of a variable. It is frequently utilized when there is a need to compare
  • Building a Custom Image Slider Component in React9/11/2024 5:22:12 AM. Learn how to create a responsive, interactive slider using React hooks, JavaScript, and CSS. Perfect for adding dynamic image galleries or carousels to your web projects, enhancing user engagement and
  • Real Time Use Of Context Menu Strip In Windows Form Application9/9/2024 11:35:42 AM. Learn how to use ContextMenuStrip in a Windows Forms application to delete records from a DataGridView. This tutorial covers setting up a context menu, handling right-click events, and executing a del
  • Creating User Defined Exceptions in Java9/9/2024 4:58:57 AM. Customized exceptions are necessary to handle abnormal conditions of applications created by the user.
  • SQL: Not Using Aggregate Function in WHERE Clause, instead, Using HAVING Clause9/5/2024 12:51:37 PM. This article will discuss the issue that SQL: Not Using Aggregate Function in WHERE Clause, instead, Using HAVING Clause
  • Deleting Unused Items in Sitecore Media Library via PowerShell Script9/5/2024 4:28:19 AM. In this blog we will find a Sitecore PowerShell script to be able to eliminate multimedia elements that are not being used.
  • 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
  • Magnific Pop Up.js Implementation To Zoom In Pictures9/4/2024 7:27:59 AM. This article explains how to implement Magnific Pop Up.js to display full-sized images in a pop-up on a webpage, avoiding the need to navigate away from the page. The guide provides step-by-step instr
  • Passing Data to Java User Controls9/4/2024 4:16:31 AM. Learn how to efficiently manage data flow between your application's logic and user interface components, whether you're working with Java Swing, JavaFX, or custom UI controls. Ideal for devel
  • Filter and Display New Employees in Power Apps with Microsoft Graph9/3/2024 5:05:57 AM. Create a Power Apps app that lists new employees who joined this year by using the Microsoft Graph API. With a button click, retrieve and display user data filtered by hire date in a gallery. This app
  • 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
  • Calling Business Process Flow (Power Automate) using Copilot Studio9/2/2024 4:51:48 AM. Integrate Copilot with Power Automate to streamline business processes. Create a Power Automate flow triggered by Copilot, allowing dynamic inputs like location and booking date. Set up input variable
  • Change Date Time Field Behavior in Dynamics 365 to User Local8/29/2024 8:52:09 AM. This guide covers step-by-step instructions for configuring date and time settings to align with user-specific time zones, ensuring accurate and relevant time data for your CRM.
  • How to Create a Custom Message Box in Windows Form Application8/28/2024 6:50:09 AM. Learn how to create a custom message box in a Windows Forms application using C#. This step-by-step guide covers everything from designing the message box to implementing it in your WinForms project.
  • What is Databricks Delta Live Tables (DLT)8/28/2024 5:37:42 AM. Databricks Delta Live Tables (DLT) is a powerful tool for automating data pipelines, ensuring data quality, and simplifying ETL processes. DLT allows real-time data processing and supports both batch
  • Learn to Create a Simple Dialog Box in Blazor8/27/2024 11:04:33 AM. This guide covers designing and implementing a basic modal dialog using Blazor components and Razor pages, enhancing your web UI with interactive elements and user-friendly interfaces.
  • New in Fabric Warehouse SQL: TRUNCATE8/27/2024 6:07:38 AM. The SQL TRUNCATE command, newly introduced in Fabric Warehouse, offers an efficient way to delete all rows from a table without logging individual row deletions.
  • How to use React and Gatsby.js?8/27/2024 5:29:35 AM. Pairing React with Gatsby.js allows for the creation of high-performance, SEO-friendly websites. This guide walks you through setting up a Gatsby project, integrating React components, and using essen
  • How to Build and Reuse a Dynamic Pagination Component in Blazor8/23/2024 7:24:43 AM. Learn how to build a dynamic and reusable pagination component in Blazor. This guide covers creating a flexible pagination system that can be easily integrated into different parts of your application
  • New Features in Grid Dataverse Dynamics 365 for 2024 Revealed8/23/2024 7:12:14 AM. Explore the latest advancements in Grid Dataverse for Dynamics 365 with our 2024 update. This release unveils dynamic enhancements designed to boost data management and user experience.
  • Implementing Pagination for Large Datasets in Java Web Applications8/22/2024 12:00:38 PM. This guide demonstrates how to implement pagination in a Java web application using JSP and Servlets. It covers setting up a data source, handling pagination logic in a servlet, and displaying data wi
  • How to Use Absolute Position Property in CSS8/22/2024 11:05:22 AM. In this article, you'll learn how to position an image as a background using the Z-index property in CSS. We start by designing a header with a title in a div container, then create a main body di
  • How to get all the user properties using powershell in SharePoint 2010 8/22/2024 7:23:23 AM. Learn how to retrieve all user properties in SharePoint 2010 using PowerShell. This guide covers how to get user details with scripts that access the SharePoint site, fetch user profiles, and handle c
  • Transparency and Control in Consumer Data Use8/22/2024 7:04:54 AM. Learn how your data is collected, used, and protected while gaining insights into your rights and the steps you can take to safeguard your privacy. Empower yourself with knowledge for better data secu
  • Why Learn to Use ChatGPT?8/22/2024 6:16:13 AM. Learning ChatGPT boosts productivity by automating tasks like content creation and coding assistance. It supports continuous learning in fields like programming and language skills, improves communica
  • Error Handling for Email Confirmation in ASP.NET Core8/22/2024 5:33:02 AM. Learn how to manage exceptions during the email verification process, enhance user experience, and ensure secure account activation. The guide covers best practices for robust email confirmation workf