Resources  
  • Copying Files from Git Repository to Azure Storage in Azure DevOpsMar 28, 2024. Automate file copying from a Git repository to an Azure Storage Account with Azure DevOps. Utilize CI/CD pipelines to streamline the process, employing AzureCLI tasks and inline scripts to ensure seamless integration and efficient management of resources across your development workflow.
  • ASP.NET 8 - Multilingual Application with Single Resx FileMar 27, 2024. Discover how to create a multilingual web application in ASP.NET 8 using a single Resx file. This tutorial explores efficient localization techniques, enabling your site to support multiple languages seamlessly.
  • Managing .NET Solution Files with dotnet slnMar 27, 2024. The .NET Core SDK's dotnet sln tool simplifies managing large .NET projects. Learn its commands for adding, removing, listing projects, and advanced operations, streamlining solution file management for efficient development.
  • Deletion of Record using Power Shell Script with FetchXML Query in D365Mar 23, 2024. Deletion of Contact Record using Power Shell Script with FetchXML Query in D365
  • Simplifying File Uploads with .NET Core 7 Minimal APIsMar 21, 2024. Discover how .NET Core 7's Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file handling in web applications.
  • How to Combine Multiple vCard (VCF) Files into OneMar 20, 2024. Explore methods to merge or combine multiple vCard (vcf) files into a single. Get the best solutions to combine bulk vCard files into one.
  • How to Split VCF File to Multiple ContactsMar 19, 2024. Explore methods to split VCF (vCard) files into multiple contacts. Get the best solutions to easily split vCard files into multiple contacts on Windows and Mac.
  • Establishing Communication Between Executable Files Using TCP/IPMar 19, 2024. WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Steps include server/client development, execution instructions. Use CommonHelper for collaboration.
  • How to Delete a Specific Email using Azure Logic AppMar 18, 2024. How to delete a specific Email using Azure Logic App
  • Effective Communication Between Executable Files Using Shared MemoryMar 18, 2024. In a WPF (Windows Presentation Foundation) application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
  • Restrict Uploaded File Type in ASP.NET CoreMar 14, 2024. In ASP.NET Core MVC, you can restrict the uploaded file types by implementing validation on the server side. Here's a basic example of how you can achieve this.
  • Managing Storage Spaces with File Server Resource Manager (FSRM)Mar 13, 2024. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • What is File Size filter in Vue.js?Mar 13, 2024. Vue.js file size filter formats file sizes for display in a user-friendly way. It converts bytes to KB, MB, GB, or TB. Easily implemented globally in Vue components for clear presentation.
  • Save specific Email to Excel File using Azure Logic App Mar 12, 2024. Azure Logic Apps is a cloud-based service that streamlines business processes. This guide details how to automate moving specific emails to Excel in OneDrive seamlessly using Azure Logic App workflows.
  • How to Migrate Outlook PST Files to Office 365Mar 11, 2024. Explore methods to migrate Outlook PST files to Office 365 Mailbox. Ge the best solutions to migrate PST files into Office 365 in easy steps.
  • Restrict Uploaded File Size in ASP.NET CoreMar 11, 2024. In ASP.NET Core, you can restrict the uploaded file size using the RequestSizeLimit attribute in the Program.cs file or by configuring it in the appsettings.json file. Additionally, you can set the maximum file size programmatically in your controller actions.
  • Installing File Server Resource Manager on Windows ServerMar 11, 2024. In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to classify files, set quotas on folders, and create reports monitoring storage usage.
  • Dynamic Theme Change Across Canvas App ScreensMar 07, 2024. This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and output.
  • How Do I Open an OCR File in PDF?Mar 05, 2024. Explore methods to open OCR files in PDF. Get the best guides to open an OCR file in PDF with easy steps. Open OCR PDF files in C# using the iTextSharp library. Install iTextSharp, write C# code to extract text, and run the code for OCR PDF processing.
  • How to Do Distributed File System (DFS) In ServerMar 04, 2024. In this article, we will learn a distributed File System (DFS) as the name suggests, is a file system that is distributed on multiple file servers or multiple locations.
  • How to Open a PSD File Without PhotoshopMar 02, 2024. Explore methods to open a PSD File without Photoshop. Get the program to open a PDF file without Photoshop using C#.
  • How to View or Print CDR Image Files with or Without CorelDRAWMar 01, 2024. Explore methods to View or Print CDR Image files with or without CorelDRAW. Get the best guides to View or Print CDR Image files using CorelDRAW and C#.
  • How to Open, Read or View MS SQL Error Log FileFeb 29, 2024. Explore methods to open, read, or view SQL Server Error Log File. Get the best solution to open or view the SQL Server Log File of MS SQL Server in easy steps.
  • How to Read or View Exchange Database EDB File ProgrammaticallyFeb 28, 2024. Explore methods to Read or View the Exchange Database EDB File Programmatically. Know how to use this Exchange Server Managed API to View or Read Exchange EDB files.
  • How to Import a CSV File in R with Easy StepsFeb 28, 2024. In this article, we'll delve into importing a CSV file in R. We'll explore two user-friendly methods to accomplish this task: leveraging the intuitive Graphical.
  • Vue.js HTTP Requests: Error Handling, Authentication, and File UploadsFeb 28, 2024. Vue.js, with its simplicity and reactivity, is not only a front-end framework but also excels in facilitating communication between the client and server through HTTP requests. In this article, we will explore four advanced examples that go beyond the basics, showcasing the power and flexibility of Vue HTTP requests.
  • How to Create CSV File from Excel Spreadsheet Feb 27, 2024. Explore methods to Create CSV File from Excel Spreadsheet. Get the best solutions to carte or save CSV files from Excel Spreadsheet in easy steps.
  • Java Applet Design: File, Edit, and Search Options with ActionPerformed FunctionsFeb 26, 2024. Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Close.
  • What Are Single File Components in Vue.jsFeb 22, 2024. Single File Components (SFCs) in Vue.js consolidate templates, scripts, and styles in one file, enhancing organization. The example demonstrates creating and using a TodoItem component for a clear structure and efficient development.
  • Azure Key Vault Creation, RBAC Setup, User Addition, Secret ManagementFeb 21, 2024. Azure Key Vault empowers secure storage of secrets, keys, and certificates. Implement RBAC for fine-grained access control, manage users, and grant permissions. Easily create backup, delete, and restore secrets, ensuring robust security and compliance with Azure's comprehensive toolset.
  • How to Do Work Folder in Windows Server?Feb 19, 2024. Work Folders in Windows Server 2019 enable seamless synchronization of user files between devices, ensuring access to up-to-date data. Administrators can set up and manage Work Folders via Group Policy and Active Directory.
  • How to Generate a Popup Message Box in Power AppsFeb 16, 2024. This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. 'Delete' removes the item, 'Cancel' dismisses.
  • Use .http files in Visual StudioFeb 13, 2024. In Visual Studio, .http files enable direct API testing within the IDE from Visual Studio 2019 onwards. Before this, developers relied on tools like Postman or Swagger, or unit testing. These files streamline API testing by allowing requests.
  • How to Import Azure Wiki Contents into a JSON FileFeb 13, 2024. In today’s digital age, organizations often depend on collaborative tools like Azure Wiki to streamline knowledge sharing among team members. However, there are situations when you might need to export this content for further analysis, archival purposes, or integration with other systems.In this article, we’ll see how to import Azure Wiki content into a JSON file using Azure DevOps Services REST API with Python.
  • Supported File Types for Data Ingestion into KQL Database in FabricFeb 06, 2024. This article is about Understanding the Supported File Types for Data Ingestion into the KQL Database in Fabric Real-time Analytics. Supported file types include JSON, CSV, XML, & Text. Note: XLSX is not supported. See how to ingest & transform data using Data Factory.
  • Get Data from Comma Separated Value (CSV) FilesJan 29, 2024. 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.
  • Converting Outlook MSG to HTML in C# for Enhanced ReadabilityJan 22, 2024. Converting Outlook MSG to HTML in C# for Enhanced Readability" describes the process of converting Microsoft Outlook MSG files into HTML format using the C# programming language. This conversion is undertaken with the primary goal of improving the readability and accessibility of the message content.
  • How to Clean and Replace Corrupted Files in Windows 11Jan 17, 2024. The SFC process usually takes 5–10 minutes to complete, but it may take longer if the task is heavy. If the process takes longer than an hour, it may be stuck.
  • CRUD Operations in Dynamics 365 through PowerShellJan 12, 2024. Performing CRUD (Create, Read, Update, Delete) operations in Dynamics 365 through PowerShell involves leveraging either the Dynamics 365 SDK or the Power Platform Admin PowerShell module
  • Handling HTTP Delete Method in AngularJS and C#Jan 12, 2024. Explore the effective use of the HTTP DELETE method in this tutorial, focusing on AngularJS frontend and C# backend integration. Learn to implement a streamlined resource deletion process as the AngularJS controller sends DELETE requests to the C# backend's Web API.
  • Deleting Duplicate Records Using CTEJan 09, 2024. In this article we will understand how to delete duplicate rows and records from table using Common Table Expression (CTE) in SQL Server.
  • How to Upload Files Greater Than 100MB on GithubJan 05, 2024. This guide details the usage of the git-lfs command for uploading files exceeding 100 MB on GitHub. Git LFS, a Git extension, substitutes large files in the repository with text pointers, storing the actual file contents separately.
  • Upload Files and Metadata to SharePoint in PowerAppsJan 04, 2024. In this article, we will learn to Upload Files and Metadata to SharePoint in PowerApps using Power Automate. Upload files and metadata from PowerApps to SharePoint using Power Automate in three simple steps. Create a user-friendly form, configure the flow, and integrate PowerApps for efficient file management.
  • Registry Configuration for Launching Programs by File ExtensionsJan 03, 2024. Associating a specific program with a particular file type through registry configurations involves defining entries in the Windows Registry.
  • Upload, Edit, and Delete Image with Dapper in .NET CoreJan 03, 2024. This tutorial teaches ASP.NET Core MVC web development with controllers and views. You will learn upload, edit and delete image file with dapper, repository pattern and UnitOfWork in .NET Core.
  • External Data - File and Stream ConceptsJan 03, 2024. The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usually, this data form is managed using file and stream concepts. It is the first part of a series of articles titled Programming in Practice.
  • Upload Text File .txt and .logDec 29, 2023. This Article is used to upload Text .txt/.log file in the Database. How to upload colon-delimited files into a database using ASPX. With a straightforward interface and code, efficiently read, split, and insert data into tables.
  • Delete in React.js CRUD OperationsDec 28, 2023. Dive into the 'Delete' operation in React.js CRUD operations. Follow a step-by-step guide with real-world examples, utilizing Axios for HTTP DELETE requests, and enhance your React application's user experience.
  • How To Create and Trigger Schedulers in MuleSoftDec 27, 2023. In this article, you will learn how to create and trigger Schedulers from the MuleSoft application.
  • Remove A File From Git Commit HistoryDec 27, 2023. Git is a powerful version control system that allows developers to track changes in their projects efficiently. However, there are situations where you might need to remove a file from the Git commit history. This could be due to sensitive information, large files, or any other reason.
  • Deploying Your Solution to Azure via FTPDec 20, 2023. In this Article we will Learn how to deploy your solution to Azure by FTP (File Transfer Protocol). This step-by-step guide demonstrates efficient methods to upload builds, ensuring a smooth transition to Azure cloud services.
  • How to Add a Popup for DELETE a Record in Power AppsDec 15, 2023. This step-by-step guide walks you through configuring a canvas app in Power Apps. Learn how to create screens, galleries, and dialogs while implementing functionality like deletion and user access management.
  • File Size Pipe in Angular Dec 13, 2023. Learn how to create a custom file size pipe in Angular, converting file sizes into human-readable formats. This tutorial covers the necessary steps using Angular CLI and Bootstrap.
  • Implementing Reason for Delete in D365 CEDec 08, 2023. This article is about implementing the reason for deletion in D365 CE using custom logic. In Dynamics 365 Customer Engagement (CE), enhance data management with a "Reason For Deletion" feature. This blog guides you through adding a deletion reason field, hiding the delete button, and JavaScript implementation.
  • How to Create File Screening Management in FSRMDec 06, 2023. This article guides you through the process of setting up file screening management in File Server Resource Management (FSRM). File screening management allows control over the types of files stored on a file server, limiting specific file extensions.
  • Read and Import Data from PDF File using MSFT FabricDec 04, 2023. Read and Import Data from PDF File using MSFT Fabric.
  • How to Install the File Server Resource Manager (FSRM)Dec 04, 2023. How to Install the File Server Resource Manager (FSRM).
  • Azure Storage Lifecycle ManagementNov 30, 2023. In this article, we will learn about azure storage lifecycle management.
  • Ask Questions to an Audio File using OpenAINov 12, 2023. This article explains about how one can pass an audio file to LLM - OpenAI
  • How to Upload Files into Azure Blob Storage with ASP.NET Core Web APINov 10, 2023. The article explains how to add files to Azure Blob Storage using ASP.NET Core Web API. It guides through the process, teaching step-by-step methods for uploading various files into Azure Blob Storage, a cloud-based solution. It's aimed at developers seeking a clear, practical guide for integrating this process into their web applications using ASP.NET Core.
  • Writing a Simple C# Files Backup Solution for File ServerNov 04, 2023. An insight and an introduction of building a simple C# files backup program
  • How to Delete a Git Branch - Locally and RemotelyNov 02, 2023. In this article, we'll explore the steps to delete a branch in Git, both locally and remotely.
  • Write XML to File Action in Desktop Flow using Microsoft Power AutomateOct 31, 2023. Reading this article, you can learn how to Write XML to file in Desktop flow using Microsoft Power Automate. Reading this article, you can learn how to Write XML to file in Desktop flow using Microsoft Power Automate.
  • Use Transaction Log to Recover the Deleted or Modified DataOct 31, 2023. This article is to use of Transaction Log to Recover the Deleted or Modified Data. The SQL Server Transaction Log plays an important role in recovering deleted or modified data if you mistakenly perform a DELETE or UPDATE operation with the wrong condition or badly without filtration condition. This can be achieved by listening to the records stored inside the SQL Server Transaction Log file.
  • Asynchronous File I/O in C#Oct 30, 2023. Thisarticle on asynchronous file I/O in C# is well-structured and informative, covering all the essential aspects of the topic. You have effectively introduced the concept of asynchronous programming, highlighted its benefits, and provided detailed explanations with code examples. The sections on reading and writing files asynchronously are particularly well-crafted, enabling a clear understanding of the practical implementation.
  • Read XML From File Action in Desktop Flow using Microsoft Power AutomateOct 30, 2023. Reading this article, you can learn how to Read XML from file Action in Desktop flow using Microsoft Power Automate
  • Recover Deleted Table Data "without Backup" in SQL ServerOct 27, 2023. This article will discuss Recover Deleted Table Data "without Backup" in SQL Server.
  • Optimizing File Security with Windows SandboxOct 26, 2023. Expert Tips for Utilizing Windows Sandbox to Enhance Downloaded File Security provides valuable insights on using Windows Sandbox, a built-in virtualization feature in Windows operating systems, to bolster security when handling downloaded files. The article offers expert guidance and best practices for leveraging this tool effectively. By isolating potentially harmful files in a secure, sandboxed environment, users can safeguard their systems from malware and other threats, making it an essential addition to any security-conscious individual or organization's cybersecurity toolkit. These tips empower users to safely analyze and execute files without risking their primary system's integrity, ultimately enhancing overall cybersecurity in an increasingly digital and interconnected world.
  • PHP.ini Upload_Max_Filesize Exceeded ErrorOct 26, 2023. The uploaded file exceeds the upload_max_filesize directive in php.ini." This error occurs when you're trying to upload a file in PHP, but the size of the file being uploaded is larger than the upload_max_filesize directive specified in your php.ini configuration file.
  • Publishing Power BI Report into the Power BI ServiceOct 12, 2023. This article demonstrated how to publish Power Report to the Power BI Service
  • Upload Files to SharePoint Online Library using POSTMANOct 09, 2023. In this article we will go thorugh the steps needed to test the Graph API endpoints against the client application.
  • Create Encrypted AES Files and Decrypt AES Encrypted Files in C#Oct 06, 2023. How to Create Encrypted AES Files and Decrypt AES Encrypted Files in C#
  • Get File details triggering the Azure Data Factory Pipeline / Synapse via Storage Event TriggerOct 05, 2023. Get File details triggering the Azure Data Factory Pipeline / Synapse via Storage Event Trigger
  • Cleansing Files of Duplicate records via Azure Data Factory / SynapseOct 03, 2023. Cleansing Files of Duplicate records via Azure Data Factory / Synapse - Part 1
  • Delete records from GridView without Page Reload using jQueryOct 03, 2023. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • How to Decrypt data using RSA algorithm in C#?Oct 03, 2023. In this article, we have sample code for decrypt an encrypted data with help of RSA Decryption algorithm and .pfx file which contains private key for decryption.
  • Reading Zip Files with SharpZip Library in .NETOct 03, 2023. SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary namespaces. Then, you open the ZIP file using a `ZipFile` object, access its entries (files or folders), and process the entry data according to your application's needs. Finally, ensure to close the ZIP file properly to release associated resources.
  • Skip/Notify Processing of Empty files via Azure Data Factory/SynapseOct 03, 2023. Skip / Notify Processing of Empty files via Azure Data Factory / Synapse
  • Compress and Reduce File Size of Images in ASP.NET CoreOct 01, 2023. Compress and Reduce File Size of Images in ASP.NET Core
  • Create ASP.NET Core CRUD API with MongoDBSep 25, 2023. In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRUD operations in a controller. This API can serve as a foundation for building more complex applications with MongoDB as the database backend.
  • Task Management API with GraphQL in ASP.NET CoreSep 22, 2023. Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task Management" application as a real-world use case. In this example, we'll manage tasks with GraphQL.
  • PowerShell File Search AutomationSep 22, 2023. This PowerShell script automates file detail retrieval within a specified folder. It filters files by extension, displaying their name, size, and type, simplifying tasks like listing text files.
  • KAFKA for Mere Mortals : Topics and partitions in PracticeSep 21, 2023. The main focus in this article is to create, list, describe and delete topics and partitions in KAFKA
  • Merge Multiple JSON files via Synapse / Data Factory PipelinesSep 20, 2023. Merge Multiple JSON files via Synapse/Data Factory Pipelines
  • Update Size of File Column in Dataverse TableSep 17, 2023. This article will walk you through that how we can update the size of already created file type column in Dataverse table.
  • Creating a File Zip Functionality in ASP.NET Core Web APISep 12, 2023. Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and generating a zip file containing multiple files.
  • Addressing Common Code Smells in ASP.NET Core Sep 09, 2023. Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaining a clean and maintainable codebase. Let's go through an example and address some common code smells step by step.
  • Convert Word to PDF with Power AutomateSep 07, 2023. Explore a step-by-step guide on converting Word to PDF with Microsoft Power Automate, all without the need for premium connectors. Learn how to streamline your document conversion process and save costs while ensuring compatibility and accessibility in today's digital landscape.
  • React (2) - JSX FileSep 05, 2023. These articles focus on React, comparing it to Angular in the context of Single Page Applications (SPA). Topics include JSX, components, and useful VS Code extensions for React development.
  • Conditional INSERT, UPDATE, DELETE with MERGE QuerySep 04, 2023. The MERGE statement is a versatile SQL command used for conditional INSERT, UPDATE, or DELETE operations, streamlining database management tasks efficiently in a single query.
  • MVC Architecture With Node.js CRUD Application [Node.js-Express-MongoDB]Aug 31, 2023. MVC Application- CRUD operations (create, read, update, and delete) Using [Node.js-Express-MongoDB].
  • File Upload Handling: API Endpoint and multipart/form-dataAug 30, 2023. ASP.NET Core Web API with the multipart/form-data content type. By following the steps outlined above, you can create an endpoint that allows users to upload files to your server.
  • ASP.NET MVC 5 API Testing with PostmanAug 24, 2023. Postman is a widely used API testing tool that allows developers to send requests to an API and receive responses. It provides a user-friendly interface to build, test, and document RESTful web services. In this article, we will explore how to use Postman for API testing in an ASP.NET MVC 5 application.
  • Generating Certificate and Private Key FilesAug 24, 2023. Create local certificates with ease using Visual Studio 2017 Developer Command Prompt. Generate certificate and private key files, then install them locally for enhanced security. Simplify your authentication process.
  • Implement File Upload in a Blazor Web Assembly Application using .Net 7Aug 22, 2023. In this article, we will discuss how to perform the file upload activity in any Blazor Web Assembly Application.
  • Understanding Azure Storage Aug 21, 2023. Discover the prowess of Microsoft Azure Storage in the ever-changing cloud landscape. Offering secure, scalable solutions for diverse needs, it empowers businesses with versatile services, from IoT data storage to disaster recovery. Unleash innovation with Azure Storage.
  • Automating File Uploads to Azure Storage with Azure PipelinesAug 18, 2023. Automate Azure Storage uploads via Azure Pipelines in software development. Streamline processes, reduce manual tasks, and ensure reliable uploads by creating an automated pipeline. Enhance collaboration and data storage efficiency.
  • Web API File Upload and Download MethodsAug 17, 2023. Discover step-by-step instructions and best practices for seamlessly implementing web API file upload and download functionality to optimize data sharing and collaboration, facilitating smooth digital experiences.
  • Uploading Files from a Git Repository to Azure Storage Using Azure CLIAug 17, 2023. Uploading Files from a Git Repository to Azure Storage Using Azure CLI
  • How to Use the Dataverse Patch Function?Aug 11, 2023. In this article, we'll delve into the utilization of the patch function for generating a record within a Dataverse custom table. This will encompass tables with intricate columns such as lookup, user, file, image, etc.

About Deleting-files

NA

OUR TRAINING