S
Shimon Sim
I am looking for architectural solution for data access from WinForms. For
WebForms I am using MS Data Access Application Block with few modifications.
DataReader methods help a lot and this was a big boost for my project.
For WinForms requirements are quiet different. For a example databinding is
must. If you have few windows opened all of them must be in synch. So
Dataset objects comes to mind first but it requires so much coding, with
any change to database I have to change Adapters, then regenerate dataset.
VS has a lot of support for working with datasets but still a lot of hassle.
I would prefer to create data access code separately from UI so in order to
use VS tools for working with Dataset I use Components instead of classes. I
just don't feel that it is considered rapid development.
I just wanted to know if everybody works like this or there is some smarter
solutions out there(please don't offer me to by $1000 application)?
WebForms I am using MS Data Access Application Block with few modifications.
DataReader methods help a lot and this was a big boost for my project.
For WinForms requirements are quiet different. For a example databinding is
must. If you have few windows opened all of them must be in synch. So
Dataset objects comes to mind first but it requires so much coding, with
any change to database I have to change Adapters, then regenerate dataset.
VS has a lot of support for working with datasets but still a lot of hassle.
I would prefer to create data access code separately from UI so in order to
use VS tools for working with Dataset I use Components instead of classes. I
just don't feel that it is considered rapid development.
I just wanted to know if everybody works like this or there is some smarter
solutions out there(please don't offer me to by $1000 application)?