awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NickStrupat avatar

NickStrupat/EntityFramework.TypedOriginalValues

0
View on GitHub↗
35 stars·3 forks·C#·MIT·1 view

EntityFramework.TypedOriginalValues

Get typed access to the DbEntityEntry.OriginalValues property bag

Features

  • Object Relational Mapping - Typed access to original entity property values.

Star history

Star history chart for nickstrupat/entityframework.typedoriginalvaluesStar history chart for nickstrupat/entityframework.typedoriginalvalues

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to EntityFramework.TypedOriginalValues

Similar open-source projects, ranked by how many features they share with EntityFramework.TypedOriginalValues.
  • greenrobot/greendaogreenrobot avatar

    greenrobot/greenDAO

    12,590View on GitHub↗

    greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides infrastructure for high-performance data persistence by translating data objects into database records and vice versa. The library implements a type-safe query builder for retrieving records across multiple entities using joins and relationship chaining. It also includes a security layer that provides full-disk encryption for the SQLite database to prevent unauthorized access to stored information. The system utilizes compile-time code generation to create mapping classes, avo

    Java
    View on GitHub↗12,590
  • ahoo-wang/smartsqlAhoo-Wang avatar

    Ahoo-Wang/SmartSql

    1,129View on GitHub↗

    SmartSql = MyBatis in C# .NET Core+ Cache(Memory | Redis) R/W Splitting PropertyChangedTrack +Dynamic Repository InvokeSync Diagnostics

    C#
    View on GitHub↗1,129
  • albrow/zoomA

    albrow/zoom

    0View on GitHub↗
    View on GitHub↗0
  • abrahambotros/loreA

    abrahambotros/lore

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to EntityFramework.TypedOriginalValues→

Frequently asked questions

What does nickstrupat/entityframework.typedoriginalvalues do?

Get typed access to the DbEntityEntry<T>.OriginalValues property bag

What are the main features of nickstrupat/entityframework.typedoriginalvalues?

The main features of nickstrupat/entityframework.typedoriginalvalues are: Object Relational Mapping.

What are some open-source alternatives to nickstrupat/entityframework.typedoriginalvalues?

Open-source alternatives to nickstrupat/entityframework.typedoriginalvalues include: greenrobot/greendao — greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides… ahoo-wang/smartsql — SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository… albrow/zoom. aspnet/entityframework — EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows.… astaxie/beego. abrahambotros/lore.