Showing 258 open source projects for "c# source code example"

View related business solutions
  • 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
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 1
    User contributed components that extends the functionality of NHibernate. More information in the wiki: http://www.nhforge.org/wikis/. Development List: http://groups.google.com/group/nhcdevs
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Microsoft .NET project that generates SQL Server 2000 scripts for stored procedures and C# classes used to access those stored procedures. The stored proecedures generated are as follows: Insert, Update, Delete, Select, SelectByPK, SelectByFK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    mysql-auth_ldap

    Add LDAP user authentication in MySQL

    mysql auth_ldap is an authentication plugin for the MySQL server. It allows you to create SQL users that are going to be authenticated using a LDAP server. This allows to minimize administrative duties, since your users will be able to reuse their existing account to access the database. The plugin requires MySQL 5.5.7 and up. It is compiled as an add on and does not require you to alter MySQL source code, or recompile the entire server. The plugin add support for LDAP using the openLDAP...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Redis cplusplus client Win32 port

    A windows port of official Redis cplusplus client library

    Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. http://redis.io/ There are many Redis client as different language binding available: http://redis.io/clients For C++, there is a client library recommanded by official named redis-cpp-client but too bad it can neither build nor run on Windows platform. This project is a little tweek on the official C++ client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 5

    doPersistence

    Data persistence with one line of code.

    .../second. ~2,000 objects/second if loaded one row at a time. See website for example code. Or download zip file for working copy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Occursions

    Fast customizable time series web database for big data like log files

    Our goal is to create the world's fastest extendable, non-transactional time series database for big data (you know, for kids)! Log file indexing is our initial focus. For example append only ASCII files produced by libraries like Log4J, or containing FIX messages or JSON objects. Occursions was built by a small team sick of creating hacks to remotely copy and/or grep through tons of large log files. We use it to index around a terabyte of new log data per day. You can use it too. Who...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    xsdtools is a tool for converting xsd-schematas to SQL schemata and to hibernate's mapping files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CRCLIB

    CRC Library

    CRCLIB is a small library of CRC calculations which can be used in other programs. Because CRC check is often used by binary communication protocols, it is made as simple as it can be, built into library so that it could be used regardless of language of application code. Written in plain C, built as dll and static library, and also contains C/C++ import header, C# wrapper and .NET project for MS SQL Server assembly. Supports CRC16 (including MODBUS) and CRC32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SQLite Metadata Reader

    Wraps the results of SQLiteConnection.GetSchema() as classes

    The c# assembly returns the metadata of a sqlite database as returned by the ADO.NET adapter, System.Data.SQLite as classes. The only requirement is the System.Data.SQLite.dll available from http://system.data.sqlite.org. Its simple and easy to use. Code examples are provided with the download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    pyBead

    Python object remoting via web server (apache etc...)

    Web server based python object transport. This is a CGI script / MOD_WSGI script that allows you to remote your own code through apache or other web servers. Example client runs best with urllib3 for persistance however will also work with standard library urllib2. Turn apache into your application server. The idea behind this project was to get something like Pyro that could do SSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An example of using DbLinq to query a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Binary tree as a PostgreSQL data type. This was a university class project and I don't intend to develop it further. Made in Visual Studio 2010 for PostgreSQL 9.0. DLL provided (debug build). May you find the code useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Db Table Mapper
    DbTableMapper is a simple software that allows to read information about a ORACLE Database Table and generate a C++ class that "maps" it (Pro*C/C++ code included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Unify your data structures in XSD! XSD2DB Utility lets you manage database schemas using XSD files. Supports SQL Server and Jet databases. Can be extended to support other DB platforms. xsd2db requires .NET Framework 1.0
    Downloads: 14 This Week
    Last Update:
    See Project
  • 15
    SqlBuddy is a tool for use with Microsoft SQL Server and MSDE, written in csharp/ DotNet (.NET), to facilitate SQL script writing. It is serves a slightly different purpose that of Query Analyser, in that it is aimed to *help* the user write SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Lazar Lookup
    This application allows you to quickly find any data you need in an excel sheet with the specified structure, by using filters. It can be used as agenda, dictionary, quick code lookup etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    This projects implements the RFC2132 and at least RFC3046 as a Dynamic configurable SQL based DHCP server, based on the udhcpd code, extended to mask-and-select by client DHCP packets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Database unit testing for .Net - MS SQL, MySQL, Oracle. Includes a database testing dll/API, an example project with C# templates to help get started, sql helper scripts and an application to export XML from a database. Features include - testing data outputs, sql objects definitions and security requirements. See http://dbtestunit.wordpress.com/ for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SoupToNuts is a repository of technical articles and example software covering Postfix, OpenSSH, C and C++, Live Linux CD, MySQL, SQLite, Berkeley DB, Bash and System Administration.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 20
    TRP is a small C++-Library for developing simple applications. The functionscope applies from simple datatypes over vectors to a complete Persistence-Access-Layer (Object-Relational-Mapping).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DBOW is a database compiler-compiler or front-end. It takes table definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Project creates auto generated code that when included in your .net project makes access to Sql Server stored procedures so simple. example that calls SP and returns value from row. int Id=da.SP.getID("fred").ExecuteOne().Customer.Id;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NhGen - NHibernate Code Generator
    A Mapping generator for NHibernate (NH) via FluentNH and NH.Burrows. Generate source code in C# to access MySql or SQL Server dbs. VB.Net may be supported eventually. See Develop > News menu for updates and release notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DomainObjects is an object-relational mapping tool that generates your .NET data layer source code, manages transactions, provides IntelliSense(tm) assisted query building, has excellent performance and enables easy maintenance of a rich domain layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PostgreSQL Database Server
    This SourceForge page is no longer maintained. To find downloads, source code, or documentation for the PostgreSQL project, please see our home page: http://www.postgresql.org.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.