Skip to content
blaster7th edited this page Aug 3, 2018 · 5 revisions

Welcome to the BlasteR.Base wiki!

This library is intended as a starting point for creating Business Logic Layer in database oriented applications.

Main goal of the library is to solve the problem of entities which are not being tracked in entity framework (transfer over network, etc). It relies on ID of the object and attaches, inserts or updates object and it's child objects using derived BLL classes. In short, it saves object or graph of objects in database. Further explanation will be provided soon.

Library is functional and working in couple of applications, however tests in project are not created. These will provide usage examples. More will come soon... Stay tuned!

NuGet package is available here: https://www.nuget.org/packages/BlasteR.Base/

I created this library for myself, and I found it very helpful so I hope it will be useful to other folks as well.

Clone this wiki locally