Showing 75 open source projects for "version 2"

View related business solutions
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 1
    NetMQ

    NetMQ

    A 100% native C# implementation of ZeroMQ for .NET

    ...NetMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols, and more. Currently, two versions are maintained Version 3 which is the stable version of NetMQ and version 4, version 4 is same as version 3 without obsolete code. You can find both versions on Nuget, for more information read the Migrating-to-v4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Paket

    Paket

    A dependency manager for .NET with support for NuGet packages and Git

    ...If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies. Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest version (read more). You have no control over this process. Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    MoreLINQ

    MoreLINQ

    Extensions to LINQ to Objects

    MoreLINQ can be used in one of two ways. The simplest is to just import the MoreLinq namespace and all extension methods become instantly available for you to use on the types they extend (typically some instantiation of IEnumerable<T>). In some very rare instances, however, doing so can cause conflicts with other libraries you may be using that incidentally also extend the same type with an identically named method and signature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    php2desktop

    php2desktop

    Build Windows desktop applications using PHP, Javascript, CSS & HTML

    php2desktop gives developers the ability to create content rich native Windows GUI applications using web technologies they're familiar with. Zero C language knowledge is necessary, simply copy your web files into the www directory and run by opening the .exe file. In a way, php2desktop is a PHP to exe compiler without the headache of running commands. php2desktop is an out-of-the-box solution that comes pre-built with PHP 8 and a Chromium 114 embedded browser; combine with the power of...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 5
    IdentityServer4

    IdentityServer4

    OpenID Connect and OAuth 2.0 Framework for ASP.NET Core

    ...IdentityServer4 is officially certified by the OpenID Foundation and thus spec-compliant and interoperable. It is part of the .NET Foundation and operates under their code of conduct. It is licensed under Apache 2 (an OSI-approved license). Active development happens on the main branch. This always contains the latest version. Each (pre-) release is tagged with the corresponding version. The aspnetcore1 and aspnetcore2 branches contain the latest versions of the older ASP.NET Core based versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vlc.DotNet

    Vlc.DotNet

    .NET control that hosts the audio/video capabilities of the VLC libs

    ...Vlc.DotNet is a .net library that hosts the audio/video capabilities of the VLC libraries. In other words, it's a .net wrapper around libvlc. It can work on any .net framework version starting from .net 2.0 and .net standard 1.3 (starting from Vlc.DotNet 2.2.1). On the front-end side, two components are currently available to make it easy to integrate in your apps. One is for WinForms, the other for WPF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Scrolling Game Development Kit 2
    All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OEA 2.9

    OpenExpressApp

    OEA 是一个管理类软件的快速开发框架,其目标主要专注于: 1. 快速开发: DDD、界面自动生成、数据库自动生成与升级、易用的业务逻辑编写框架。 2. 产品线工程: 插件化业务模块积累、客户化二次开发、实施配置平台。 3. 一套代码,可同时生成并运行 C/S、单机版、B/S 三种应用程序。 C/S版本 与 单机版 代码重用率 100%。 C/S版本 与 B/S版本 重用服务端代码(重用服务层以下代码,加之界面生成,估计重用率能达到 80% 以上)。 详情见上一版本 1.1 开源地址:http://openexpressapp.codeplex.com 本版本在 1.0 的基础上使用了新的架构、引擎,并添加了许多模块,详细说明以后逐渐逐一添加。 由于目前是 Prealpha 阶段,所以暂时只提供最新的源代码的下载,SVN 获取地址:https://svn.code.sf.net/p/oea/code/trunk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    JSMVC

    Javascript MVC Single Page App Framework

    A simple minimalistic MVC framework for JavaScript. Utilizing Routing, Views, Models, Controllers, Entities, Observer pattern, Two way Binding, Require.js and Templates. The current project is zipped from VS 2013. This is version one and will be going through several eveloutions. This is a working prototype provided you have an adventure works DB setup. Can be changed in web config. If you wish to use my azure web sites adventure works db, you may contact me and I may set you up access. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 10
    An c# framework for easy development and maintanence of business applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An open-source corpus analysis class library written in C#. GUI of Tenka Text 0.1.3 comes with Wordlister - an advanced, extremely fast graphical wordlist tool and a simple regex concordance tool. Tenka Text - the open-source answer to WordSmith Tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Extensible repository and context-per-request infrastrucuture for .NET projects using Entity Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Use Lotus Formula Language to script web applications. MNS brings the power and simpleness of formula language into the browser, allowing Notes developers to reuse their code and giving all web developers an alternative to JavaScript
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    EasyArchitecture

    A simple lightweight framework to build API's

    Its target a fast and concise way to build API's following same DDD concepts to maintain the domain model. Uses following libs: - FluentNHibernate - http://fluentnhibernate.org/ - Unity Container - http://unity.codeplex.com/ - AutoMapper - http://automapper.org/ - log4net - http://logging.apache.org/log4net/ - NUnit - http://www.nunit.org/ Uses following concepts: - CoC - Repositories - Domain Model - Design First
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Evolution.Net

    Evolution.Net Enterprise Application Framework. Develop quick apps.

    Evolution.Net is a complete framework for projects using DotNet. It aims to define a standard architecture for DotNet projects, based on the MVP (Model-View-Presenter) pattern, integrating components and other libraries and automating common tasks. Now moved to BitBucket: https://bitbucket.org/leopuglia/evolution.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A front end shell around data objects designed to facilitate rich access to objects written in any programming language from applications written in any other programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WintabDN is a Windows .NET wrapper for the Wintab32 API, which is used to control and access pen data from Wacom digitizer tablets. You can download the latest version of WintabDN from: http://www.wacomeng.com/windows/code/WintabDN.zip
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A framework for all-platform GUI-development based on completely separating business from presentation logic and introducing methods of abstraction that allow stepwise refinement of the GUI-definition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Implementation of the ISO 8583 protocol for .NET, focused on making the creation, edition and reading of ISO8583 messages as simple and flexible as possible. This is the .NET version of the j8583 project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Open source Framework for Management Information System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A fast, lightweight Inversion of Control container and application framework for .NET developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Abzu provides everything from basic to advanced console features for any .net console project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    It's an infrastructure helps engineers to develop enterprise software solutions in Microsoft .NET easily and productively which consists of an extendable and maintainable web system architecture with a suite of generic business model, APIs and servi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Valkyrie is a Plug-In Application Hosting Framework for .Net Desktop Applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB