c# Programming Glossary: icustomer
What's the naming convention for classes in the DataAccess Project? http://stackoverflow.com/questions/1955875/whats-the-naming-convention-for-classes-in-the-dataaccess-project and Com.Example.ProjectName.Data.Customer with an ICustomer interface being used between them instead of directly accessing.. using Com.Example.MyProject.Shared for ICustomer class Customer Reference obtained to an ICustomer implementation.. for ICustomer class Customer Reference obtained to an ICustomer implementation not shown . Composition of the data customer..
|