Not sure what you mean about "having to write the web method"? Of course
you do, that is what a web service is - some functionality implemented
by someone that anyone in theory can use from reading a WSDL. The
business logic in this case is in Cache. In addition we are working on,
for 5.1, a .Net native provider that will allow greater flexibility. Our
COM interface is not deprecated, are you speaking of .Net and COM?
Chris Lurner wrote:
Hello , I'm new of Cache .
I want to know if Cache is a good solution to get Object from database
with .NetFramework .
I have see that i can interact with Cache in 3 way :
- COM (but it's deprecated)
- ADO.NET (but it's relational approach)
- WebServices (but I need to write the WebMethod?)
So , have Cache a good method to interact as ODB with .Net ?
Thank all ,
Ch;