EditQ1: What is the Web Library project?
This is an optional project that can be generated which creates utility classes that can be used in web sites.
The classes include various types of data sources, specialised parameters, relationship controls, a specialised gridview (plus an associated search panel), form controls and a general utility class
EditQ2: What is the EntityDataSource?
Answer
EditQ3: What's a strongly typed data source?
Answer
EditQ4: What's in the FormUtil class?
Answer
EditQ5: What's the EntityGridView?
This is a specialised GridView control that adds extra features such as handling paging automatically, multi-column sorting, export to excel
EditQ6: What's the MultiBindableTemplate and MultiFormView?