Showing 914 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
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 1
    An extension of DNN that will allow object relational mapping of DNN objects. This is important for anyone interfacing with DNN in a object relational manor. Also for people using a Web Service Data Access layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mira is a new programming language with a C like syntax. It borrows heavily from other poplar languages and has the design goals of intuitiveness,compiler extensibility, practical functional programming and great tool support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ugi is a platform independent adapter written specifically for C# that can generate either Winforms or GTK# widgets using a single codebase. Ugi strives for simple clean code with a well thought out naming convention.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A .NET library for controlling the i-Buddy USB device from your own code. Build your own notification system to keep an eye on e-mails, website hits and server failure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 5
    dbChange seeks to alleviate the problems normally associated with change management in databases, by making it easy for developers to manage changes to databases in the same way they manage code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    phalanger

    Phalanger is PHP 5.4 compiler and runtime for .NET Framework.

    Introducing full-featured PHP 5.4 runtime & compiler for .NET/Mono frameworks. Phalanger is an open-source implementation of PHP, compatible with the vast array of existing PHP code. In addition, Phalanger gives PHP application developers a lot of new possibilities; it improves the performance, allows them to use modern environments, and takes advantage of seamless .NET integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Library that handles persisting plain .NET objects to and from an underlying relational database. Using attributes in your source code, you define validation and other behaviour. Supports hineritance, aggregation and persistant events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    PLCduino

    Open Source PLC based on the arduino platform

    PLCduino is an open hardware alternative for industrial and home automation. It uses the well known ATmega chips as main processor, the same used on Arduino. This means that PLCduino is code-compatible with all arduino sketches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Warewolf

    Warewolf

    Once Bitten, there's no going back

    Using the incredibly powerful flow-based drag and drop interface of Warewolf Studio, Warewolf takes your workflow – including all of your various programming resources, elements, and connectors – and uses it to create actual, functioning microservices that can then be called throughout your application, from virtually anywhere in the world. Drag. Drop. Call. Service-oriented programming has never been easier or more efficient. With Warewolf, microservices are no longer lines of code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 10
    Making Hebrew properly searchable by IR software. Right now, most work is being done in our mailing list (planning), and on our github repository (concept code, see below).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    FotoZ

    Manage your digital photos on Windows 8

    FotoZ is all about: - Finding, viewing and managing your photos on your machine, your local network and on the cloud. - Basic editing of photos. - Editing photo metadata - Geocoding photos - Capturing photos. FotoZ is built and maintained by members of the Microsoft Developer Evangelism team. It is an ongoing project and new features will be incrementally added over time. The application is aimed at being instructional and as such we hope the source code for the application is going...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A next generation framework to wire existing javascript frameworks (Ext, Qooxdoo, Dojo, etc.) to Server code written in any .NET language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    fcc-practice-exam-generator

    create practice exams from FCC exam question pools for Ham Radio

    The FCC publishes pools of questions for each of the three Amateur Service (Ham Radio) license exams. Two of my programs clean and parse the files and put the questions and answers into a small lightweight database (SQLite) file. The third program generates practice tests which you can focus on particular areas of the exam or randomly select across the pool. The db file in the project is up to date as of February 3rd, 2020. When the FCC issues new/updated exam pools you can use the cleaning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Catharsis.NET.Repository

    Catharsis.NET.Repository

    .NET library that provides abstraction over persistent data storages.

    Catharsis.Repository .NET library provides abstraction over persistent data storages by introducing commonrepository pattern interfaces over popular ORM frameworks (NHibernate, Entity Framework, LINQ2SQL), as well as their implementations. Target : .NET Framework 4.0 NuGet package : https://www.nuget.org/packages/Catharsis.Repository The following ORM frameworks are supported at this time : 1. NHibernate 2. Entity Framework 6 (Database-First/Code-First approaches) 3. LINQ to SQL
    Downloads: 0 This Week
    Last Update:
    See Project