I thought if I used a middle tier it would force me to build a few custom
classes and get away from the way I used to use VB6. The database is small
and does not really justify a sql database. I find it somewhat difficult to
get away from VB6 to .NET since I have no expierience with OOP. I have a
few text books on OOP and thought it best to get a clear understanding of
how OOP works right from the start.
.NET is so vast it difficult to decide where to start.
I will check out the links
Thanks
Christo
> Christo,
>
[quoted text clipped - 17 lines]
>
> Cor
Cor Ligthert - 20 Oct 2004 20:46 GMT
Christo,
Making data classes is not OOP, it is a part of it when you start with VBNet
you can only use OOP. So there is no need to force it. Although you will
probably often try to use at the beginning much inline code, will you see
that you make soon more and more classes to help you and more and more
inherited controls to make life easier.
I hope this gives an idea.
Cor
Christo Yssel - 20 Oct 2004 21:31 GMT
It is more less like this? You create a custom control which can inherit
properties and methods from an existing class. You create your own
properties and methods (procedures, functions) which is then hidden and you
or any programmer can use this control in their applications.
> Christo,
>
[quoted text clipped - 7 lines]
>
> Cor