We are trying to make a case for CodeGen. However there are a few
scenarios I'm trying to stub out and make a case for. Currently a
Typed DataSet I believe handles the following out-of-box that I need to
be able to have a way to handle this cleanly in the Code Generated
Templates and be able to explain these in simple terms to the other
developers as they are not experienced much in Custom Objects since
they are using Typed DataSets:
1) Optimistic Concurrency - and how to check for it and handle it
or do you not check for that or assume that model at all with custom
classes & Codegen?
2) How to handle join situations. For example if you have a
GridView that you want to click Update and you know you need to update
not just one entity. It's not as clear as just calling Update on lets
say Customer and some Orders for that Customer in a DataGrid or
something. That Grid is bound from a Generic list call from your BL
and your BL cal ...
Go to the complete details ...