ASP.NET Libraries for Linux

View 52 business solutions

Browse free open source ASP.NET Libraries for Linux and projects below. Use the toggles on the left to filter open source ASP.NET Libraries for Linux by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 1
    Obsolete for most. Use the Ink2Text project instead - no Windows needed! A Linux/Unix library providing full cursive & printed handwriting recognition by connecting to a Windows XP Tablet back end. Need Service & client files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO, in fact we may implement PDO in CDE to standardize PDO results and calls. Some PDO drivers are still regarded as EXPERIMENTAL on PHP website, so use with caution. Feel free to suggest any features you wish to be added or submit a bug report with the tracker
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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: 1 This Week
    Last Update:
    See Project
  • 4
    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, print or copy original PDF files while viewing them in a browser. Please note that GroupDocs.Viewer for .NET is a paid library. In order to setup and run this project, you will need to download the GroupDocs.Viewer for .NET library from the GroupDocs website. For more details on the sample ASP.NET PDF viewer and to download the library, please read this article: > http://groupdocs.com/blog/asp-net-pdf-viewer-built-based-on-the-groupdocs-viewer-for-net-library
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 5
    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
  • 6
    EditorASP

    EditorASP

    Usercontrol ASP WYSIYG Editor

    Simple editor para crear documentos. Es un control de usuario para que pueda ser implementado fácilmente a cualquier proyecto ASP.NET. Mejoras necesarias * Insertar parrafos correctamente * Situar el cursor al final del parrafo recien insertado * Estandariacion del manejo de la base de datos Ademas se podrian mejorar muchas otras cosas. Espero que entre todos podamos mejorar esta utilidad. El archivo a dercargar contiene todas las carpetas necesarias, que en el repositorio si esta vacia no la pone. En el codigo faltan las carpetas /Dat /Images /Logs Puedes verlo funcionando en http://www.drualcman.somee.com/ Mas informacion en https://aprende-a-programar.com/b/Editor-WYSIWYG-para-ASP/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GxApp

    Open Utilities and/or Examples for GeneXus

    Open utilities and/or examples for GeneXus, this includes: Example procedures Usercontrols Utilities Others...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LogikBug's IoC Container
    LogikBug's IoC dependency injection container is very light weight. Finding a dependency injection container to suite my needs seemed rather cumbersome. So, I wrote this DI Container to suite my needs and thought I'd put it out for others to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    open source .net/php framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10

    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 application, you can see the button inside browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next