Question: Why Nano Mapper ?
To sum the best of 3 O/R frameworks ( Nettiers, CSLA and SubSonic ) and continue very, very simple to use and extend.
Features
- Power full Template based ( generate code for tables and view )
- Integrated IDE ( Template and Mapping )
- Doesn't uses reflection
- Inteligent CRUD ( only insert/update changed fields )
- Strongly-typed Collections
- Strongly-typed Query Layer
- Error Provider, Undo, Bindable
- Validations
- Authorization
- Distributed Transaction using new .NET 2.0 TransactionScope
- Distributed Lazy-Loading
- Multi-Tier
- Multi-Layer
Videos :
Video 1 -> Mapping in action
http://www.netwatts.com.br/video/nanomapper/MappingInAction/SchemaMappingInAction.htmlVideo 2 -> query/update/insert/delete
http://www.netwatts.com.br/video/nanomapper/crud/crud.htmlPlease, read the Nano.Tests project from source code about many examples.
Any help are welcome !