W
William Gower
Having come from a Java background, I am used to the MVC framework. What is
the official MS view on this? In .net we have a form class, I can create a
class to represent the domain and I can use a dataset/dataadapter to access
my data. Should my form class access my dataset directly, should it access
my domain class or should I use a controller class to access the data,
instantiate the form and pass it the domain class?
the official MS view on this? In .net we have a form class, I can create a
class to represent the domain and I can use a dataset/dataadapter to access
my data. Should my form class access my dataset directly, should it access
my domain class or should I use a controller class to access the data,
instantiate the form and pass it the domain class?