Open Source Visual Basic .NET Storage Software - Page 4

Visual Basic .NET Storage Software

View 1979 business solutions

Browse free open source Visual Basic .NET Storage Software and projects below. Use the toggles on the left to filter open source Visual Basic .NET Storage Software by OS, license, language, programming language, and project status.

  • QA Wolf | We Write, Run and Maintain Tests Icon
    QA Wolf | We Write, Run and Maintain Tests

    For developer teams searching for a testing software

    QA Wolf is an AI-native service that delivers 80% automated E2E test coverage for web & mobile apps in weeks not years.
    Learn More
  • Your go-to FinOps platform Icon
    Your go-to FinOps platform

    Analyze, optimize, and govern your multi-cloud environment effortlessly with AI Agentic FinOps.

    Unlike reporting-only FinOps tools, FinOpsly unifies cloud (AWS, Azure, GCP), data (Snowflake, Databricks, BigQuery), and AI costs into a single system of action — enabling teams to plan spend before it happens, automate optimization safely, and prove value in weeks, not quarters.
    Learn More
  • 1
    STORMOne
    STORM the way you can change your operating system.... without changing a thing. This is where you can OFFICIALLY download for STORM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SaSync is a small tool for synchronizing files and folders either locally or via network in background. It's primary function is the synchronization of data with a file server, but it can also be used for synchronizing data with external devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Savvy Repair for Microsoft Office

    Savvy Repair for Microsoft Office

    Repairs/Recovers Corrupt MS Office 2007 - 2013 Format Files

    DOCX, XLSX and PPTX files are collections of conventionally zipped mostly XML sub-files. This program first attempts repair any zip based corruption. From there it engages in four different algorithmic attempts at repair or recovery. With the first method using validation, the location of the first XML error is sought. At that point the sub-files are truncated and repaired. The second method works the same way except the XML validation is more lax. With the third, the strict XML validation is returned to and corrupt XML sub-files are truncated and repaired as before however, missing XML sub-files are brought in from blank full healthy docx, xlsx or pptx of the respective correct extension. The fourth method uses SilverCoder's DocToText to salvage text or data after which the file is opened as an old style MS Office 97 - 2003 format file including the naked recovered text or data. See my other projects here on Sourceforge for other ways to recover corrupt MS and Open Office files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ever wanted to know what is taking up those dozens of Gigabytes on your harddrive? Then SizeChecker is the program for you!
    Downloads: 0 This Week
    Last Update:
    See Project
  • IT Asset Management (ITAM) Software Icon
    IT Asset Management (ITAM) Software

    Supercharge Your IT Assets, the Easy Way

    Drowning in misplaced IT assets, compliance headaches, and shadow IT? Navigate to clarity with an intuitive IT Asset Management solution. Experience crisp visibility, effortless control, and unshakable security – all while freeing up your budget with optimized software licenses. The best part? It’s easy.
    Learn More
  • 5
    Small portable Windows utility to quickly locate large files/directories tying up disk space. Highly configurable but intuitive with a guided tree-view to quickly show potential problem areas in your filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    |EN| StarDrive is a pendrive application launcher. |HU| A StarDrive egy pendrive gyorsindító alkalmazás HDD: v2.0 stable is coming soon! Lite: v1.9 stable and v2.0 nightly is coming soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    The Encode

    Encode your text files

    This software is intended to encode your text files efficiently. You can decode them later using the same algorithm you used to encode it. Encode is professionalism packed simply and freely. You can use Encode for any non-illegal purposes. You can make any number of copies and redistribute Encode as it is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tiny File

    Tiny File

    Tiny Tool , Big Things

    Tiny File is a small tool for compress and decompress your file. Is a simple Gui for 7zip,but is very cute !!!! Compresses files and folders in ZIP, 7ZIP, Gzip or TAR format!!! I am looking for developers for the project.......
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    USB Disabler

    Disable or reEnable USB Flash Drive access on Windows PC

    This Software Application is a small Utility that helps you disable or enable USB Flash Disk on your computer. The program was developed by Kifayat Ullah Khan at Zorkif Technology Center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10

    USBizmo

    USB Gizmo for Dummies

    USB Gizmo for Dummies USBizmo is capable of restoring hidden files and directories from any USB devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This utilities is designed to help organize all the ZIP files you download from Usenet, allowing you to remove the ZIP file wrapper, read the file_id.diz file, select the name of the program, create a folder with that name, and then test the RAR (or equiv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VCBmanager is intended to help system administrators using ESX Server or VMWare Server to manage their VCB Backups. It does not actually archive the taken snapshots but it helps in creating and managing failed and successful jobs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Who's eating the harddisk? (WET-HDD). A simple application for Windows, that scans and reports directory sizes for a given path or folder. Easy to find out which folders are using more resources than needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    WinPathSed does regex search & replace in file names and folder names. It empowers .net regexes by adding meta replacements (eg. $down$1 - $Up$2 to make $1 lowercase and $2 uppercase). You can use it to reorganize files, rename docs, folders, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a little program to copy your windows XP profile (and Lotus Notes folder if you have it, c:/Lotus/Notes/Data) folders to a different location (per example your backup drive) and saves it under [DRIVE]UserData automatically
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XML Truncator-Fixer

    XML Truncator-Fixer

    Truncates XML at first error-uses the xmllint to add correct end tags.

    XML is intolerant of errors. This program will automatically salvage XML files by finding the first XML error, then truncating a configurable number of characters before the error and finally using the great xmllint to recover the xml file by automatically adding the correct end tags. The program starts with a default of 50 characters truncation. This truncation value may need to be changed if the truncation happens in the middle of a complex tag as xmllint may not know how to recover the file correctly. Additionally some extra text or data may be recoverable by changing the truncation amount to less than 50 characters.The extra truncation is needed in the first place because the XML validator used is not able to perfectly identify where the XML corruption begins and will often not flag the corruption for several characters after it begins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    dndf

    dndf

    Perform a drag'n'drop of file handler given full file path as text.

    dndf is a Drag'n'Drop utility. Perform a drag'n'drop of one (or more) file handler given a text corresponding to the full file path. In the standalone mode there is a text-area where you can usually drag'n'drop (or copy-paste) the "full file path" text, from any other program (notepad, browser). In the called mode you can execute it by your local web server or similar and pass the path through arguments. Why dndf.exe? 1. I develop some programs web-based to manage (index/search) my local files, but security policy of browsers denies me to perform drag'n'drop as a 'file handler' object from browser to other desktop applications. 2. I have a list of files in a plain text (.txt, .ini, .log, .pls, .m3u, ...) and I want to perform some operations. I developed this program also to work with my web apps, try it or take a look: www.sf.net/p/vespadjapps
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    dotEmmEssGee File Renamer

    .msg file renamer using metadata from Outlook message EMail tags.

    It's Friday afternoon, you need something to fill that last hour. You decide to file your last four weeks worth of emails to the network drives. You drag all the files from Outlook and then start renaming them as useful file names which include the sender, date, recipient etc. You start renaming the file and forget the sent date. You re-open it, read the date, close it, continue renaming and erm....who was it from again!? You rename three messages in five minutes and give up on this task until the next time you have this idea again. That is where dotEmmEssGee file renamer comes in - It will rename your saved .msg files based on the data in the tags stored with the message. You can rename any number of files in bulk to your chosen naming convention in seconds. No more messing about manually renaming .msg files Microsoft .Net Framework V.4.5 required
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The fILM is an Information Lifecycle Management Software. This runs as a windows service - based the the defined policies, monitors files - based on their usage - it decides the relevant storage medium that the file should reside. Thus optimizing storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    hostingstar.com.au's open source software. To be used primarily for dotnetnuke modules, a cross platform backup system, .net (dotnet) user controls, 3d plugins and many other bits and pieces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    i/o performance tool

    i/o performance tool

    i/o performance benchmark and analysis tool

    Quickly performe i/o benchmarks against your servers, and VM's to quickly diagnose suspect storage (SAN, NAS) and other performance related issues across your WAN\LAN with one simple to use application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    licielrsync

    licielrsync

    The coolest interface to rsync has now moved to googlecode

    available at http://licielrsync.googlecode.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The MFV (Multiple File Verifier) project has been designed to improve the sfv standard with new hash standards. Instead of the 32 bit CRC (SFV) algorithm,one of the new algoritms such as MD5 SHA-1 SHA-256 SHA-384 and SHA-512 can be used by users' choice
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    sfxApp Creator

    sfxApp Creator

    Create self-extracting and auto-run programs

    sfxApp Creator is a simple and Open Source application that allows you to create self-extracting and auto-run programs via an easy-to-use interface. NET 3.5 SP1 runtime and NET 4.0 Full runtime must be installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    wCleaner

    wCleaner

    Windows junk cleaner

    wCleaner is an interactive software, used for cleaning out useless junk files from the corners of the Windows. Works on all versions of Windows. Current version is 1.0.0.0, which is a Stable one. This application is a project and will be kept updated with new upcoming fixes and upgrades, only on SourceForge. We do not provide EULA for our application since this is our start up. We are doing other softwares too, and we will bring them to you much sooner, and with your support. Requirements: Windows (Any version) Both 32-bit(x86) & 64-bit(x64) No internet connection required Administrative rights (strict) .NET Framework 3.5 SP1 (Optional on some Windows versions) & .NET Framework 4.5 (Incl. in package) WE ASSURE YOU NO MALICIOUS OR VIRAL FILES WERE INCLUDED IN THIS INSTALLER, OR THE MAIN APPLICATION. Any issues, comments, or interests? Share it with sbtopzzz@gmail.com (Personal)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB