B
Bishop
Where I work we have the following senerio:
-Public Websites - Hosting Company
-Web Based Administration Utility - Hosting Company
-Console Applications - Corporate Office
-SQL 2000 Database - Hosting Company
-VPN Connection from the Corporate Office to the Hosting Company
We have a number of classes that exist in each of our applications. For
instance, each application (web and console) use the stock calculation
class. It's the same class in each application and every time we tweak our
stock calculation we have to update the class for each application. I would
like to have the classes in a single shared location so that we only have to
update the class once instead of in each application.
I understand how to use a webservice to return classes and collections so I
am comfortable using this method but I've heard a little about .Net Remoting
and would like some advice to see if this is a better solution for us. Any
advice would be appreciated.
-Public Websites - Hosting Company
-Web Based Administration Utility - Hosting Company
-Console Applications - Corporate Office
-SQL 2000 Database - Hosting Company
-VPN Connection from the Corporate Office to the Hosting Company
We have a number of classes that exist in each of our applications. For
instance, each application (web and console) use the stock calculation
class. It's the same class in each application and every time we tweak our
stock calculation we have to update the class for each application. I would
like to have the classes in a single shared location so that we only have to
update the class once instead of in each application.
I understand how to use a webservice to return classes and collections so I
am comfortable using this method but I've heard a little about .Net Remoting
and would like some advice to see if this is a better solution for us. Any
advice would be appreciated.