SQL+.NET is a SQL first ecosystem, meaning, you write SQL, and by simply adding comments, you can generate and fine-tune a high performance, object-oriented service layer, and that’s only the beginning. You can provide validation to parameters that become part of the generated code and enforced at run time. You can provide enumerated return values to simplify application control flow. Use the comment tag to provide IntelliSense help to other developers. Use the display tag for UI bindings which streamlines the process down the chain. And you can even use these tags in tandem with resource files, to create a service layer with built-in support for multiple languages, and the only code you ever have to write is the SQL.