Related resources for One
  • Add a Folder/File to OneDrive Without Moving it into OneDrive11/1/2024 8:35:04 PM. This article will discuss the way to Add Folder/File outside of OneDrive Folder to OneDrive without Moving it into OneDrive
  • Enable Apple Intelligence on iPhone for Smarter Features10/29/2024 6:36:17 AM. Apple's new iOS 18.1 release unlocks Apple Intelligence, offering advanced Siri features, writing tools, enhanced email summaries, and photo search capabilities. Available on iPhone 15 Pro and M1
  • 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.
  • Enhancing Forms with React Server Components10/24/2024 11:49:57 AM. In this video, we explore the application of React Server Components (RSC) to elevate the functionality and efficiency of forms.
  • TypeScript for advanced type inference in React10/24/2024 4:43:27 AM. In this article, Ziggy Rafiq discusses advanced type inference techniques in React with TypeScript, focusing on hooks and JSX elements.
  • 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
  • Angular Directives 10110/21/2024 4:44:38 AM. Directives are a core feature in Angular that extends and customizes HTML elements. They simplify modifying styles, managing user inputs, and manipulating the DOM, providing flexible support in user i
  • Power Apps and Library Component10/20/2024 9:59:58 AM. Library components in Power Apps are reusable modules that can be shared across multiple apps to streamline development. They help maintain consistency, reduce redundancy, and enable easy customizatio
  • SharePoint : Optimize SharePoint Storage with Version History Limits 10/16/2024 10:38:11 AM. Discover how Microsoft's new version history limits (currently in preview) can help streamline document management and optimize SharePoint and OneDrive storage. Learn how to configure organization
  • 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
  • Routers in Backbone.JS: Part 710/3/2024 11:31:21 AM. Backbone.Router enables URL routing and history management for web applications. It allows creating bookmarkable, shareable URLs and mapping them to application actions. This article covers the basics
  • Introduction To SignalR With .NET Core - Part One10/1/2024 8:24:06 AM. Learn how SignalR enables seamless server-client messaging, the basics of its architecture, and step-by-step instructions to set up your first SignalR project in ASP.NET Core.
  • SharePoint Framework (SPFx) - Part One - Development Environment Setup9/27/2024 10:21:21 AM. Learn the prerequisites, tools, and steps needed to configure your system for SPFx development. Ideal for beginners looking to create custom solutions in SharePoint Online.
  • 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 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,
  • SharePoint Based Triggers in MS Flow - Part One9/23/2024 11:13:16 AM. Learn how to set up automated processes using SharePoint lists and events, enabling efficient task management and real-time notifications. This is Part One of a comprehensive series.
  • Chat Bot With Azure Authentication - Part One9/23/2024 11:08:03 AM. This article series covers how to register an app with Azure Active Directory, obtain an access token, and integrate Azure Bot Service. It explains setting up authentication, saving conversation state
  • 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
  • Building a Custom QR Code Generator Component in React9/20/2024 4:32:50 AM. In this guide, you'll learn how to build a custom QR code generator component in React. We'll cover the steps to integrate a QR code library, customize the QR code's appearance, and make i
  • Background Task in Universal Windows Program - Part One9/18/2024 8:53:52 AM. This article explains implementing background tasks in mobile programming for notifications and data processing. It covers creating a background task component using UWP and Windows Runtime, registeri
  • AngularJS Interview Questions And Answers - Part One9/17/2024 10:36:14 AM. In this guide, "AngularJS Interview Questions And Answers - Part One," you'll find a comprehensive list of essential questions and detailed answers to help you prepare for AngularJS inte
  • Build Microsoft Teams Tab Extensions with React Fluent UI9/11/2024 7:17:30 AM. Discover how to create a powerful Teams Tab Extension using React and Fluent UI in this step-by-step guide. From setting up your development environment to integrating Fluent UI components seamlessly,
  • Property 'X' Does Not Configure the Code Serialization for its Property Content9/11/2024 5:35:43 AM. The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [Design
  • 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
  • Create Simple Application Using Backbone.js9/10/2024 10:15:08 AM. This article demonstrates a basic Backbone.js example by displaying "Hello World." It guides you through creating a simple Backbone.js application within an ASP.NET web project using Visual
  • Soneium Minato Testnet Live with Soneium Spark Incubation Program9/10/2024 6:06:00 AM. Soneium Minato, Sony's Layer-2 Ethereum blockchain, supports Web3 innovation with scalable, low-cost transactions. Its Soneium Spark Incubator offers up to $100,000 in funding and mentorship for b
  • Increment and Decrement of Numbers Using Event in Backbone.js9/9/2024 11:53:16 AM. In this article, we create a simple application using Backbone.js to increment and decrement numbers with event handling. By adding two buttons, users can click to increase or decrease a number.
  • Working With Azure Functions From SharePoint Components9/9/2024 11:48:43 AM. This article explains how to trigger Azure functions from SharePoint pages using HTTP trigger functions. It covers creating a SharePoint list from an Azure function using C# and SharePoint CSOM, passi
  • Types of components selectors in Angular with examples9/6/2024 8:22:59 AM. Angular offers various component selectors: Type Selector (e.g., app-root), Attribute Selector (e.g., [app-attribute-selector]), Attribute Selector with Value (e.g., [app-attribute-selector-with-value
  • Create a Material-UI Custom Select Component with React js.9/5/2024 8:31:11 AM. Learn how to create a custom select component using Material-UI with React JS in this tutorial. We’ll walk through setting up Material-UI, designing a customizable select dropdown, and integrating it
  • Explaning .NET Razor ≠ .NET Blazor9/5/2024 5:14:36 AM. Razor and Blazor are distinct web technologies. Razor is a server-side templating engine in ASP.NET Core MVC, combining HTML with C# for dynamic server-side content. Blazor, in contrast, enables inter
  • Learn AngularJS From Beginning - Part One9/4/2024 7:11:31 AM. In this article, start your journey into web development with our AngularJS tutorial series. In Part One, we cover the basics, guiding you through the essential concepts and setup needed to build dyna
  • Building a Custom Rating Component in React9/2/2024 6:32:54 AM. Learn how to build a custom rating component in React, which is perfect for adding interactive star ratings to your web applications. This tutorial covers the step-by-step process, including component
  • Illustration of Bubble Sorting in one Dimensional Array8/30/2024 8:29:58 AM. Bubble Sort is a simple sorting algorithm that arranges elements in an array by repeatedly comparing and swapping adjacent items. It iterates through the array multiple times, moving the largest (or s
  • Blazor Meets Azure Maps8/30/2024 4:59:43 AM. This guide walks you through creating a Map component using Azure APIs in a Blazor application. It covers setting up an Azure Maps account, obtaining a subscription key, and integrating the map into y
  • 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.
  • AI-Powered Virtual Assistants: How to Build One in C#8/28/2024 8:19:26 AM. Build an AI-powered virtual assistant in C# using Microsoft Bot Framework, ML.NET, and Azure Cognitive Services. This assistant can perform tasks like setting reminders, answering queries, and recogni
  • 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.
  • Building a Data-Driven App with Blazor and Fluent UI8/26/2024 4:06:22 AM. This guide covers integrating Microsoft's Blazor framework with Fluent UI components to create responsive, intuitive user interfaces. Ideal for developers looking to leverage .NET and C# in single
  • Artifactory: Simplifying Software Component Management8/26/2024 3:59:45 AM. Artifactory is a universal repository manager that centralizes the management of binaries dependencies and builds artifacts across formats like Maven, Docker, and npm. It integrates with CI/CD tools,
  • Sharing Data from Child to Parent in Angular 188/24/2024 7:39:37 AM. In this walkthrough, you'll learn how to send data from a child component to a parent component in Angular using the @Output decorator and EventEmitter. You'll create a simple Angular project
  • 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
  • Share Data from Parent to Child Component in Angular 188/23/2024 6:25:55 AM. Learn how to send data between Angular components using @Input and @Output decorators. This guide demonstrates how to transfer data from a parent to a child component in Angular. Create a project, set
  • Building Dynamic and Reusable Modal Popups in Java Web App8/23/2024 6:12:52 AM. Learn to create interactive UI components that enhance user experience through modular, maintainable code. Ideal for developers seeking to improve their Java skills and design more responsive, scalabl
  • Create, Configure And Deploy Provider Hosted Add-In For SharePoint Online - Part One8/21/2024 8:43:42 AM. In this article you will learn how to create, configure and Deploy Provider Hosted Add-in for SharePoint Online.
  • Creating Custom Web Components8/21/2024 4:51:27 AM. Creating a Web Component with frameworks such as React and Angular may look ordinary. But how about Vanilla JavaScript? In this article, we will also understand the basics of HTML.
  • Create a Custom Middleware Component in ASP.NET Core8/14/2024 5:55:04 AM. This guide covers defining, implementing, and integrating middleware, allowing you to intercept and manipulate HTTP requests and responses effectively for custom functionality and performance improvem
  • Angular Routing Mastery Navigate Between Components Easily8/14/2024 5:44:12 AM. Learn the intricacies of routing between components, understand best practices, and explore advanced techniques to streamline your application's navigation. Ideal for developers looking to enhance
  • Flow files from OneDrive to SharePoint8/14/2024 5:14:55 AM. This guide covers integration techniques, data transfer methods, and sync strategies to efficiently migrate and manage your files across these powerful cloud storage platforms, enhancing productivity
  • How to Call JavaScript Function in Angular 18 Component?8/8/2024 9:38:18 AM. Learn how to integrate JavaScript functions within an Angular 18 component. This guide covers how to call and use JavaScript functions effectively in your Angular components, ensuring seamless interac
  • Tips to Learn Angular Quickly8/8/2024 5:50:23 AM. To learn Angular quickly, leverage your existing knowledge of HTML, CSS, and JavaScript. Focus on core Angular concepts like Components, Routing, Guards, Data Binding, Template Forms, and Services. Ut
  • Creating a Simple Calculator with React.js8/8/2024 5:30:31 AM. Learn how to craft a simple calculator using React.js. Follow our detailed steps to set up the environment, create components, implement logic, and add styling for a functional calculator app.
  • Implementing Cascading Drop-Down Lists in .NET Core8/7/2024 9:17:18 AM. Cascading drop-down lists are an essential feature in dynamic web applications where the choice in one dropdown dictates the contents of another. For example, selecting a country in one drop-down coul
  • Binding DOM Event With View Method in Backbone.JS8/6/2024 11:31:58 AM. In this article, learn how to bind DOM events to the View method using Backbone.js. By integrating jQuery, Underscore.js, and Backbone.js, you'll create a button that, when clicked, infinitely add
  • Data Science - Basics Of Statistics - Part One8/1/2024 11:46:05 AM. Data Science means Science which is being driven by data, by means of getting useful insights from the set of data available, plotting the data visually and predicting the future.
  • Use ngx-simple-text-editor in Angular 188/1/2024 5:48:40 AM. Learn how to integrate the ngx-simple-text-editor into an Angular 18 application. This guide covers installation, setup, and configuration of this rich text editor component, enhancing your Angular pr
  • Blazor Web Assembly 3.2 Add/Edit/Delete Fully Functional Application - Part One7/29/2024 8:37:43 AM. This article guides you through creating a Blazor web assembly app with .NET Core hosting. It covers setting up .NET Core APIs, Entity Framework Core for SQL Server data access, and implementing CRUD
  • Building Dynamic Timers in React Managing State and Effects7/25/2024 12:12:10 PM. This example demonstrates managing dynamic Timer components in React. Each Timer independently tracks button clicks and elapsed time, with start, pause, and reset functionality. The ExampleComponent a
  • Shifting to Zoneless in Angular 187/25/2024 12:09:34 PM. In this article, we will discover how to optimize your Angular applications for better efficiency and streamlined asynchronous operations, leveraging the latest framework advancements.
  • Learn Custom Pipes in Angular 177/25/2024 5:21:09 AM. Learn how to create custom pipes in Angular 17 with this comprehensive guide. Transform data in your templates effortlessly by generating, implementing, and registering custom pipes to meet your speci
  • Key components of Azure Governance7/24/2024 4:10:59 AM. Azure governance encompasses policies, initiatives, and blueprints in Microsoft Azure, ensuring secure, compliant, and efficient resource management. Policies enforce rules on resources, while initiat
  • Dynamic Expansion Panel as a separate component.7/21/2024 7:54:06 AM. Create a dynamic expansion panel in Angular using Angular Material to display user personal and correspondence addresses. This involves defining components with TypeScript for logic, HTML for view, an
  • The Rise of Mobile Malware7/21/2024 4:04:37 AM. The Rise of Mobile Malware" explores the increasing threats to mobile devices from malicious software. As smartphones become central to daily life, they attract cybercriminals targeting personal
  • Prototype Design Pattern7/18/2024 2:51:17 PM. Learn about the Prototype design pattern in Java, a creational pattern that enables object cloning for efficient instantiation. Explore cloneable interfaces, deep vs. shallow copying, and how to imple
  • Understanding the Angular Lifecycle Hooks7/16/2024 7:15:35 PM. Exploring NgOnInit, NgOnChanges, NgDoCheck, NgAfterViewInit, NgAfterViewChecked, NgAfterContentInit, and NgAfterContentChecked, this content offers comprehensive insights into when and how these hooks
  • Database Recovery (1): Clone Database From One Instance To Another In SQL Server7/13/2024 2:08:27 PM. In this article,you will learn how to clone database or tables from one instance to another in SQL Server.
  • Building Web Apps with Streamlit and Python7/10/2024 10:14:44 AM. Streamlit is a powerful Python library for creating interactive web applications quickly and easily. It offers a simple API, fast prototyping, easy deployment, built-in widgets, and automatic reloadin
  • How to Deploy and Configure Azure Public DNS Zones7/9/2024 12:36:26 AM. Learn step-by-step how to effectively deploy and configure Azure Public DNS Zones in this comprehensive guide. Explore Azure Portal navigation, DNS zone creation, record management, integration with A
  • Essential Components of Prompt Design in GPT's Search7/8/2024 4:49:51 AM. Explore the crucial elements of prompt design within GPT's search capabilities through a comprehensive analysis. Delve into the intricacies of optimizing natural language prompts for enhancing use
  • What are the Different Ways to Style a Reactjs Component?7/5/2024 5:24:38 AM. Styling React components can be done using various methods, including CSS stylesheets, inline styles, CSS modules, styled-components, Emotion, Styled JSX, Tailwind CSS, SASS/SCSS, and BEM methodology.
  • How to Pass Data Between Reactjs Components?7/5/2024 5:19:49 AM. Learn methods for passing data between React components, including props, state lifting, Context API, custom hooks, and third-party state management libraries like Redux, each suited for different app
  • What is the Purpose of getDerivedStateFromError in ReactJS7/3/2024 9:20:52 AM. GetDerivedStateFromError is a lifecycle method in ReactJS used for error handling within components. It allows components to catch JavaScript errors during rendering, updating, and in lifecycle method
  • What are Custom Hooks in ReactJS7/3/2024 9:19:26 AM. Custom Hooks in ReactJS empower developers to extract reusable logic from components into standalone functions, enhancing code organization and reusability. They encapsulate stateful logic, side effec
  • Types of Blazor Components Routable Non-Routable Templated Dynamic7/3/2024 7:45:51 AM. At the heart of Blazor applications are components, which encapsulate UI and logic, making it easier to build and maintain large web applications. In this article, we'll explore four types of comp
  • Explain Rating Control in PowerApps7/3/2024 5:39:46 AM. Discover step-by-step guidance on integrating this feature into your apps, optimizing user experience, and leveraging Microsoft's Power Platform for seamless app development and user engagement.
  • Centralized Project Updates with Teams Messaging Extension7/2/2024 5:25:29 AM. Learn how to create a Microsoft Teams Messaging Extension to centralize project updates from multiple project managers into OneNote. From this article, we learn to set up a Power Automate flow to save
  • Setting Up a Basic React Application with Routing7/1/2024 6:40:41 AM. Learn to build a React app with routing using react-router-dom. Set up a structured folder layout, define routes in Main.js, integrate components in App.js with BrowserRouter, and configure the entry
  • Understanding Data Binding in Angular6/28/2024 9:00:15 AM. Data Binding in Angular" explores the foundational concepts and practical applications of binding data between components and views in Angular applications. It covers two-way and one-way binding
  • Creating Dynamic Dropdown Lists in ASP.NET MVC6/28/2024 8:45:04 AM. Dropdown lists, or <select> elements, are essential in web forms, enabling users to choose from a predefined list of options. They enhance user experience by simplifying input selection and ensu
  • Understanding React Hook at a Glance6/28/2024 6:36:47 AM. React Hook at a Glance" provides a concise overview of React Hooks, the revolutionary feature introduced in React 16.8 that allows developers to use state and other React features in functional c
  • MemberwiseClone Method Instead of Copy Constructors in C# .NET6/27/2024 8:42:18 AM. When it comes to creating copies of objects in C#, there are several techniques available, each with its own advantages and use cases. This article will delve into the details of these two techniques,
  • Styling in React with Styled Components and TypeScript6/27/2024 4:54:20 AM. Using Styled Components and TypeScript, Ziggy Rafiq illustrates how to enhance the styling of React applications. With Styled Components, you can write CSS in JavaScript, simplifying the management of
  • Understanding ASP.NET - Part One - Owin And Katana6/26/2024 10:53:14 AM. Dive into the fundamentals of ASP.NET with a focus on Owin and Katana in this introductory series. Explore the architecture, middleware concepts, and how these technologies streamline web development
  • Apply Filters Dynamically on Kendo Grid in Angular6/25/2024 5:50:17 AM. Learn how to apply filters dynamically on a Kendo Grid in Angular, enhancing data management and user interaction in your web applications. This guide covers integrating Kendo UI components in Angular
  • SharePoint Add-ins (SharePoint App) - Part One6/24/2024 11:44:11 AM. Microsoft renamed "apps for SharePoint" to "SharePoint Add-ins." A SharePoint Tenancy, introduced in SharePoint 2010, is a set of site collections managed as a unit. In Office 365,
  • SharePoint 2016/2013 - How To Install SharePoint Client Components SDK6/24/2024 9:00:42 AM. Learn how to set up client machines for CSOM-based PowerShell development using SharePoint Client Components. Download the appropriate MSI file based on your OS version, install it, and access SharePo
  • OnPush Change Detection Strategy: Optimizing Angular Performance 6/21/2024 10:02:53 AM. Angular's OnPush change detection strategy optimizes performance by reducing unnecessary checks, only updating when input properties change or events occur. This approach, contrasting with the def
  • SignalR Chat App With ASP.NET WebForm And BootStrap - Part One6/20/2024 9:53:00 AM. Learn how to integrate and use SignalR with ASP.NET WebForm to create a real-time chat application. This tutorial covers user registration, login authentication, chat functionality, and changing profi
  • Mesop Framework Of Python From Google6/20/2024 5:59:11 AM. The Mesop Framework of Python from Google is a cutting-edge tool designed to streamline software development. Leveraging Python's simplicity and Google's robust infrastructure, Mesop offers de
  • Beginner's guide for creating standalone .rdlc reports with ssrs6/18/2024 8:05:49 AM. Learn how to create standalone SSRS reports using dummy data sources and access them via C# code. This article covers setting up .rdlc reports, mapping datasets, creating test harness in Visual Studio
  • Using React Components In SPFx Extension Application Customizer6/17/2024 11:23:06 AM. SharePoint Framework (SPFx) Extensions enhance SharePoint by customizing placeholders such as headers and footers using React components. Learn to create SPFx solutions with Yeoman, manage npm depend
  • Common Code Smell Mistakes In C#, Part One6/14/2024 10:39:44 AM. Learn about code smells—indicators of deeper issues in programming. Discover through examples like redundant boolean literals, explicit exception throwing, inefficient string concatenation, redundant
  • Various Ways Of Form Submission In ASP.NET MVC - Part One6/14/2024 10:39:14 AM. Learn various techniques for form submission in ASP.NET MVC. This series covers @Html.BeginForm and @Ajax.BeginForm methods, HTML5 form attributes, jQuery AJAX with FormData and serializeFormJSON. Enh
  • Validate Your Blazor Form Using EditForm6/13/2024 8:22:26 AM. Blazor server-side, part of ASP.NET Core 3, introduces form validation via Context API and Redux. DataAnnotation attributes simplify validation logic, enhancing user experience and minimizing code com
  • Creating a Web Resource Based on React TypeScript in Dynamics 3656/13/2024 8:02:59 AM. Integrating React and TypeScript with Dynamics 365 enables developers to build responsive and maintainable user interfaces. This approach leverages modern web practices for enhanced performance, reusa
  • Understanding Global Variables in Azure Data Factory6/13/2024 7:09:59 AM. Global variables in Azure Data Factory are user-defined variables accessible across different pipelines and activities within the same data factory. They store values like strings, numbers, dates, and
  • Create Repeating Section In PowerApps New Form - Step By Step - Part One6/12/2024 9:40:57 AM. This article guides you through creating a Repeating Section in PowerApps forms for New and Edit forms. Learn to store data in SharePoint lists, manage form navigation, and enhance user experience wit
  • Getting Particular Timezones Current Date Time in SQL Server6/12/2024 5:53:14 AM. To retrieve the current date and time for specific time zones in SQL Server, use the query SELECT * FROM sys.time_zone_info. This query returns information about supported time zones, including their
  • Understanding Gradient Descent: The Backbone of Machine Learning6/7/2024 10:29:13 AM. Gradient descent is a versatile and powerful optimization technique that is central to many machine learning algorithms. Its iterative approach to minimizing cost functions makes it an essential tool
  • Data Binding and it's Modes in WPF6/6/2024 11:24:54 AM. Learn about WPF's data binding modes: One-Way, Two-Way, OneWayToSource, OneTime, and Default. Understand how they control data flow between UI elements and data sources, enabling dynamic updates i