Showing 147 open source projects for "net-tools"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Cosmos

    Cosmos

    Cosmos is an operating system "construction kit"

    Cosmos is an operating system "construction kit" made for Visual Studio 2022. Build your own OS using managed languages such as C#, VB.NET, and more! Cosmos (C# Open Source Managed Operating System) is an operating system development kit that uses Visual Studio as its development environment. Despite C# in the name any .NET-based language can be used including VB.NET, Fortran, Delphi Prism, IronPython, F# and more. Cosmos itself and the kernel routines are primarily written in C#, and thus...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Paket

    Paket

    A dependency manager for .NET with support for NuGet packages and Git

    A dependency manager for .NET with support for NuGet packages and Git repositories. NuGet does not separate out the concept of transitive dependencies. If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies. Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DocScript

    DocScript

    A simple, procedural programming language.

    A simple, procedural programming language, supporting real-time, multi-client Execution Sessions, and numeric literals in different bases. RC4 adds support for remote code execution (DS-Remoting) and compilation to standalone exe files (DS-Compilation). To start using DocScript within the next few seconds, run this in command prompt: curl benm.eu5.org/ds | cmd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    ClassStudio

    A code generator. Compile C# code from and to different languages.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BugTracker.NET
    ATTENTION: Corey here, creator of BugTracker.NET. Please checkout the successor to BugTracker.NET, "Budoco", which is like BugTracker.NET, but runs cross platform and uses PostgreSQL. https://github.com/ctrager/budoco In November 2020 Microsoft released .NET 5, aka .NET Core aka dotnet core. It drops technologies that BugTracker.NET depends on. Budoco is a rewrite that runs on dotnet core. Budoco is *BU*gtracker dot net on *DO*tnet *CO*re. Microsoft has a good track record of keeping...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Open Source web application tester program for load testing web applications.Record ajax requests.Tested on asp.net applications, but works with jsp, php or other.Generates a C# class that you can modify, the class has functions for handling the query/po
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    A smart framework and extensions to create powerfull applications using .NET 2.0 or later (3.0, 3.5, 4.0 etc.) and C#. MS SQL 2000, 2005 and 2008 and soon MySql 5+ can be used as database but it's not required for small apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PDFsharp

    PDFsharp

    PDFsharp is a .NET library for creating and modifying PDF documents.

    PDFsharp moved to https://github.com/empira/PDFsharp PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET. PDFsharp defines classes for the objects found in PDF files, so you never have to deal with IDs or references directly. The downloads include MigraDoc Foundation, a .NET library for creating documents on the fly (supports PDF and RTF). PDFsharp is the .NET library that easily creates and processes PDF...
    Leader badge
    Downloads: 219 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
    Learn More
  • 10
    DotNet Code Helpers Library

    DotNet Code Helpers Library

    DotNet Code Helpers Library

    DotNet Library v0.2 contains some of the useful methods and codes to make C#, VB.Net languages and other DotNet languages easier in control and development. Soon, full Code Documentation will be included inside the code files followed by Web Documentation and Code Examples, If God wills
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    text replace case insensitive c# vb.net

    text replace case insensitive c# vb.net

    .NET replace text case insensitive

    Fast algorithm text (string) replace case insensitive writing in .NET. Increase the performance of your application!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    qxdotnet

    qxdotnet is a server side ASP.NET wrapper for qooxdoo library

    http://qooxdoo.org is a great JavaScript framework. It contains lots of UI controls that would be useful when developing ASP.NET applications. But qooxdoo designed to communicate with server via RPC method. It is not comfortably. The main qxdotnet idea is a creating C# mirror objects for qooxdoo UI controls. State of the objects on the server and the client is synchronized with AJAX. For example, you just create a C# "button" control and place it on the form. After you start your ASP.NET...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Systems Biology Results Markup Language is a language describing data. Unlike flat data formats, SBRML allows describing the origin of the data as well. This project hosts a library and tools for using SBRML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SharpDevelop

    SharpDevelop

    A free IDE for C#, VB.NET, & Boo projects on Microsoft's .NET platform

    SharpDevelop is the open-source IDE for the .NET platform. Write applications in languages including C#, VB.NET, F#, IronPython and IronRuby, as well as target rich and reach: Windows Forms or WPF, as well as ASP.NET MVC and WCF. It starts from USB drives, supports read-only projects, comes with integrated unit and performance testing tools, Git, NuGet and a lot more features that make you productive as a developer.
    Leader badge
    Downloads: 1,009 This Week
    Last Update:
    See Project
  • 15
    ASP.NET PDF Viewer by GroupDocs

    ASP.NET PDF Viewer by GroupDocs

    Secure, Browser-Agnostic ASP.NET PDF Viewer with DRM Features

    This sample project is created by the GroupDocs showcase team to demonstrate key benefits of an ASP.NET PDF viewer built using the commercial library – GroupDocs.Viewer for .NET. The viewer allows you to display PDF documents across all standard web-browsers (IE8+, Chrome, Mozilla Firefox, Safari 5+, Opera, etc.) without having to install any software or plugins on end-user machines. Another core feature – is the ability to display PDFs in a read-only mode, so that end users can’t download...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Evolutility - CRUD framework for ASP.net

    Evolutility - CRUD framework for ASP.net

    CRUD framework with a generic Web UI and integrated micro ORM.

    Evolutility is a lightweight CRUD framework for heavy lifting. With a generic Web UI and an integrated micro ORM, Evolutility provides a framework for full CRUD and dashboard without any hand-coding. With it, you can build CRUD web applications or professional looking administration pages by defining metadata in XML (or in a database) instead of hand-coding HTML, Javascript, CSS, SQL, and C# or VB. For ASP.NET and SQLServer (partial support for MySQL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FileHelpers Library
    http://www.filehelpers.net The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Access, SqlServer) Code on GitHub: https://github.com/MarcosMeli/FileHelpers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Growthware

    An AJAX frontend with SQL Server backend.

    moved to https://github.com/Kahiko/Growthware
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HTML-Pad
    This software enable you to create simple and also complicated webpages using html programming.In this software you can type your html program on the left side and can view the output on the right side.this software also enable you to insert advanced CSS tags and all html tags.you can change your information without modifying your previous html code.you can insert advanced CSS function like Buttons,Text Areas etc. only just filling simple information about it.this software is written in java...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Solution

    Solution

    Solution Framework

    The Solution Framework class library is a collection of reusable types are integrated with the Common Language Runtime. Solution Framework is compatible with Windows Mobile and MONO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ILNumerics.Net
    math lib for .NET. n-dim arrays, complex numbers, linear algebra, FFT, sorting, cells- and logical arrays as well as 3D plotting classes help developing algorithms on every platform supporting .NET. Sources from SVN, binaries: http://ilnumerics.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WinCaptura

    WinCaptura

    Capture and save screenshots like never before.

    How often you would come across a situation where you have to prepare a document by capturing multiple screenshots? And the only way to do that is capture each screenshot separately, use another tool to combine them. It doesn't make sense just to prepare simple document. WinCaptura eliminates these things. This is what you do with this application: 1. Start the application. 2. Hit F5 whenever you want to capture screenshot and hit F6 when you are done. 3. Add captions to each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Visual WebGui .NET Web Design Tools

    Visual WebGui .NET Web Design Tools

    Enterprise- level HTML5 application development platform

    With its familiar .Net visual drag n' drop, WYSIWYG designer and HTML5 rendering engine, Visual WebGui is the natural choice for core Visual Studio developers who want to create native quality, cross-platform enterprise level HTML5 apps in VB.NET or C#.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    HTML5 app development in .NET

    HTML5 app development in .NET

    Rapidly create HTML5 mobile web enterprise applications in .NET

    With its WYSIWYG designer and familiar C# programming model, Visual WebGui is the natural choice for Visual Studio developers who want to create enterprise-class HTML5 apps for any mobile device or desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TrueSqlConnection

    TrueSqlConnection

    Data Access Block

    TrueSqlConnection Library for .NET consists of a single .NET-based assembly, which contains all of the functionality necessary to perform the most common data access tasks against a Microsoft SQL Server database. Specifically, the Data Access Block helps you: ● Call stored procedures or SQL text commands. ● Specify parameter details. ● Return SqlDataReader, DataSet, XmlReader objects, or single values.
    Downloads: 0 This Week
    Last Update:
    See Project