I have started learning CEP recently. I'm planning to implement these StreamInsigh CEP in my project
My application is like this: I need to write an application to watch Table for newly inserted rows.Need to do operations on these new rows.
Can we acheive this without using Sql Dependency. or Can i use SqlDependecy+CEP.
Please suggest me with best suited soltion