R
Raju Joseph
Hi All,
We are in the process of developing an N-Tier app using VB.NET. We are
extensively using classes (entity objects) in our design. Further, most of
the times, we do have to specify nested types within our entity classes.
For example
Public Class Country
ID as short
Name as string
End Class
Public Class Address
Street as string
City as CITY
State as STATE
Country as COUNTRY
End Class
What I am looking for is : Are there any notes which assists as when
actually to use nested types and when not to. Any design rules that will
help us. Now, our classes, since we heavily use nested classes, is getting
very complex.
Any suggestions or directions would be really appreciated.
Thanks
Raj...
We are in the process of developing an N-Tier app using VB.NET. We are
extensively using classes (entity objects) in our design. Further, most of
the times, we do have to specify nested types within our entity classes.
For example
Public Class Country
ID as short
Name as string
End Class
Public Class Address
Street as string
City as CITY
State as STATE
Country as COUNTRY
End Class
What I am looking for is : Are there any notes which assists as when
actually to use nested types and when not to. Any design rules that will
help us. Now, our classes, since we heavily use nested classes, is getting
very complex.
Any suggestions or directions would be really appreciated.
Thanks
Raj...