FAQ
Is Erp Objects FREE?
Yes, its free of charge, but the support package and any development consultancy is charged depending upon nature of the project.
Is it redistributable?
Yes, but only in its binary form released by NeuroSpeech, you are not supposed to reverse engineer and modify it in anyway, yes you can report the bugs and we will release the fix as soon as possible.
Is Erp Objects development active?
Well our 100s of projects, that we developped for our clients, that we use it in our own products, erp objects is the Core code used at every point. Unless the world freezes, Erp Objects development will always be active and it will always grow further.
Isn’t Linq better then Erp Objects?
Linq, surely is good, but it is only specific to MS SQL at this moment, MySQL doesnt care a damn about updating its own .Net connector soon enough as we expect. Transactions, Sync, custom Expression Tree and lots of other features that Erp Objects has, Linq is far away from it yet. Drawbacks of Linq,
- No way to specify the default values of properties
- No way to generate dynamic “WHERE” expression
- Difficult to maintain as queries become complex in visualizing
- No inbuilt support for paging
- Little more lines of code required for simple operations, finally our aim is to reduce number of code lines
Source Code?
We are preparing some documentation and some internal correction with few code optimizations, once the code is in packaged form, we will put it available here soon.