All Projects → nadako → Ash Haxe

nadako / Ash Haxe

Licence: other
Port of Ash entity framework to Haxe

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to Ash Haxe

Dnczeus
DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):
Stars: ✭ 1,104 (+749.23%)
Mutual labels:  entity-framework
Filecontextcore
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Stars: ✭ 91 (-30%)
Mutual labels:  entity-framework
Generic Repository
Generic implementation of Repository pattern in C# .NET
Stars: ✭ 115 (-11.54%)
Mutual labels:  entity-framework
Clinicmanagement
Clinic management project using Asp.net mvc5
Stars: ✭ 74 (-43.08%)
Mutual labels:  entity-framework
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-32.31%)
Mutual labels:  entity-framework
Level13
Incremental browser text adventure
Stars: ✭ 103 (-20.77%)
Mutual labels:  entity-framework
Linq.translations
Declare properties on an object that can be translated by LINQ
Stars: ✭ 51 (-60.77%)
Mutual labels:  entity-framework
Frapper
ASP.NET Core 3.1 Beginners project template with complete Custom User Management and lot's of other useful Features Which Helps you for Rapid Application Development.
Stars: ✭ 129 (-0.77%)
Mutual labels:  entity-framework
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.
Stars: ✭ 91 (-30%)
Mutual labels:  entity-framework
Maikebing.entityframeworkcore.taos
Entity, Framework, EF, Core, Data, O/RM, entity-framework-core,TDengine
Stars: ✭ 113 (-13.08%)
Mutual labels:  entity-framework
Ef6
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
Stars: ✭ 1,218 (+836.92%)
Mutual labels:  entity-framework
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+879.23%)
Mutual labels:  entity-framework
Blazorwasmefcoreexample
Example of a Blazor WebAssembly project that uses Entity Framework Core on the server for data access.
Stars: ✭ 105 (-19.23%)
Mutual labels:  entity-framework
Localization
🌏 Database Resource Localization for .NET Core with Entity Framework and In Memory Cache
Stars: ✭ 68 (-47.69%)
Mutual labels:  entity-framework
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+8236.92%)
Mutual labels:  entity-framework
Dntprofiler
DNTProfiler is an EF 6.x and NH 4.x profiler.
Stars: ✭ 59 (-54.62%)
Mutual labels:  entity-framework
Efcoreinaction Secondedition
Supporting repo to go with book "Entity Framework Core in Action", second edition
Stars: ✭ 96 (-26.15%)
Mutual labels:  entity-framework
Etl.net
Mass processing data with a complete ETL for .net developers
Stars: ✭ 129 (-0.77%)
Mutual labels:  entity-framework
Odatatoentity
OData .net core
Stars: ✭ 117 (-10%)
Mutual labels:  entity-framework
Audit.net
An extensible framework to audit executing operations in .NET and .NET Core.
Stars: ✭ 1,647 (+1166.92%)
Mutual labels:  entity-framework

This is a Haxe port of the awesome Ash entity component framework by Richard Lord. It leverages Haxe's great cross-platform portability and runs on Flash, JavaScript, C++, Android, iOS and so on. Also it uses much static typing features of Haxe, allowing more mistakes to be detected at compile time instead of runtime than in original ActionScript 3 version.

Check out original Ash website for great articles on entity frameworks and game development.

TODO:

  • Port serialization stuff. This is kind of tricky because original Ash uses reflection and we are trying to avoid it, so we gotta be smart about macros.
  • Refine access control for private classes and fields. Original Ash used internal class/field feature of AS3, in Haxe we need to use ACL metadata.
  • Review generacted code on performance, add inlines (especially important to inline iterators)

Author: Dan Korostelev [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].