Hi,
I understand how to code namespaces/classes etc but how would I go about creating a namespaces/classes within multiple namespaces/classes?
So through C# itellisense, I'll be able to select functions in the following way...
customers.db.update.updatecustomer(currentDate);
Thanks
Go to the complete details ...