I am new to .NET Platform and very new to Web services.
I have been developing a system which is a Windows Application (which is 40% complete, and I have been working on it for a month). All my classes, base classes, DAL, BLL etc are in a Class Library (. DLL file) that are managed in different namespaces for example:
Code:
using Example.DAL; using Example.BLL; using Example.Objects;
Leave a comment: