Showing 92 open source projects for "you-get"

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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    LINQ to DB

    LINQ to DB

    Linq to database provider

    LINQ to DB is the fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database. Architecturally it is one step above micro-ORMs like Dapper, Massive, or PetaPoco, in that you work with LINQ expressions, not with magic strings, while maintaining a thin abstraction layer between your code and the database. Your queries are checked by the C# compiler and allow for easy refactoring. However, it's not as heavy as LINQ to SQL or Entity Framework. There is no change-tracking, so you have to manage that yourself, but on the positive side you get more control and faster access to your data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Npgsql

    Npgsql

    Npgsql is the .NET data provider for PostgreSQL

    ...Finally, a legacy Entity Framework 6.x (non-Core) provider is also available but is no longer being actively maintained. Npgsql is the open source .NET data provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 3
    LiteDB

    LiteDB

    An open source MongoDB-like database with zero configuration

    ...Cross collections references (DbRef), store files and stream data (like GridFS in MongoDB), LINQ query support, free for everyone, including commercial use. LiteDB supports SQL-like language for data and structure manipulations. You can insert, update, delete or query your database using a very similar SQL relational language.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    EF Core

    EF Core

    Object-database mapper for .NET

    ...It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databases, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB. To install EF Core, you install the package for the EF Core database provider(s) you want to target. This tutorial uses SQLite because it runs on all platforms that .NET Core supports. This application intentionally keeps things simple for clarity. Connection strings should not be stored in the code for production applications. You may also want to split each C# class into its own file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Entity Framework 6

    Entity Framework 6

    This is the codebase for Entity Framework 6

    ...Like O/RM, EF6 reduces the impedance mismatch between the relational and object-oriented worlds, allowing developers to write applications that interact with data stored in relational databases with strongly typed .NET objects that represent the domain of the database. application, and eliminate the need for much of the data access "mechanical" code that you would normally write. Mapping POCO entity classes that do not depend on any EF type. Models can be generated from existing databases and then manually edited, or they can be created from scratch and then used to generate new databases. Integration with .NET Framework application models, including ASP.NET, and through data binding, with WPF and WinForms. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Npgsql Entity Framework Core PostgreSQL

    Npgsql Entity Framework Core PostgreSQL

    Entity Framework Core provider for PostgreSQL

    Npgsql.EntityFrameworkCore.PostgreSQL is the open source EF Core provider for PostgreSQL. It allows you to interact with PostgreSQL via the most widely-used .NET O/RM from Microsoft, and use familiar LINQ syntax to express queries. It's built on top of Npgsql. The provider looks and feels just like any other Entity Framework Core provider. Aside from providing general EF Core support for PostgreSQL, the provider also exposes some PostgreSQL-specific capabilities, allowing you to query JSON, array or range columns, as well as many other advanced features. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SqlKata QueryBuilder

    SqlKata QueryBuilder

    SQL query builder, written in c#, helps you build complex queries

    SqlKata is a powerful and elegant SQL query builder for .NET that provides a fluent, expressive syntax to construct complex SQL queries programmatically. It supports multiple database engines and can compile queries to raw SQL with parameters, making it easy to integrate with Dapper or ADO.NET. SqlKata emphasizes flexibility and readability, enabling developers to write maintainable and reusable query logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    KeePass

    KeePass

    A lightweight and easy-to-use password manager

    ...With so many passwords to remember and the need to vary passwords to protect your valuable data, it’s nice to have KeePass to manage your passwords in a secure way. KeePass puts all your passwords in a highly encrypted database and locks them with one master key or a key file. As a result, you only have to remember one single master password or select the key file to unlock the whole database. And the databases are encrypted using the best and most secure encryption algorithms currently known, AES and Twofish. See our features page for details.
    Leader badge
    Downloads: 228,239 This Week
    Last Update:
    See Project
  • 9
    Arisen Studio

    Arisen Studio

    Browse, Download and Install Mods for PlayStation 3 & Xbox 360

    ...Without the need to search up old posts or use file managers - this will do everything for you.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    SqlServer Clr Functions

    SqlServer Clr Functions

    Some functions to improve SqlServer

    so, sometimes you need to write some "shit" sp because there are not the appropriate utility. here some CLR functions that i use to work better and in easy and performance way. for any help or questions, please contact me by Sourceforge!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SQL  Trace Interlace

    SQL Trace Interlace

    Reads SSMS results and places the corresponding query by its results.

    Make finding relevant queries from SQL Profiler easier. When working with SQL Profiler, you may be looking for which query was responsible for a given result/keyword. Profiler does not include query results, and SSMS does not make matching a query to its results simple if there is a large number of queries to review. This tool takes the SSMS query results, and places the corresponding query next to its results in a new text file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    ...Documentation: http://ccg.snazzydocs.com/ YouTube channel: https://www.youtube.com/@ccg_4dal AI Help: https://notebooklm.google.com/notebook/8fc8a1fa-6544-4f40-bf33-ee980899e28e/preview You can send your questions and suggestions to ccg4dal@gmail.com Do not hesitate to ask me any questions you may have. NOTE: To be able to use the generated classes in your project, you should download required files (CCGDataService, CCGHelper) as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Excel  AddIn :   In2Sql

    Excel AddIn : In2Sql

    ODBC Cloud SQL Explorer. Connection Manager. Query Editor.

    ...*Creates table base on data from a relational database *Generate a pivot report using the same external connection (1) *Some ad-hoc tools are available - like "keep only" and "remove only" *you can use the row limit option for exploring the largest dataset *The ODBC connection manager is available *auto-build query tool can create SQL select statement by using different database tables with matching them by column name * creating connections for PowerQuery news and updates -- change list -- v05 beta export tables and SQL to CSV files treat CSV like relational tables -- add Cloud ClickHouse Source resolve the problem with an untrusted source changed Sql Editor fixed behavior for "update rows"
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14

    MDC2019

    List MongoDb databases and their collections.

    List MongoDb databases and their collections. Explore collection document structures. Insert new document, create new database and collection. Need .Net 4.6.2. and Mongo Driver for .Net 2.8.1 Tested on Mongo Server 4.0 for Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DBLX

    DBLX

    DBLX3 Relational Database System

    ...The design goals of DBLX are to produce a very fast database which can be used with standard ANSI sql. DBLX source code is available in C# and Java. DBLX includes the server component, a command-line client, as well as client APIs. DBLX is well-documented so that you can just get the database, drop it on to your favorite system and start using it immediately. Go to the Discussion section to read the latest on DBLX!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Query constructor
    Structured visual SQL text constructor. Help manage and edit text in standard SQL (SELECT queries only)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NHibernate.BusinessObjects is an easy to use business layer that wraps the object-relational mapper (ORM) NHibernate. NHBO is designed for Winforms and WPF applications. Visit http://nhbusinessobj.sourceforge.net to get more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    DbPipeline.NET

    OR-Mapper for C# and VB.NET that is better than Entity Framework

    The DbPipeline.NET OR-Mapper library was created out of frustration of the shortcomings of Entity Framework in handling stateless web applications and hiding of SQL from skilled developers. The DbPipeline.NET Database Interface Library shields you, the programmer, from having to learn and work with all the ADO.NET or Entity Framework database objects at a low level, and encapsulates all this power into objects with many additional capabilities and features that are not offered in the standard ADO.NET or Entity Framework. Our goal when designing the DbPipeline.NET™ Library was to create an easy to use database access layer set of classes using 100% managed code so that VB.NET and C#.NET programmers can use it to build database applications (Client/Server, Web, and 3-tier) without having to be consumed with the programming involved with the retrieval, handling, management and storage in memory of the data while it is being worked on, and updating of the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Cast / Crew Edit 2

    Use IMDb's cast and crew data for DVD Profiler

    “Cast/Crew Edit 2″ only expects the URL of the movie / the TV Show on IMDb and it parses the cast/crew automatically. Afterwards you can modify the data and then copy to DVD Profiler. Please be aware that IMDb data must not be contributed to the Invelos database, but with this tool the linking ability of the crew will work (I gave up that hope for the “solution” of the DVD Profiler).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    QueryPony

    QueryPony

    A Simple Generic Database Query Client and API

    With QueryPony, you can connect to various databases, list their tables and query them with SQL statements. The addressed databases are MS-SQL, MySQL, ODBC, OleDb, Oracle, SQLite, PostgreSQL, CouchDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Little Registry Cleaner
    Little Registry Cleaner is an open source program designed for Microsoft's Windows Registry. Its purpose is to remove obsolete or unwanted items that build up in the registry over time in order to improve the stability & performance of your computer
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    GoHo Zilla Reader

    GoHo Zilla Reader

    View FileZilla File Exports and Password Decode

    Ever had the issue when you need to use an FTP password from FileZilla but couldn't because the site export file's password was encoded? With Goho Zilla Reader this is now possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Evolutility - CRUD framework for ASP.net

    Evolutility - CRUD framework for ASP.net

    CRUD framework with a generic Web UI and integrated micro ORM.

    Evolutility is a lightweight CRUD framework for heavy lifting. With a generic Web UI and an integrated micro ORM, Evolutility provides a framework for full CRUD and dashboard without any hand-coding. With it, you can build CRUD web applications or professional looking administration pages by defining metadata in XML (or in a database) instead of hand-coding HTML, Javascript, CSS, SQL, and C# or VB. For ASP.NET and SQLServer (partial support for MySQL).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    msSQLdotBak

    msSQLdotBak

    Microsoft SQL Backup Utility

    msSQLdotBak is a windows application that helps you manage your Microsoft SQL Server backup files, such as creating scheduled backup jobs and report you with e-Mail. You need Microsoft .NET 4.5 Full package installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Keepass AutoExport

    Keepass AutoExport

    Lets you automatically save a database as other databases when saving

    Lets you automatically save a database as other databases when saving. For use with Keepass Password Safe 2.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next