Related resources for drive
  • The Cynefin framework with Domain-driven Design11/21/2024 12:40:43 PM. What is the Cynefin Framework, and how does it align with Domain-Driven Design (DDD)? The Cynefin framework helps decision-makers navigate complex problems by categorizing them into five domains. It c
  • CRUD Operation in Java with code example11/15/2024 10:38:29 AM. This article demonstrates implementing CRUD operations in Java with a console-based Student Management System, allowing users to add, view, update, and delete student records using a simple menu-drive
  • Azure Logic App11/10/2024 7:04:51 AM. In this article, we will learn about Azure Logic Apps, which is a cloud-based service that enables users to create automated workflows and integrate applications, data, and services across the cloud a
  • 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
  • Server-Driven UI: Building Dynamic React Applications10/25/2024 11:44:23 AM. This video will explore how SDUI, combined with React, empowers teams to build flexible, maintainable, and quickly adaptable applications that deliver exceptional user experiences.
  • 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
  • Understanding Key Concepts in Domain-Driven Design9/23/2024 8:30:18 AM. In this article, we will explore how these concepts drive effective software modeling, ensuring alignment between the business domain and your codebase.
  • Hide OOB Share Button in Model-Driven Apps9/23/2024 4:51:08 AM. Learn how to control app behavior, personalize the user interface, and enhance the overall user experience in Dynamics 365 and PowerApps using simple customization techniques.
  • 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
  • Understanding of Domain Driven Design (DDD)8/29/2024 6:25:58 AM. Domain-driven design is a software development approach that closely aligns software models with business needs. It focuses on key concepts like Entities, Value Objects, Aggregates, and Aggregate Root
  • 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
  • AI Predictive Analytics for Better Business Strategy8/23/2024 4:52:54 AM. This article explores how AI-driven predictive analytics is revolutionizing business strategy and decision-making. It examines the advanced techniques used in AI to forecast future trends, optimize op
  • AI-Driven Customer Experience Revolutionizes Business Interactions8/22/2024 11:21:04 AM. AI is revolutionizing customer experience by enabling personalized interactions, efficient support, and enhanced loyalty. From AI-driven product recommendations and dynamic pricing to chatbots and pre
  • Unlocking the World of AI Image Generation: Tips for Beginners8/21/2024 6:03:44 AM. Learn how to navigate popular AI tools, understand key concepts, and apply practical tips to create stunning digital images. Perfect for beginners eager to explore the creative potential of AI.
  • Event-Driven Microservices with .NET Core8/20/2024 7:18:14 AM. Build scalable, resilient microservices with .NET Core and MediatR by implementing event-driven architecture. This approach decouples services, enhances scalability, and simplifies maintenance. Learn
  • 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 Perform Click Operation Using JavaScript Executor In Selenium Webdriver8/1/2024 8:46:23 AM. This article explores performing click operations on buttons, radio buttons, checkboxes, and links using JavaScript in Selenium WebDriver. It covers two methods: using JavaScript exclusively for findi
  • How To Perform Scroll Operations Using JavaScript Executor In Selenium WebDriver7/30/2024 6:11:34 AM. Learn how to perform scroll operations using JavaScript Executor in Selenium WebDriver. This guide covers integrating JavaScript with Selenium to handle dynamic web elements and complex scrolling scen
  • How To Highlight Web Elements Using JavascriptExecutor In Selenium WebDriver7/30/2024 6:03:17 AM. Learn how to highlight web elements in Selenium WebDriver using JavascriptExecutor. This guide covers how to use JavaScript to draw attention to elements on a webpage during automated testing, making
  • What Is Javascript Executor In Selenium WebDriver7/30/2024 3:44:53 AM. JavaScriptExecutor in Selenium WebDriver allows executing JavaScript code within a web browser. It's useful when WebDriver’s native commands fail, such as manipulating web elements or triggering b
  • How To Enter Text Into A Textbox Using JavascriptExecutor In Selenium WebDriver7/30/2024 3:44:26 AM. This guide covers the step-by-step process for utilizing JavaScriptExecutor to interact with web elements, automate text entry, and enhance your Selenium automation scripts. Perfect for improving you
  • How To Find Elements In A Webpage Using JavaScript7/30/2024 3:42:29 AM. Learn how to find web elements using JavaScript in Selenium WebDriver. Discover methods like getElementById, getElementsByName, and querySelector for precise element retrieval. Explore how to use Java
  • Azure Event Grid for Event-Driven Applications - Azure Essentials Series - Ep: 87/22/2024 10:41:49 AM. This episode'll explore the features, benefits, and best practices for using Azure Event Grid to build scalable and efficient event-based applications.
  • MongoDB Filters With .NET Using MongoDB.Driver 7/5/2024 6:55:18 AM. Learn how to leverage MongoDB.Driver in .NET and C# for efficient data filtering. This guide focuses on implementing MongoDB operations directly within a .NET 8 Web API project, skipping higher-level
  • Explain Unit Testing in .NET API7/3/2024 6:12:09 AM. Explore effective strategies for unit testing in .NET API development. Learn essential techniques like test-driven development (TDD), utilizing NUnit or xUnit frameworks, mocking dependencies, and ens
  • Introduction To Azure Function App6/20/2024 10:10:26 AM. Discover the power of Azure Function Apps, Microsoft's serverless computing service. Learn to leverage event-driven architecture for scalable, cost-efficient solutions in the cloud.
  • Interview Questions And Answers On Selenium6/20/2024 10:10:19 AM. Explore comprehensive interview questions and expert answers on Selenium, covering essential topics like Selenium WebDriver, test automation strategies, Java/C#/Python programming for Selenium, test f
  • Introduction To Selenium Webdriver With C# In Visual Studio 20156/17/2024 11:20:36 AM. Selenium WebDriver is an automated web application testing tool that integrates with languages like C#, Java, and Python. C# is a Microsoft programming language for building secure applications on the
  • Harnessing The Power Of AI In Project Management6/17/2024 9:17:11 AM. Artificial Intelligence (AI) is revolutionizing project management by enhancing scheduling, resource allocation, risk management, decision-making, task automation, and team collaboration. AI tools lik
  • Learn Webhook vs. Callback URL6/13/2024 7:20:48 AM. Webhooks and callback URLs are key in web development, enabling real-time updates and automatic interactions. Webhooks push data on specific events, used in real-time notifications and CI/CD. Callback
  • How To Creating a Live Chat App Using Socket.IO and Node.js6/13/2024 5:10:30 AM. Discover how to create a real-time chat app with Socket.IO and Node.js. This tutorial guides you through setting up the server, building the frontend, and enabling instant messaging between users. Ide
  • FIRST Principles of Unit Testing: A Guide to Quality Code in C#6/12/2024 5:46:57 AM. Emphasizing the FIRST principles (Fast, Independent, Repeatable, Self-validating, and Timely), this guide equips developers with the techniques and best practices needed to ensure robust, reliable, an
  • Understanding Vertical Slice Architecture: Structuring Vertical Slices6/10/2024 10:32:20 AM. At its core, a vertical slice represents a self-contained unit of functionality. It's a slice through the entire application stack. It encapsulates all the code and components necessary to fulfill
  • Azure Event Hub Implementation Using .Net Core Console App6/5/2024 8:11:22 AM. Implement real-time data processing with Azure Event Hub using a .NET Core console app. Utilize Azure's scalable messaging service for efficient event-driven architecture, enabling seamless data s
  • Integrate Azure DevOps with AHA for Seamless Product Development 6/3/2024 6:22:24 AM. In today's fast-paced software development landscape, collaboration and integration between project management tools are essential for driving innovation and delivering value to customers. Azure D
  • Quick Start With Microsoft PowerApps5/22/2024 10:17:27 AM. Get started swiftly with Microsoft PowerApps, crafting apps effortlessly via low-code tools. Seamlessly integrate data sources, design interfaces, and deploy apps across various platforms with ease.
  • View Uploaded Files in Google Drive from ASP.NET Core App5/21/2024 9:53:36 AM. In this article, learn how to enhance your ASP.NET Core app by enabling users to view uploaded files directly in Google Drive. Follow our easy-to-understand guide to set up the Google Drive API, uploa
  • Working With RadioButton Control In Microsoft PowerApps5/21/2024 9:41:45 AM. The RadioButton control in Microsoft PowerApps allows users to select a single option from a set of choices. With customizable properties and event handling, it enhances user interaction and data sele
  • An Overview on Domain Driven Design (DDD)5/13/2024 3:55:21 AM. Explore the fundamentals of Domain Driven Design (DDD) in this overview, focusing on principles like domain modeling, ubiquitous language, and bounded contexts.
  • Events in .NET5/9/2024 11:52:53 AM. An event is a message sent by an object to signal the occurrence of an action. This action caused by the user interaction such as button click, mouse click etc.
  • Create document Library in SharePoint 2013 Online5/6/2024 11:23:09 AM. Create document libraries in SharePoint 2013 Online for efficient document management. Customize folder structures, set permissions, and utilize metadata for easy organization and retrieval. Collabora
  • Program, Accounts and Program Driven Addresses(PDA) in Solana5/3/2024 11:38:30 AM. In this article, we will learn about Programs, Accounts, and Program Driven Addresses(PDA) in Solana. programs are like the building blocks of decentralized applications.
  • Get Activity Details Of All OneDrive Users Using Microsoft Graph API5/2/2024 9:52:56 AM. In this article, we will learn how to leverage the Microsoft Graph API to retrieve detailed activity insights for all OneDrive users. Discover user analytics, monitor usage patterns, and integrate dat
  • Introducing RX For Collections4/30/2024 10:45:39 AM. Discover the power of Reactive Extensions (Rx) for efficient and responsive collection handling. Learn how Rx enables event-driven, asynchronous data processing, transforming collections into dynamic,
  • TDD (Test Driven Development) Using MSTest4/30/2024 7:27:58 AM. Test Driven Development (TDD) using MSTest involves writing tests before code. With MSTest, developers create automated unit tests to validate small units of code. This iterative process ensures funct
  • Event Handling In .NET4/27/2024 4:15:10 AM. Explore event handling in .NET, a fundamental aspect of event-driven programming. Learn about event handlers, delegates, and the EventSource class, diving into the publisher-subscriber pattern and bes
  • How To Change Drive Letter In Windows 104/26/2024 11:57:15 AM. Learn how to change drive letters in Windows 10 using Disk Management. This guide covers step-by-step instructions to assign or modify drive letters for internal, external, or USB drives. Explore syst
  • DriveInfo Class in C# with an Example4/25/2024 10:09:36 AM. The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk space
  • Exploring About Azure Function4/23/2024 8:34:53 AM. Explore the power of Azure Functions, Microsoft's serverless computing offering in the cloud. Dive into event-driven programming, scalability, and seamless integration with Azure services.
  • View Contents Of Your Google Drive Using .NET4/22/2024 11:10:08 AM. In this article, we will Learn to access and view your Google Drive contents seamlessly using . NET. This tutorial guides you through integrating Google Drive API into your .NET applications, empoweri
  • How to Get External Drives and Peripherals Using WMI Query4/22/2024 9:26:33 AM. Learn how to efficiently retrieve information about external drives and peripherals on Windows using WMI queries. Explore the power of WMI (Windows Management Instrumentation) for detecting and managi
  • Select Query With Logical Operator in a Mongo Database Using C# Driver4/18/2024 1:28:05 PM. Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
  • Google Drive Integration In Flutter (Upload, Download And List Files)4/9/2024 9:24:15 AM. In this article, you will learn how to seamlessly integrate Google Drive functionality into your Flutter mobile app. This comprehensive guide covers uploading, downloading, and listing files, enabling
  • Custom Validation In Angular Template-Driven Forms4/9/2024 9:08:54 AM. In this article, we will learn about validations in the template-driven form in Angular. We will create a simple user registration form and implement some inbuilt validations on it. Along with the inb
  • How to Add Network Location in Windows 84/8/2024 11:47:51 AM. In this article, Learn how to seamlessly integrate network resources into your Windows 8 experience by adding network locations. Follow step-by-step instructions to map network drives, access shared f
  • Asynchronous Communications Using RabbitMQ Message Broker4/4/2024 11:37:39 AM. In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distribut
  • Connect Blob Storage & OneDrive via Azure Logic Apps3/28/2024 9:42:08 AM. Connect blob storage and oneDrive with approval-based automated workflows using Azure Logic Apps. Azure Logic Apps automate workflows across applications and services, reacting to events and processin
  • Dynamic Timer Control Duration from SharePoint List in Power Apps 3/27/2024 9:12:40 AM. Empower your Power Apps with dynamic timer control settings sourced from SharePoint lists. Enhance user experience and efficiency by customizing timer durations based on data from SharePoint, seamless
  • Enable Copilot for App Users in Model-Driven Apps3/20/2024 12:05:44 PM. Empower app users with Copilot in model-driven apps for Dynamics 365. Enhance productivity and user experience by enabling AI-driven assistance, contextual help, and guided support, streamlining decis
  • Domain-Driven Design with Records in C#3/19/2024 7:08:54 AM. C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enh
  • How to Install the Print Server on Windows Server3/15/2024 8:58:11 AM. Install Print Server on Windows Server 2012 to manage network printing efficiently. Configure printers, queues, and drivers seamlessly. Utilize Group Policy for centralized management. Ensure smooth p
  • Exploring AI-Driven C# Development with GitHub Copilot3/7/2024 4:00:58 AM. One of the most exciting advancements in this space is GitHub Copilot, an AI-powered coding assistant specifically designed to streamline the development process for C# programmers. This article delve
  • Fundamentals of Unit Testing: Test Your Application by Visual Studio Unit Test3/5/2024 10:33:54 AM. This article is part of the "Fundamentals of Unit Testing" series, focusing on practical implementation in the Visual Studio environment. It covers steps such as creating a class library app
  • Positive Tweet to Excel: Using Azure Logic App & Microsoft Cognitive Service3/1/2024 10:48:39 AM. This article provides a comprehensive guide on leveraging Microsoft Cognitive Services within Azure Logic Apps to automatically save positive tweets related to a specific hashtag to an Excel spreadshe
  • Connect Box To OneDrive Using Azure Logic Apps3/1/2024 10:44:37 AM. This article helps you to learn how to Connect Box to OneDrive using Azure Logic App. Logic App is a cloud-based service that allows us to react to an event in one service (such as SharePoint online)
  • Connect OneDrive To Google Drive With Azure Logic Apps3/1/2024 8:57:31 AM. In this article, we will learn Automate file transfers, streamline workflows, and integrate cloud storage effortlessly with this powerful solution, leveraging Microsoft Azure's capabilities.
  • Shell Commands within C#2/28/2024 7:11:49 AM. Using shell commands within C# involves leveraging the ProcessStartInfo and Process classes to execute commands. You specify the command to run, handle input/output streams, and manage execution setti
  • Accessing Network Drive in C#2/28/2024 7:10:13 AM. Network Drives are those locations that are mapped to a drive or folder in another system that can be accessed over a network. I will show you how to access the network drives.
  • How To Update Graphics Card In Windows 102/28/2024 7:09:28 AM. In this article, Learn how to update your graphics card on Windows 10 for optimal performance. Ensure your GPU drivers are up to date with our step-by-step guide. Discover how to navigate Device Manag
  • How To Hide Or Unhide Any Drive In Windows 102/27/2024 2:35:59 PM. In this article, we will learn how to effortlessly hide or unhide drives on Windows 10. Safeguard sensitive data or customize your system's appearance by following our simple step-by-step guide. M
  • How To Set A Printer To Print Black And White In Windows 102/27/2024 11:18:59 AM. In this article, we will discover how to set your printer to print in black and white on Windows 10. Save ink and customize your printing preferences with ease. Learn to adjust settings, navigate prin
  • Create New Microsoft Account In Windows 82/27/2024 11:05:46 AM. This article guides users through the process of creating a new Microsoft Live ID in Windows 8. It emphasizes the importance of a Microsoft account for accessing the Windows Store and utilizing additi
  • How to Map Network Drive in Windows 82/27/2024 11:05:24 AM. To map a network drive in Windows 8, open File Explorer, go to "This PC", then click "Computer" and "Map network drive". Choose a drive letter and enter the network locat
  • Install Windows 8 OS by Using a Pendrive2/26/2024 9:31:04 AM. Install Windows 8 OS using a pendrive by creating a bootable USB with tools like Rufus. Obtain a Windows 8 ISO file, configure BIOS to boot from USB, and follow on-screen prompts for installation. Par
  • Recover Data of BitLocker Encrypted Drive in Windows 82/26/2024 9:26:47 AM. Recover data from a BitLocker encrypted drive in Windows 8 using the BitLocker Repair Tool (repair-bad). Locate the recovery key, decrypt the drive, and retrieve files. Ensure compatibility and follow
  • How To Create And Use System Recovery Drive In Windows 102/23/2024 6:55:05 AM. In this article, we will learn how to safeguard your Windows 10 system by creating and utilizing a System Recovery Drive. This essential guide walks you through the steps to create a bootable USB driv
  • Fix Popup - OneDrive Isn’t Signed In2/22/2024 6:37:18 AM. Learn how Encountering a 'OneDrive Isn’t Signed In' popup can disrupt workflow. Troubleshoot by ensuring proper sign-in to your Microsoft account, verifying internet connectivity, checking acc
  • Test-Driven Development in C# .Net2/19/2024 6:56:10 AM. In this article, you will learn how to get started with test-driven development in C# .NET. est-Driven Development (TDD) in C# with Abdul Rahman, a Senior Software developer. Discover how to write tes
  • Telemetry in ASP.Net Core Web API2/16/2024 6:58:48 AM. This article introduces the concept of telemetry in web APIs, focusing on its significance in performance monitoring and issue identification.
  • How to Manage Drive Space with Storage Sense in Windows 11?2/16/2024 4:12:00 AM. Storage Sense can automatically free up drive space for you by getting rid of items that you don't need, like temporary files and items in your Recycle Bin.
  • Mastering Test-Driven Development with ASP.NET Core2/14/2024 8:19:52 AM. Test-Driven Development (TDD) is a methodology in software development that emphasizes writing tests before writing the actual implementation code. The code is thoroughly tested and meets the specifie
  • Metadata-Driven Architecture in Data Engineering2/1/2024 9:16:12 AM. This article explains how data engineers can make their work more flexible and efficient using Metadata-Driven Architecture (MDA). It breaks down two methods: one using a central database (good for st
  • Working with Modern Command Bar Designer in PowerApps1/31/2024 8:57:02 AM. In this article we will discuss about modern command designer and how it is becoming more popular alternative to RibbonWorkBench. We will discuss various Use Cases followed by a demo discussing step b
  • Get Data from Comma Separated Value (CSV) Files1/29/2024 10:43:40 AM. Comma separated value files, often known as a CSV, are simple text files with rows of data where each value is separated by a comma. We will see how to import CSV data in Power BI.
  • What is Protractor in Angular?1/4/2024 9:47:11 AM. Protractor, designed for Angular applications, is an E2E testing framework built on WebDriverJS. With Angular-specific features, automatic waiting, and cross-browser support, it streamlines end-to-end
  • Clean Architecture 1/2/2024 6:37:21 AM. Embark on a learning journey into the world of Clean Architecture, a transformative paradigm in software development. Uncover its core principles, such as separation of concerns and testability, with
  • Azure Functions in ASP.NET Core Web API1/1/2024 9:14:48 AM. Azure Functions, a component of Microsoft's serverless computing offerings in Azure, enable developers to create and deploy small, event-driven code without managing infrastructure. These function
  • Event Driven Architecture in Microservices12/24/2023 3:22:14 PM. In this article, you will learn about event streaming in microservices. Event streaming in microservices is a powerful approach to communication and data processing based on a continuous flow of event
  • Get The Total Free Space Available On A Drive12/6/2023 9:31:35 AM. In this article, I am showing how we can get the total free space on a Drive.
  • How to Share a Drive and Mapping for Client User?12/1/2023 9:52:24 AM. Learn the proper and easy method to share and map a drive for client users. Follow clear steps from creating a shared folder to setting up permissions in this insightful guide.
  • How to Implement Server-Driven UI in SwiftUI11/30/2023 10:25:24 AM. Uncover the step-by-step process of implementing Server-Driven UI in SwiftUI with this comprehensive guide. Learn how to seamlessly integrate server-driven data into your SwiftUI app, leveraging its d
  • How to Install Selenium Your Computer?11/2/2023 5:10:49 AM. This article provides a clear and detailed set of instructions for installing Selenium and its related components on your computer. It's particularly helpful for those new to Selenium and looking
  • Test-Driven Development in .NET10/27/2023 5:04:09 AM. Test-Driven Development (TDD) is a software development practice emphasizing writing tests before code. Its three-step process includes writing a failing test, writing the code to pass the test, and t
  • How to Search Text in PDF Files on OneDrive Using Telerik10/27/2023 4:39:22 AM. In this post, I will demonstrate the use of Telerik to read PDF content
  • How to Copy Outlook Attachments to a OneDrive or SharePoint Folder?10/22/2023 5:05:05 AM. Copy Outlook attachments to a OneDrive or SharePoint folder automatically using Microsoft Power Automate
  • API Development using Clean architecture and facade design pattern in Asp.Net Core Web API10/16/2023 4:56:31 AM. Implementing a complete solution with all the details you've requested involves a significant amount of code, and it might not be feasible to provide an exhaustive example here. However, I can giv
  • Search Specified Type Of File In C#10/10/2023 9:47:18 AM. In this article I explain how to determine the location of a specified file type in all directories of your computer with the help of C#.
  • Software Architecture Types9/26/2023 4:42:06 AM. Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
  • PowerApps - PCF - Input Formatter With Regular Expression9/21/2023 6:15:11 AM. The benefit and advantage of this component is to dynamically apply validation pattern to HTML5 input control with the help of custom regular exppression. Along with this, it also provides some masked
  • Scalable Event-Driven APIs with Azure Event Grid and Service Bus in ASP.NET Core9/13/2023 10:37:28 AM. In this comprehensive example, we covered all the essential components required for building an event-driven API using Azure Event Grid and Azure Service Bus. Keep in mind that the specific implementa