Hi all,
I'm banging my head against the wall here.
I'm been working with snapdevelop and visual studio to migrate our old client server application [Front end connects to ASE directly].
hoping to evolve to an architecture where front end interacts with WEP Api on IIS which in turns connects to ASE.
Looking to setup the project first and then gradually migrate business logic from UI to NVO to C#.
Hope this all makes sense up to now.
Question Can I connect / define a datacontext in my web project to use OpenClient for ASE, or is ODBC the only option?
Either way, how would I define my DataContext.
C# WebApi are great they just work but I seem to be missing some of the work that is being done behind the scene and having a hard time with the configuration.
Thanks in advance.