Introduction to EntityWorker.Core
EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework.
- Mssql
- Sqlite
- Postgresql
- .NETCoreApp 2.0
- .NETFramework 4.5.1
- .NETStandard 2.0
Yes, you can easily implement your existing modules and use attributes or IModuleBuilder to map all your Primary Keys and Foreign Key without even touching the database.
EntityWorker.Core has its own provider called ISqlQueryable, which can handle almost every expression like Startwith, EndWith, Contains and so on See Code Example for more info.
- GlobalConfiguration
- Logger
- Repository
- Allowed System type
- Modules
- Migrations
- Querys
- Json
- Xml
- Save
- Delete
- LinqToSql
- Store Procedure
- Dynamic linq
- Custom ISqlQueryable
- Entity Mappings
- ObjectChanges
- Package
- Example of Many to Many Relationships
- Attributes
Please report any bugs or improvement you might find.