P
Penelope Dramas
Hello,
I'm in a front of very serious .net redesign/rewrite of an old VB6
application.
I had been asked to make it .NET 2.0 and would like to ask couple of
questions regarding data access as this application is heavily data-centric
around MSDE database.
Would it be better to use custom business objects or extend
datasets/datatables for my classes?
This is what I'm thinking and just wanted to know if it's correct way.
Custom Bus. Object:
- Longer time to develop/test it.
- Loosely coupled with DataLayer.
- Extensible.
Datasets
- Faster/Easier.
- Tightly coupled with DataLayer.
I'm afraid that Microsoft is dropping ADO.NET and pushing WPF/Linq
initiative and don't want to end up rewriting business layer in 2-3 years to
adjust it to current framework.
Would like to hear your opinion and experiences...
Thanks ...
I'm in a front of very serious .net redesign/rewrite of an old VB6
application.
I had been asked to make it .NET 2.0 and would like to ask couple of
questions regarding data access as this application is heavily data-centric
around MSDE database.
Would it be better to use custom business objects or extend
datasets/datatables for my classes?
This is what I'm thinking and just wanted to know if it's correct way.
Custom Bus. Object:
- Longer time to develop/test it.
- Loosely coupled with DataLayer.
- Extensible.
Datasets
- Faster/Easier.
- Tightly coupled with DataLayer.
I'm afraid that Microsoft is dropping ADO.NET and pushing WPF/Linq
initiative and don't want to end up rewriting business layer in 2-3 years to
adjust it to current framework.
Would like to hear your opinion and experiences...
Thanks ...