Hello. I posted a similar question yesterday but I thought I needed to
rehash my questions now that I've read more.
We have an existing pipeline component that we wrote for CS2002. While,
after reading the docs, it seems it will work fine on CS2007 (except maybe
for some order schema issues, true? or is the new order schema fully
backwards-compatible?), I'm trying to weigh the pros and cons of rewriting
it
in C#.
Is a C#-written pipeline component any better than an ATL one? Or is it
just a matter of language preference? Would writing it in C# allow me to
access objects that I wouldn't normally be able to access easily or at all
in
my C++ code?
The way I see it though, it might be slower as Commerce Server would ****ft
from CLR (ASP.NET) to COM (pipeline) and back to CLR (the pipeline
component). Or is that negligible?
Thanks in advance for any inputs.
Ever