Showing 486 open source projects for "editor net"

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
    Froala Editor

    Froala Editor

    The next generation Javascript WYSIWYG HTML Editor

    Froala Editor is a lightweight WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for your applications. Froala WYSIWYG HTML Editor is one of the most powerful JavaScript rich text editors ever. Froala Rich Text Editor has a vast range of both simple and complex features for all kind of use cases. Lots of features don't have to overwhelm the user with hundreds of buttons. The Froala's WYSIWYG editor smart toolbar can accommodate over 100 features...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    ILSpy

    ILSpy

    .NET Decompiler with support for PDB generation, ReadyToRun, Metadata

    ILSpy is the open-source .NET assembly browser and decompiler. Visual Studio 2022 ships with decompilation support for F12 enabled by default (using our engine v7.1). In Visual Studio 2019, you have to manually enable F12 support. Go to Tools / Options / Text Editor / C# / Advanced and check Enable navigation to decompiled source. C# for Visual Studio Code ships with decompilation support as well. To enable, activate the setting "Enable Decompilation Support. ILSpy is distributed under the MIT...
    Downloads: 1,160 This Week
    Last Update:
    See Project
  • 3
    PKHeX

    PKHeX

    Pokémon Save File Editor

    Pokémon core series save editor, programmed in C#. Data is displayed in a view that can be edited and saved. The interface can be translated with resource/external text files so that different languages can be supported. Pokémon Showdown sets and QR codes can be imported/exported to assist in sharing. PKHeX expects to save files that are not encrypted with console-specific keys. Use a save data manager to import and export save data from the console (Checkpoint, save_manager, JKSM...
    Downloads: 55 This Week
    Last Update:
    See Project
  • 4
    MSBuild

    MSBuild

    The Microsoft Build Engine (MSBuild) build platform for .NET and VS

    ... projects. The project files in Visual Studio (.csproj, .vbproj, .vcxproj, and others) contain MSBuild XML code that executes when you build a project by using the IDE. Visual Studio projects import all the necessary settings and build processes to do typical development work, but you can extend or modify them from within Visual Studio or by using an XML editor. Starting with Visual Studio 2022, when you build in Visual Studio, the 64-bit version of MSBuild is used.
    Downloads: 66 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    xLUA

    xLUA

    xLua is a lua programming solution for C#

    xLua adds Lua script programming capabilities to C# environments such as Unity, .Net, Mono, etc. With xLua, these Lua codes can be easily called with C#. xLua has many breakthroughs in function, performance, and ease of use. The most representative of these aspects are C# implementation (methods, operators, attributes, events, etc.) can be replaced with Lua implementation at runtime; excellent GC optimization, custom struct, enumeration transfer between Lua and C# without C# gc alloc...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6
    Terminal.Gui

    Terminal.Gui

    Console-based user interface toolkit for .NET applications

    A toolkit for building console GUI apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. In addition, a complete Xterm/Vt100 terminal emulator that you can embed is now part of XtermSharp, you just need to pull TerminalView.cs into your project. Works on Windows, Mac, and Linux. Terminal drivers for Curses, Windows Console, and the .NET Console mean Terminal.Gui works well on both color and monochrome terminals and has mouse support on terminal emulators...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    MudBlazor

    MudBlazor

    Do more with Blazor, utilizing CSS and keeping Javascript to a minimum

    Trusted by thousands of users, from hobby developers to large enterprises. Use MudBlazor to rapidly build amazing web applications without leaving your loved C# language and toolchain. We bring together everything that's required to build amazing Blazor applications that scale from desktop to mobile. Apart from the library itself we also provide templates, a learning platform, theme manager, demo and example projects as well as an online code editor integrated with our documentation and issue...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Markdig

    Markdig

    A fast, powerful, CommonMark compliant, extensible Markdown processor

    A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET. Very fast parser and HTML renderer (no-regexp), very lightweight in terms of GC pressure. Abstract Syntax Tree with precise source code location for syntax tree, useful when building a Markdown editor. Check out MarkdownEditor for Visual Studio powered by Markdig! Even the core Markdown/CommonMark parsing is pluggable, so it allows to disable built-in Markdown/Commonmark parsing (e.g Disable HTML parsing) or change...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    SendGrid C#

    SendGrid C#

    The Twilio SendGrid C# API Library

    ... in your code. Integrate in minutes with our email API and trust your emails reach the inbox. Build meaningful connections with smart email marketing. Seamlessly integrate with our partners and major platforms. Create emails with HTML code, a drag-and-drop editor, or a combination of both. Engage contacts with approachable, time-saving automation.
    Downloads: 1 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
  • 10
    csharp-ls

    csharp-ls

    Roslyn-based LSP language server for C#

    This is a hacky Roslyn-based LSP server for C#, as an alternative to omnisharp-roslyn. csharp-ls requires .NET 7 SDK to be installed. However, it has been reported to work with projects using older versions of dotnet SDK, including .NET Core 3, .NET Framework 4.8 and possibly older ones too as it uses the standard Roslyn/MSBuild libs that Visual Studio & omnisharp does. csharp-ls implements the standard LSP protocol to interact with your editor. However there are some features that need a non...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FluentMigrator

    FluentMigrator

    Fluent migrations framework for .NET

    Fluent Migrator is a migration framework for .NET much like Ruby on Rails Migrations. Migrations are a structured way to alter your database schema and are an alternative to creating lots of sql scripts that have to be run manually by every developer involved. Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer's local database, the test database and the production database). Database schema changes are described in classes written in C...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Discord Rich Presence

    Discord Rich Presence

    C# custom implementation for Discord Rich Presence

    This is a C# implementation of the Discord RPC library which was originally written in C++. This avoids having to use the official C++ and instead provides a managed way of using the Rich Presence within the .NET environment. While the official C++ library has been deprecated, this library has continued support and development for all your Rich Presence needs, without requiring the Game SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    omnisharp-roslyn

    omnisharp-roslyn

    OmniSharp server (HTTP, STDIO) based on Roslyn workspaces

    OmniSharp is a .NET development platform based on Roslyn workspaces. It provides project dependencies and C# language services to various IDEs and plugins. OmniSharp is built with the .NET Core SDK on Windows and Mono on OSX/Linux. It targets the net472 target framework. For platforms other than Windows, OmniSharp ships with an embedded Mono which is based on version 6.12.0, includes MSBuild 16.8.0 and is provisioned during the build script. If Mono is globally installed on the system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Super PDF Editor Lite

    Super PDF Editor Lite

    Create, Edit, Delete, Organize , Convert, Export, Secure & Sign.

    Super PDF Editor Lite is a robust and versatile PDF management software designed to streamline your document handling needs. Whether you're an individual, student, or professional, this software offers a comprehensive suite of tools to create, edit, and manage your PDFs with ease. Key Features: Extract Page: Easily extract specific pages from a PDF document. Split Page: Divide a single PDF page into multiple smaller pages. Rotate Page: Rotate pages to adjust their orientation. Merge Page...
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 15
    UML Control for C/C++,.NET

    UML Control for C/C++,.NET

    E-XD++ UML Control for C/C++, C# and .NET, it can be used within Delph

    UML modeling graph component library, software design, UML drawing, printing, automatic code generation, software, Control source Code for C/C++, .NET, 100% C++ Source Code is Shipped. http://www.ucancode.net E-XD++ Visualization UML Solution is a 100% Visual C++ / MFC based UML Editor, it ships with complete source codes, it is the best choice for building any application based on UML Diagram, it has full features on UML Drawing, Editing, Printing. This program structure is flexible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Diagram Control for C/C++,.NET

    Diagram Control for C/C++,.NET

    E-XD++ Diagram Control for C/C++, .NET, the professional Diagram.

    E-XD++ Diagram Graphics Control is a 100% C++ / .NETbased Vector Editor, it ships with complete source codes, it contains the most popular vector graphics design, editing capabilities features. http://www.ucancode.net From the first version of E-XD++, it already has the full features on Visio Style flowchart Vector Editing, the current version of E-XD++ has performed its functions to extreme, basically, if you want to build any very professional Visio -Like flowcharts, network diagrams...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WinSCP

    WinSCP

    WinSCP is a free SFTP, SCP, S3, WebDAV, and FTP client for Windows.

    WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It offers an easy to use GUI to copy files between a local and remote computer using multiple protocols: Amazon S3, FTP, FTPS, SCP, SFTP or WebDAV. WinSCP can copy files between two local folders too. Power users can automate WinSCP using .NET assembly. WinSCP is available in English and many other languages.
    Leader badge
    Downloads: 168,182 This Week
    Last Update:
    See Project
  • 18
    Programming Without Coding Technology

    Programming Without Coding Technology

    Create software without writing a single line of code

    ... of code where the programming process done using the PWCT visual components. This language called Supernova and it's free-open source. Many database, Multi-Media, Network, AI, Simulation & Math applications are developed using PWCT You can see/edit the generated source code. PWCT support Harbour, Supernova, C, Python, & C#.NET and you can extend PWCT to support code generation in any text based programming language. PWCT comes with many samples, tutorials and movies.
    Leader badge
    Downloads: 3,678 This Week
    Last Update:
    See Project
  • 19
    Electric Diagram ToolKit for C/C++, .NET

    Electric Diagram ToolKit for C/C++, .NET

    power system configuration and simulation, c/c++ and .NET

    Open Source Code power systems, wiring diagrams, distribution maps, geographic wiring diagram, the power system configuration and simulation, power dispatch, automatic control, C / C ++ and DELPHI and .NET, and web application examples and , 100% VC++ Source Code is Shipped. http://www.ucancode.net E-XD++'s full source code will help you to address all security concerns quickly and easily. It will saves you mo than 90% building time to build a very professional power system software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AstroGrep

    AstroGrep

    A Windows File Searching Utility (grep)

    AstroGrep is a Microsoft Windows GUI File Searching (grep) utility. Its features include regular expressions, versatile printing options, stores most recent used paths and has a "context" feature which is very nice for looking at source code.
    Leader badge
    Downloads: 1,077 This Week
    Last Update:
    See Project
  • 21
    WoPeD
    WoPeD is a Java-based graphical workflow process editor, simulator and analysor using Petri Nets and supporting the PNML format.
    Leader badge
    Downloads: 171 This Week
    Last Update:
    See Project
  • 22
    GCBASIC
    GCBASIC is an open-source BASIC compiler for 8 bit Microchip PIC, Atmel AVR legacy, AVRDx and LGT microcontrollers. Also included in the project is Graphical GCBASIC, an icon based editor for GCBASIC programs. This is a continuous release project. The latest release is always available. This will give you the most complete development toolchain to create and program 8-bit PIC, AVR and LGT microcontrollers. We have added new capabilities that make GCBASIC the easiest tool set available...
    Leader badge
    Downloads: 217 This Week
    Last Update:
    See Project
  • 23

    KPEnhancedEntryView

    An enhanced entry view panel for KeePass

    This is a plugin to KeePass <http://www.KeePass.info> to provide an enhanced entry view. For the rationale and design behind this project, see the forum post linked to as the homepage
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • 24
    AutoWikiBrowser is a semi-automated Wikipedia editor, designed to make tedious, repetitive tasks quicker and easier. For more information, see the project homepage at http://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser.
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 25
    NSBase

    NSBase

    NSBase is a database management system.

    NSBase is a database management system. NSBase use SQLite, Firefird, Interbase, MariaDB, Mysql, Postgresql, Sybase It allows to quickly build complete database applications. Its modern interface is simple and ergonomic. Its scripting in LUA makes it possible to dynamize your applications. It is a rapid development workshop (IDE / RAD) visual type (sqlite form generator). It is a real alternative to MSAccess, kexi and other. Import your database : Text files, MS Access (MDB File),...
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next