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.
  • 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.
  • 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 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.
  • 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.
  • Get Browser Type and Version Using Angular and BootstrapFeb 19, 2024. This article provides a detailed guide on how to detect the browser version and name in an Angular application. It covers steps to create a service for browser detection, configure browser name and version detection methods
  • 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.
  • 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.
  • CSS :has() unleashedJan 24, 2024. The CSS :has() pseudo class is now supported since December 2023.
  • 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.
  • 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.
  • 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.
  • 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 Build A Simple Web Browser in PythonDec 18, 2023. Web browsers have become an integral part of our daily lives, allowing us to explore the vast realm of the internet.
  • 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.
  • 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 Install Selenium Your Computer?Nov 02, 2023. 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 to set up their automation testing environment. It covers all the necessary components and includes important details and links for each step.
  • 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.
  • 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
  • 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
  • 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
  • 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.
  • Merge Multiple JSON files via Synapse / Data Factory PipelinesSep 20, 2023. Merge Multiple JSON files via Synapse/Data Factory Pipelines
  • Convert Web Page to PDF in C#Sep 20, 2023. Learn how to create PDFs from web content in C# using the WebBrowser control. Ideal for generating order or transaction details in applications like Shopify.
  • 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.
  • MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUISep 08, 2023. .NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, macOS, and Windows, all from a unified codebase. This open-source platform is an advancement of Xamarin Forms, expanding its reach to desktop scenarios while enhancing UI controls for improved performance and extensibility.
  • 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.
  • Utilizing Browser Cache and Cookies in React.js ApplicationsSep 02, 2023. Here in this article we will learn how to implement browser cache and cookies for react js application.
  • 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.
  • Run JavaScript outside a BrowserAug 28, 2023. This article will discuss running JavaScript outside a Web Browser.
  • 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.
  • Adding a Digital Signature to a PDF Using a PFX File And iTextSharp in C#Aug 08, 2023. In this article we learn how to add a digital signature to a PDF Using a PFX file and iTextSharp In C#
  • What is a PEM File?Aug 01, 2023. Learn about PEM files, a Privacy-Enhanced Mail format for storing cryptographic data using base64 encoding for secure communication.
  • File-Scoped Namespace Declaration in C# Jul 28, 2023. File-Scoped Namespace Declaration in C# 10
  • Streamlined Orchestration with VMware SaltStack: Automating WorkflowsJul 21, 2023. This article focuses on SaltStack's orchestration features within the VMware ecosystem, highlighting its ability to streamline workflows, automate tasks, and coordinate complex operations across multiple systems.
  • Downloading Files in Zip Format in .NET Core Web APIJul 20, 2023. This article explains how to enable users to download multiple files as a single zip archive from a .NET Core Web API. It covers setting up the project, adding required NuGet packages, creating the file download endpoint, and testing the functionality.
  • How To Upload Multiple Files In Node.js Using Multer?Jul 20, 2023. "Learn How to Upload Multiple Files in Node.js with Multer: A Step-by-Step Guide"This article guides beginners on setting up a Node.js project and using the multer library to handle multiple file uploads efficiently. It includes examples and well-documented code for easy understanding and implementation.
  • Git– 4 ways to ignore filesJul 18, 2023. Using .gitignore is not a good solution for every use case. There are alternatives.
  • Exploring VMware SaltStack's Configuration Management CapabilitiesJul 18, 2023. This article delves into the powerful configuration management capabilities of VMware SaltStack, including declarative syntax, enforcing desired system states, and reducing configuration drift.
  • How to Use ASPX Files in .NET Core?Jul 17, 2023. Code Behind library for support aspx files in .NET Core
  • Generate PDF Files in .NET Core 6 Web API Using PDFSharpJul 17, 2023. In this article, we will learn how to generate PDF Files in .NET Core 6 Web API Using PDFSharp. learn how to dynamically create PDF documents within a .NET Core 6 Web API application using PDFSharp.
  • How to Render XAML Controls in Blazor WebAssembly?Jul 13, 2023. Many times, we encounter the need to migrate Silverlight or WPF applications to modern web applications like Blazor WebAssembly. In such scenarios, the typical approach involves re-engineering the Silverlight or WPF application, which can be time-consuming and expensive. However, there is a smarter and easier alternative: we can leverage the 'Xaml for Blazor' NuGet package to reuse our existing XAML code in Blazor WebAssembly. This approach not only saves us significant development time but also reduces costs
  • How To Use File Handling In Node.js?Jul 13, 2023. Learn about how to use file handling in NodeJs with the help of example
  • How To Upload File In Node.js ?Jul 13, 2023. In this article, we learn how to upload file using Nodejs
  • How to Search Text in PDF Files on OneDrive Using TelerikJul 12, 2023. In this post, I will demonstrate the use of Telerik to read PDF content

About XAML-File-Browser

NA

OUR TRAINING