• Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 1
    RepoDB

    RepoDB

    A hybrid ORM library for .NET.

    RepoDB is an open-source .NET ORM library that bridges the gaps of micro-ORMs and full-ORMs. It helps you simplify the switch-over of when to use the BASIC and ADVANCE operations during the development. Like with any other ORMs, RepoDB does provide the preliminary methods needed for your basic operations. The good thing is, it also does provide the operations that are needed to cater your edge-cases like 2nd-Layer Cache, Tracing, Repositories, Property Handlers, and Batch/Bulk Operations. If...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    realm dotnet

    realm dotnet

    Realm is a mobile database: a replacement for SQLite & ORMs

    Realm is a fast, scalable alternative to SQLite with mobile to cloud data sync that makes building real-time, reactive mobile apps easy. Build data-rich apps without draining device resources with Realm's lazy loading and zero-copy architecture. The object-oriented data model lets developers work directly with native objects – no ORMs or DAOs are needed. Real-time mobile to cloud data sync makes it easy to build interactive features that keep data up-to-date across multiple devices, users,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AutoMapper

    AutoMapper

    A convention-based object-object mapper in .NET

    A convention-based object-object mapper. 100% organic and gluten-free. Takes out all of the fuss of mapping one object to another. AutoMapper is a simple little library built to solve a deceptively complex problem, getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us? First, install NuGet. Then, install AutoMapper from the package manager console. AutoMapper is an object-object mapper....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 5
    Chloe

    Chloe

    A lightweight and high-performance Object/Relational Mapping(ORM)

    Chloe is a lightweight Object/Relational Mapping(ORM) library. The query interface is similar to LINQ. You can query data like LINQ and do any things(Join Query | Group Query | Aggregate Query | Insert | Batch Update | Batch Delete) by lambda with Chloe.ORM. Pay attention to splicing lambda expression trees by yourself, do not wrap your variables with ConstantExpression, otherwise, non-parameterized sql will be generated, and there is a risk of sql injection! If the entity does not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    CCM (C# Collections Mapper)

    The CCM is a mini ORM, working with the database and C# collections

    CCM is a solution for the data management layer in the combination of Sql Server with a C # application. In whole this is a strongly typed entity mapper projecting the application's business logics onto database tables using T-SQL stored procedures. CCM allows you to implement fairly complex data structures in your application, without bothering about difficult and tedious questions of data acquisition and conversion issue, allowing you to pay more attention to the develop of business logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MssCF

    MssCF

    Mark Stephen Sobkow's Code Factory

    MSS Code Factory turns XML Business Application Models into source code by applying a knowledge base of expansion rule cartridges. Each cartridge of rules in the knowledge base defines the code to be produced for a particular language, tool, or combination thereof. A cartridge can also integrate the rules from other cartridges, so you can create a virtual cartridge that will produce all the code to support a given software stack that the rules provide. MSS Code Factory takes over the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    YB.ORM
    YB.ORM is a tool for object-relational mapping (ORM) for C++. Inspired by things like Hibernate or SQLAlchemy. Should be database-independent. Includes a tool for code generation of Domain objects. Tables' metadata description is an XML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Data/Document WF

    Data/Document WF

    Data/Document Work Flow application

    Data/Document Work Flow is a set of .NET C# libraries to build simple cross-platform information system: - DataWF.Common - collections, reflections, io and networks helpers - DataWF.Data - cross RDBMS ORM - DataWF.Gui - Xwt based desktop UI - DataWF.Data.Gui - Database desktop UI - DataWF.Module.Flow - Document work flow module - DataWF.Mudule.FlowGui - Configure, create, edit, send document throw the flow Sources: https://github.com/alexandrvslv/datawf
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 10

    TreeFrog Framework

    High-speed C++ MVC Framework for Web Application

    TreeFrog Framework is a high-speed C++ MVC framework for developing Web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Entity Framework Sync

    Entity Framework Sync

    Multi-Client Synchronization for Entity Framework

    Enables client/server applications to auto-sync loaded entites when changed in the database. Works with Entity Framework Model-first and Code-first approaches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    persism

    Persism is a simple no nonsence ORM.

    Persism is a wood simple, auto discovery, auto configuration, and convention over configuration ORM (Object Relational Mapping) library for Java and .NET.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    DbExtensions

    DbExtensions

    Extensions methods for ADO.NET, CRUD and dynamic SQL components.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SSQML

    SSQML

    A schema to describe ANSI/ISO SQL in XML and associated tools

    SSQML: Standard Structured Query Markup Language This is an XML dialect that allows any valid SQL statement, clause, expression, predicate, or query to be expressed fully in XML based on an XML compliant schema. The schema is based on Backus Normal Form (BNF) representations of ANSI-ISO/IEC SQL Standards; ISO/IEC 9075 :2003, ISO/IEC 9075 :2006, ISO/IEC 9075 :2008, ISO/IEC 9075-14 :2013 XML-Related Specifications (SQL/XML) Does not include support for Embedded SQL Ada, C, COBOL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QxOrm
    QxOrm is a C++ library designed to provide Object Relational Mapping (ORM) feature to C++/Qt developers. QxOrm engine is based on a simple and non intrusive mapping function by class to provide : Persistence, Serialization, Introspection, Reflection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SOME4

    Semantic Object Modelling Extensible library

    The library for easy creation of semantically-based classes. Also additional functionality included Copyright (c) 2011, Volume Networks LLC Author: Alex V. Surnin Licence: GPL3, Commercial Language: Russian
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MacaronDB

    A set of classes for manage databases like DB2 (for i & Express C)

    Bienvenue dans le projet MacaronDB. MacaronDB est une librairie fournissant un jeu de classes destinées à faciliter le travail avec les bases de données DB2 pour IBMi, DB2 Express C, et MySQL 5. Ce projet a déménagé et est maintenant hébergé sur Github : https://github.com/gregja/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    QsT SQL Tools - ORM system based on Qt 4.6.0 (and higher) to improve programming databases with Qt. QST has a little functionality to make simple SELECT, INSERT, UPDATE, DELETE and EXEC queries. It uses PostgreSQL but can be ported for other language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Extensible repository and context-per-request infrastrucuture for .NET projects using Entity Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Nvergent is a light weight extension library for NHibernate 3.2 or >. It provides a entity constructor DI extension point, DataAnnotations integration at the persistence layer, and an integrated web request profiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Chilon Library is a C++0x utility library. The most advanced parts are a command-line argument parser and a parser generator library based on parsing expression grammars with built in AST generation abilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project is attempting to create an maintain a public implementation of the Active Record pattern, to be used with ESRI products, coded using ArcObjects and C# 3.5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SQLite Designer tools to create and manage easy db for developers. also support Linq to SQLite (C#) code generator and SQL Parser
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    CLI, Dot.net SubSonic Transaction layer for Mysql, Oracle, Sqlite for monoDevelop. Proof of Concept. This is for developpers developping...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Tenor Framework is a set of utilities to improve development of web projects, although it can be used on desktop projects. The main goal is to simplify mapping relational tables to entities, in a simple and maintainable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next