Welcome to CustomEntityFoundation's documentation! ================================================== Custom Entity Foundation (CEF) is a business oriented data structure abstract layer to interactive with data storage in high flexible customized entity mapping library wirtten in C# .Net Core. It could be used in any .net core project to serve as an entity service. Key Concept === Generic Entity (Model) + Fields (Custom Model Properties) = Bundle (Business Object) Indices and tables ================== * [Quick Started](introduction/index.html) * [Entity](entity/index.html) * [Impletement a new entity type](entity/new-entity-type.html) * [Field](field/index.html) * [Add new field repository](field/new-field-type.html) * [Bundle](bundle/index.html) * [View](view/index.html) * Mocker