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

View related business solutions
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    The NHibernate generation project uses a set of templates and a code generation engine such as CodeSmith to generate a set of Common POCO's (plain old c# objects), Business Objects, Data Access Controls, Unit tests, and sample web pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    iCodeGenerator

    a code generator for any programming language

    iCodeGenerator is a database centric template based code generator for any text(ascii) programming language like C, PHP, C#, Visual Basic, Java, Perl, Python... Supported databases are SQL Server, MySQL and PostgreSQL. Source Code Now at: https://github.com/VientoDigital/codegenerator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Model driven code generation can improve coding standards, speed, quality of development and reduce your costs. From my experience generating code from XML using XSLT is one of the best and fastest solutions. This is just the base of the framework presenting the idea, any code template can be implemented upon request. Some sample generators are present for SQL / PLSQL / C# / AnsiC / Java The main target is to generate DTO/BDO/POJO objects based on the database definitions in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Data Archiver

    Database Table Data Archiver

    Application to archive database tables to another database. The app reads data from the data warehouse table first to build up a cache of what data has already been archived. It then reads from a production table to find new and updated records and writes them to the data warehouse table. You currently must configure the app through the configuration file. In the future I might add a GUI for configuration. Source code available through the project homepage on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Jasper PIM Icon
    Jasper PIM

    Master products and syndicate through multiple distribution channels with our PIM Software.

    We are a modern Software as a Service (SaaS) Product Information Management System, or PIM, operating as your core repository – your single source of truth – for all product information.
    Learn More
  • 5

    Table Processor

    ORM for accelerated development and deployment

    This goal of this ORM (Object Relational Mapping) system is to accelerate the development of database-centric applications that dictate the structure of their own databases. (I.e. do not generally access tables and other database objects owned by other software) Sub-goals include automating certain menial functions such as upgrading of tables, persisting desired structure of tables to the database (such as during product installation), and easing the management of table-structure related...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CakePHP model generator from DBDesigner XML files. Generates CakePHP models (mapping) and stubs for controllers. Updated: now works with CakePHP 2.1 new conventions (the tool was formerly created for CakePHP 1.X)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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: 2 This Week
    Last Update:
    See Project
  • 9

    doPersistence

    Data persistence with one line of code.

    .... ~10,000 objects/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
  • My Member Software is the downloadable open source member administration program. Icon
    My Member Software is the downloadable open source member administration program.

    Organizations in need of a powerful Association Management solution

    My Member Software is User friendly frontend member administration, open source and downloadable. Associations, Clubs, Foundations and even companies can administrate their members and it is integrated in the CMS Joomla, but can also run beside a Wordpress or Drupal website. Member administration independend on time and place! Available in a do-it-yourself version or with us included, for a hassle free complete setup. We are also looking for partnerships with Accounting firms and webdesigners.
    Learn More
  • 10

    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
  • 11

    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
  • 12
    An example of using DbLinq to query a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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: 7 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    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: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    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
  • 18
    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
  • 19
    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
  • 20
    Data Class Generator is a tool that generates the needed classes to use with WPF (Windows Presentation Foundation) to enable easy two way bindings using the new binding concepts in XAML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A simple dashboard for Bugzilla and task management. Presents two views, one of bugs/tasks/dependencies per individual and other showing "group" aggregates. Can email summaries. May connect to MS Project for tasks. Code in C# and MS WPF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SourceGrid is a .NET Windows Forms grid control written entirely in C# with managed code. SourceGrid can be used to visualize or to change data in a table format.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    T-SQL Script Generator for SQL Server 2000/2005 to Allow Auditing on Database Tables using Triggers and Additional tables for Auditing. SQL Audit is made up of two .NET 2.0 Assemblies: SqlAudit.dll and SqlAuditGenerator.exe.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    ZCore is a set of Creative Studio for designing, testing, building ... solutions based on .NET framework. Contains UML designs tools, code editor & build tools, debug & test tools, user interface create tools ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a .net class generator written in C# that allows you to input a SQL string along with the connection string and will generate the necessary class for the custom query you provide.
    Downloads: 0 This Week
    Last Update:
    See Project