#Kpok Entity Tool
KpokEntityTool is a Visual Studio Extension that implement four custom editors allowing a developer to edit entity, data service, table and factory information based on the KpokEntityTool Models.
Once installed this extension will edit the following files:
Entity (*.ent): An entity file configures application domain objects.
Data service (*.datasvc): A data service file configures a class that access databases and allows CRUD operations of Entities as well as filter information from the underlaying repository.
Table (*.tbl): A table files configures database tables allowing table documentation and script generation.