Infotekka CoreData

Infotekka CoreData Project Site

Purpose and Scope
Fast SQL Data-First ORM specifically for connecting to MS SQL based data with class-based access and native task based asynchronous loading and executions. The CoreData ORM was developed to be added to projects that require a data layer connecting to MS SQL server, with capabilities focused on that platform. Leveraging the code-generating model builder in the CoreData ORM allows the creation of a fully interactive data layer in minutes regardless of the size of your database. Tables with full Create, Read, Update, and Delete functions, and stored procedures with parameter DTO driven execution and support for output parameters, all with task based asynchronous options to provide more fluid connections and prevent interface locking.
Documentation and Samples