Let's try:
- maximum file size 2 GB
- No stored procedures, triggers, etc.
- There is no process but loaded into your AppDomain
- As far as I know, cost optimizer or query plans for queries are not required
- Lack of simultaneous access of several users simultaneously
The big problem here is that CE is just a file on your system, and you get access through a simple InApp call using the dll. This is enough in many scenarios. Many people will say that later you can switch to SQLS, but I donβt think so. This is a completely different world! CE is the only product in my eyes.
Remember that you need to deploy the CE-DLL when you do not publish your application!
source share