Accuracy

Manually implementing a Data Access Layer usually involves writing a lot of very repetitive code. The volume and repetitive nature of the code makes it easy for developers to make mistakes. It's dull work and easy for coding standards to slip. ODS doesn't get tired or bored:

  • All generated source code is consistent throughout the DAL in terms of:
    • Layout, indentation, white space and regions
    • Style and naming conventions
    • Comments
    • Code standards and variable naming
  • All code is fully documented.
  • All generated DAL source code conforms to Microsoft's best practice style and consistency guidelines - StyleCop.
  • Source code takes seconds to generate and re-generate.
  • Source code is generated and re-generated from scratch - design changes are guaranteed to be fully implemented throughout the DAL.