Nate Bross
Contributor
I have an existing class library, with alot of functionallity, I would like to expose these methods/biz objects as a service.
I have several command line utilities that use this library as a normal reference, and the .exe and .dll reside in the same directory, but I'd like to be able to expose some of the data access methods as a service so I can access them via ASP.NET, WPF Browser, or Silverlight.
[Point being that I'd like to "wrap" the functionallity in the class library in a service so I can update the .dll in the necessary folders and it will not require re-referencing my service or any of the command line apps I've written that already use the .dll version.]
Which way will be the best implimentation a WCF Service (can you provide me any resources for getting started with WCF?) or a traditional Asmx Service?
TIA
I have several command line utilities that use this library as a normal reference, and the .exe and .dll reside in the same directory, but I'd like to be able to expose some of the data access methods as a service so I can access them via ASP.NET, WPF Browser, or Silverlight.
[Point being that I'd like to "wrap" the functionallity in the class library in a service so I can update the .dll in the necessary folders and it will not require re-referencing my service or any of the command line apps I've written that already use the .dll version.]
Which way will be the best implimentation a WCF Service (can you provide me any resources for getting started with WCF?) or a traditional Asmx Service?
TIA
Last edited: